IntegrationHUB ETL fails to map to classDescriptionRecords are not getting created in service_offering table while loading through integrations hub.Release or EnvironmentAll Versions.Resolution1. The following business checks for the uniqueness of the Application Service while loading. 2. "Check service name uniqueness" is the business rule. https://<instance_name>.service-now.com/nav_to.do?uri=sys_script.do?sys_id=b4ed4500c37331003e76741e81d3aeb0 3. If the uniqueness is not needed, then disable the business rule. 4. Also, the records will be created in the domain of the logged-in user. 5. If the user changes the domain, then the record would still be created in the logged-in user's domain only. 6. In order to avoid any ambiguous results, login with a user whose domain is same as that of the one in which the records has to be created.