SCOM connector instance configured with Windows AuthenticationIssue <!-- 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 { white-space:nowrap; text-align:left; border-width: 1px; border-collapse: collapse; font-size:14px; width: 85%; } table.internaltable th { border-width: 1px; padding: 5px; border-style: solid; border-color: rgb(245, 245, 245); background-color: rgb(245, 245, 245); } table.internaltable td { border-width: 1px; padding: 5px; border-style: solid; border-color: #E0E0E0; color: #000000; } .title { color: #D1232B; font-weight:normal; font-size:28px; } h1{ color: #D1232B; font-weight:normal; font-size:21px; margin-bottom:-5px } h2{ color: #646464; font-weight:bold; font-size:18px; } h3{ color: #000000; font-weight:BOLD; font-size:16px; text-decoration:underline; } h4{ color: #646464; font-weight:BOLD; font-size:15px; text-decoration:; } h5{ color: #000000; font-weight:BOLD; font-size:13px; text-decoration:; } h6{ color: #000000; font-weight:BOLD; font-size:14px; text-decoration:; } ul{ list-style: disc outside none; margin-left: 0; } li { padding-left: 1em; } --> Installation Docs Configure the SCOM connector instance (Kingston) Configure alert collection from SCOM (Kingston) Authentication SCOM uses the MID server user to authenticate. Please make sure the MID user has access to SCOM. If Windows authentication is used by the connector to access the SCOM database (OperationsManagerDW), the MID Server service should be running with a user having read access to the SCOM database. Ensure that the correct credentials are used: In the local services, right-click the MID Server service and select Properties.In the Log On tab, ensure that This account is selected with the details of the user in the Windows domain having read access to the SCOM database. Example of error if the user doesn't have access: Connection test failed: SCOM Event connector failed.Microsoft.EnterpriseManagement.Common.UnauthorizedAccessEnterpriseManagementException: The user does not have sufficient permission to perform the operation.System.ServiceModel.Security.SecurityNegotiationException: The caller was not authenticated by the service.System.ServiceModel.FaultException: The request for security token could not be satisfied because authentication failed. at System.ServiceModel.Security.SecurityUtils.ThrowIfNegotiationFault(Message message, EndpointAddress target) at System.ServiceModel.Security.SspiNegotiationTokenProvider.GetNextOutgoingMessageBody(Message incomingMessage, SspiNegotiationTokenProviderState sspiState) If you encounter problems with the SCOM connectors after upgrading to Jakarta or Kingston (i.e: problems with user name, password, or hostname not found), please check that the following files are updated to the latest version (Upgrade History): MID server script file: SCOMConnector.groovy (events connector functionality)MID server script includes: ScomJS (Metric and BI-Directional functionality)MID server script file: Invoke-UpdateAlert.ps1 (Bi-Directional functionality) Additional Tips This is true only if the SCOM uses the “Windows Authentication” option (otherwise it will use user and password credentials) Port 5724 should be open from the SCOM server (Configuring a Firewall for Operations Manager — Microsoft docs)