SCCM SMS host agent service stop every hour

Copper Contributor

I having an issue that my SMS agent host service is continuously stop every hour and it cause all my client installation failed. I had disable my windows firewall and antivirus but the issue are not resolve. I also tried to grant the permission from my SCCM SQL server and IIS for SMS is working fine if the service is running. Besides below are the error log when the service stop. 

 

Error 5436:

On 12/5/2018 9:43:50 AM, component SMS_MP_CONTROL_MANAGER on computer <Server Name> reported: MP Control Manager detected management point is not responding to HTTP requests. The HTTP status code and text is 500, Internal Server Error.

Possible cause: Management point encountered an error when connecting to SQL Server. 
Solution: Verify that the SQL Server is properly configured to allow Management Point access. Verify that management point computer account or the Management Point Database Connection Account is a member of Management Point Role (smsdbrole_MP) in the SQL Server database.

Possible cause: The SQL Server Service Principal Names (SPNs) are not registered correctly in Active Directory
Solution: Ensure SQL Server SPNs are correctly registered. Review Q829868.

Possible cause: Internet Information Services (IIS) isn't configured to listen on the ports over which the site is configured to communicate. 
Solution: Verify that the designated Web Site is configured to use the same ports which the site is configured to use.

Possible cause: The designated Web Site is disabled in IIS. 
Solution: Verify that the designated Web Site is enabled, and functioning properly.

Possible cause: The MP ISAPI Application Identity does not have the requisite logon privileges. 
Solution: Verify that the account that the MP ISAPI is configured to run under has not been denied batch logon rights through group policy.

For more information, refer to Microsoft Knowledge Base article 838891.

 

Error 1:

System.NullReferenceException\r\nObject reference not set to an instance of an object.\r\n at Microsoft.ConfigurationManagement.AdminConsole.Scripts.Utilities.GetCollection(IResultObject selectedObject)
at Microsoft.ConfigurationManagement.AdminConsole.Scripts.Utilities.IsOperationOnMembersEnabled(IResultObject result, ClientActionType type)
at Microsoft.ConfigurationManagement.AdminConsole.Scripts.Utilities.IsOperationOnResultObjectEnabled(IResultObject result)
at Microsoft.ConfigurationManagement.AdminConsole.Scripts.Utilities.IsOperationOnResultObjectEnabled(IResultObject result)
at Microsoft.ConfigurationManagement.AdminConsole.Scripts.Utilities.DeployScriptEnabled(Object sender, ScopeNode scopeNode, ActionDescription action, ResultObjectBase resultObject)\r\n

2 Replies

did you check that your Computer has the Rights like requested?

Sounds like you have something scheduled in the environment that runs every hour.

 

Have you checked the IIS logs to see what 500 error you are getting?