SCCM 2016 Integration Error - Unable to load JDBC driver: ExcelIssue Testing "Test data source connections" under "Integration – Microsoft SCCM 2016" -> Setup throws error 'Unable to load JDBC driver: Excel' Cause- SCCM Data sources are of type JDBC. If you create a datasource of type "Excel" or "CSV" under "Integration – Microsoft SCCM 2016" > "Data Sources" then "Test data source connections" will fail. - "Test data source connections" reviews all the data sources of category "SCCM 2016 Integration" (which is expected to be of type JDBC) and will fail if type is other than JDBC. ResolutionSCCM datasource should be of type JDBC. Non SCCM datasource should not have data source category as "SCCM 2016 Integration".Related Links1. Go to navigation and search for SCCM2. Under "Integration – Microsoft SCCM 2016" -> Select Setup3. Once inside the form view, under "Related Links" -> Click "Test data source connections" link. Result: ------Error in ECC Queue: Error: java.sql.SQLException: com.snc.automation_common.integration.exceptions.InvalidConnectionParameterException: Unable to load JDBC driver: Excel Error on UI: ------------Data source: <Test Data Source Name>Error: java.sql.SQLException: com.snc.automation_common.integration.exceptions.InvalidConnectionParameterException: Unable to load JDBC driver: Excelcom.service_now.mid.connections.jdbc.JDBCConnection.establishConnection(JDBCConnection.java:107)com.service_now.mid.connections.jdbc.JDBCConnection.connect(JDBCConnection.java:82)com.service_now.mid.connections.jdbc.JDBCConnectionFactory.create(JDBCConnectionFactory.java:65)com.service_now.mid.connections.ConnectionCachePool.getAvailableConnection(ConnectionCachePool.java:82) )