In eToolsJobDBData scripts replace "XXXUAT" with tenant code of customer In mstApplicationConfig table- Keys- PWD, UID, Domain - Set as per customer xApps Server RDC credentials. Keys- AppAck_eserviceplus - Replace "DNS" keyword with actual DNS of customer Run below query with acutal DNS of customer update mstApplicationConfiguration set [ConfigValue] = 'https://DNS/eServicePlus/Service/api/Idm/AckFileUploadStatus' where ConfigKey ='AppAck_eserviceplus' and ApplicationName = 'eserviceplus' and GroupType = 'idmupload' Configure proper settings in [mstNotificationConfiguration] for eService+ in eServiceJob database update mstNotificationConfiguration set [TenantCode]= '' where ApplicationName = 'eserviceplus'