SG SCCM import failed with error "java.net.UnknownHostException: :1433: invalid IPv6 address"Issue Customer configured SG for SCCM to integrate SCCM data into ServiceNow.Customer created a Domain User with Db reader role on SCCM database, this user is setup on the Log On service on MID server. Firewall rules are in place which permits traffic between MID server and SCCM Sql database, this includes port 1443.While performing load 20 test records, its throwing error. Customer confirms and checks the following: MID server is able to ping SCCM databasecan telnet on port 1433.IPv6 is disabled on both the SCCM DB and the MID ServerThe Use integrated authentication check box on the Data Source form determines if the JDBC data source uses the MID Server service user credentials. (Note: If integrated authentication is used, server field is not mandatory.) Check [sys_progress_worker] table for progress under SCCM integration, noticed that all the imports did not get a response from the MID server. CauseThe customer's SQL server generated a misleading error message "invalid IPv6 address". For the Connection URL under JDBC type of data source, it is missing the SQL server name in front of ":1433" ______ jdbc:sqlserver://:1433;instanceName=<instance_name>;selectMethod=cursor;databaseName=<database_name>;integratedSecurity=true ______ ResolutionVerify on customer side to see if there is a specific server name applied to the DB.Add the server name to JDBC data source configuration (Service Graph Connectors > SCCM > Data Source). For example: Related Linkshttps://docs.servicenow.com/bundle/vancouver-integrate-applications/page/administer/import-sets/reference/r_JDBCTypeDataSource.html https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0748820