SCCM Initial Setup - Login Failed for UserIssue <!-- div.margin{ padding: 10px 40px 40px 30px; } table.tocTable{ border: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .6em; padding-bottom: .6em; padding-left: .9em; padding-right: .6em; } table.noteTable{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:2; } table.internalTable{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:0; } .sp td{ border-bottom: 1px solid; border-right: 1px solid; border-color:#E0E0E0; background-color: #ffffff; height: 20px; padding-top: .5em; padding-bottom: .5em; padding-left: .5em; padding-right: .5em; } .sphr td{ border-right: 1px solid; border-bottom: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .5em; padding-bottom: .5em; padding-left: .5em; padding-right: .5em; height: 20px; } .title { color: #D1232B; font-weight:; font-size:25px; } .hd1{ color: #D1232B; font-weight:; font-size:18px; } .hd2{ color: #646464; font-weight:bold; font-size:16px; } .hd3{ color: #7a7a7a; font-weight:; font-size:16 px; text-decoration:; } .hd4{ color: #000000; font-weight:bold; font-size:14 px; text-decoration:; } --> When attempting to set up a new SCCM integration, testing of the SQL connection results in failure, even after verifying credentials. When a user enters SQL credentials for the SCCM integration connection and attempts to test the new connection, a stack trace is returned indicating login failure for one or more data source. User is certain credentials are correct. Error: java.sql.SQLException: com.microsoft.sqlserver.jdbc.SQLServerException: Login failed for user 'xxxxxx'. CauseSCCM Integration, by default, uses SQL based authentication (Standard Security) to connect to the SQL server and the company may have elected to use Windows NT based authentication (Integrated Security) for their SQL server. The login fails because the MID Server is using the wrong method to connect to the SQL server. ResolutionIn order to successfully test and use the connection, the user must enable Integrated Authentication for each SCCM Data Source. Note: The following should be done only if the SQL authentication mode has been verified to be Window NT (Integrated Authentication). Verify MID Server credentials: Open Services in the Windows Management Console.Open the ServiceNow MID Server service.Verify the Log On account/password are a Windows user with access to the SQL SCCM tables.If updated, restart MID Server Warning: Restarting MID Server may cause delays and/or downtime in services. Enable Integrated Authentication for each SCCM Data Source: Navigate to Integration - Microsoft SCCM 2012.Navigate to Data Sources.Open Data Source.Select Use integrated authentication.Update and repeat for remaining data sources. Note: If the Use integrated authentication is not available on the data source form, it must be added through Personalize -> Form Design. When finished, navigate back to the SCCM Setup and test the connection again.