SCCM R2 SP1 Install broke SMS_Provider
Those single lines taken from various logs don't help at all as they are taken out of context.
Have you already examined sitecomp.log to get details why the installation failed?
July 18th, 2015 11:29am

I am in the process of migrationg from SCCM 2007 to 2012.  I had the server running fine, moved over a few machines, rolled out updates and FEP.

I installed SP1 for R2 and now SMS_Provider will not install.  It is a single site server with DB on another server.  I am getting 

Component Status Errors

Severity Type Site code Date / Time System Component Message ID Description
Error Milestone EHC 7/17/2015 3:59:02 PM SCCM.domain.COM SMS_PROVIDERS 1020 Site Component Manager failed to reinstall this component on this site system.    Solution: Review the previous status messages to determine the exact reason for the failure. Site Component Manager will automatically retry the reinstallation in 60 minutes. To force Site Component Manager to immediately retry the reinstallation, stop and restart Site Component Manager using the Configuration Manager Service Manager.

"Site Component Manager could not stop the winmgmt service on site system ""

Errors from SMSProv.log

ERROR>: CSspQueryForObject::ConvertWBEMTimeToDBTime invalid wbemtime [2015/07/16 23:09:02.000] SMS Provider 7/17/2015 4:09:02 PM 4508 (0x119C)

Execute SQL =select  all stat.Component,stat.MachineName,stat.MessageID,stat.MessageType,stat.ModuleName,stat.PerClient,stat.ProcessID,stat.RecordID,stat.ReportFunction,stat.Severity,stat.SiteCode,stat.SuccessfulTransaction,stat.ThreadID,stat.Time,stat.TopLevelSiteCode,stat.PartOfTransaction,stat.Win32Error,att.AttributeID,att.AttributeTime,att.AttributeValue,att.RecordID,ins.InsStrIndex,ins.InsStrValue,ins.RecordID from vStatusMessages AS stat LEFT OUTER JOIN vStatusMessageAttributes AS att ON stat.RecordID = att.RecordID  LEFT OUTER JOIN vStatusMessageInsStrs AS ins ON stat.RecordID = ins.RecordID   where (((stat.Component = N'SMS_PROVIDERS' AND stat.Time >= '2015/07/16 23:09:02.000') AND stat.SiteCode = N'EHC') AND stat.MachineName = N'SCCM.domain.com') order by stat.Time desc SMS Provider 7/17/2015 4:09:02 PM 4508 (0x119C)
Free Windows Admin Tool Kit Click here and download it now
July 18th, 2015 7:04pm


CExtUserContext::EnterThread : User=domain\userSid=0x010500000000000515000000093A2A24EE940207833D2B46AB6F0000 Caching IWbemContextPtr=000000C3698C8060 in Process 0x6d4 (1748) SMS Provider 7/19/2015 1:37:45 PM 12708 (0x31A4)
 Context: InstanceCount=0 SMS Provider 7/19/2015 1:37:45 PM 12708 (0x31A4)
 Context: LocaleID=MS\0x00000409 SMS Provider 7/19/2015 1:37:45 PM 12708 (0x31A4)
 Context: __ProviderArchitecture=32 SMS Provider 7/19/2015 1:37:45 PM 12708 (0x31A4)
 Context: __RequiredArchitecture=0 (Bool) SMS Provider 7/19/2015 1:37:45 PM 12708 (0x31A4)
 Context: __ClientPreferredLanguages=en-US,en SMS Provider 7/19/2015 1:37:45 PM 12708 (0x31A4)
 Context: __CorrelationId={5C848A9B-C0EB-0000-2063-865CEBC0D001} SMS Provider 7/19/2015 1:37:45 PM 12708 (0x31A4)
 Context: __GroupOperationId=212020 SMS Provider 7/19/2015 1:37:45 PM 12708 (0x31A4)
 CExtUserContext : Set ThreadLocaleID OK to: 1033 SMS Provider 7/19/2015 1:37:45 PM 12708 (0x31A4)
 CSspClassManager::PreCallAction, dbname=CM_EHC SMS Provider 7/19/2015 1:37:45 PM 12708 (0x31A4)
 ExecQueryAsync: START Select * from SMS_StatusMessage as stat left outer join SMS_StatMsgAttributes as att on stat.recordid = att.recordid left outer join SMS_StatMsgInsStrings as ins on stat.recordid = ins.recordid WHERE (COMPONENT="SMS_POLICY_PROVIDER") AND (stat.Time>='2015/07/18 20:37:45.000') AND (SiteCode="EHC") AND (MachineName="SCCM12.domain.com") order by stat.Time Desc SMS Provider 7/19/2015 1:37:45 PM 12708 (0x31A4)
 Adding Handle 1735712112 to async call map SMS Provider 7/19/2015 1:37:45 PM 12708 (0x31A4)
 CExtProviderClassObject::DoCreateInstanceEnumAsync (SMS_Query) SMS Provider 7/19/2015 1:37:45 PM 12708 (0x31A4)
 CSspQueryForObject :: Execute... SMS Provider 7/19/2015 1:37:45 PM 12708 (0x31A4)
 ERROR>: CSspQueryForObject::ConvertWBEMTimeToDBTime invalid wbemtime [2015/07/18 20:37:45.000] SMS Provider 7/19/2015 1:37:45 PM 12708 (0x31A4)
 Execute WQL  =Select * from SMS_StatusMessage as stat left outer join SMS_StatMsgAttributes as att on stat.recordid = att.recordid left outer join SMS_StatMsgInsStrings as ins on stat.recordid = ins.recordid WHERE (COMPONENT="SMS_POLICY_PROVIDER") AND (stat.Time>='2015/07/18 20:37:45.000') AND (SiteCode="EHC") AND (MachineName="SCCM12.domain.com") order by stat.Time Desc SMS Provider 7/19/2015 1:37:45 PM 12708 (0x31A4)
 Execute SQL =select  all stat.Component,stat.MachineName,stat.MessageID,stat.MessageType,stat.ModuleName,stat.PerClient,stat.ProcessID,stat.RecordID,stat.ReportFunction,stat.Severity,stat.SiteCode,stat.SuccessfulTransaction,stat.ThreadID,stat.Time,stat.TopLevelSiteCode,stat.PartOfTransaction,stat.Win32Error,att.AttributeID,att.AttributeTime,att.AttributeValue,att.RecordID,ins.InsStrIndex,ins.InsStrValue,ins.RecordID from vStatusMessages AS stat LEFT OUTER JOIN vStatusMessageAttributes AS att ON stat.RecordID = att.RecordID  LEFT OUTER JOIN vStatusMessageInsStrs AS ins ON stat.RecordID = ins.RecordID   where (((stat.Component = N'SMS_POLICY_PROVIDER' AND stat.Time >= '2015/07/18 20:37:45.000') AND stat.SiteCode = N'EHC') AND stat.MachineName = N'SCCM12.domain.com') order by stat.Time desc SMS Provider 7/19/2015 1:37:45 PM 12708 (0x31A4)
 Results returned : 0 of 1 SMS Provider 7/19/2015 1:37:45 PM 12708 (0x31A4)
 Removing Handle 1735712112 from async call map SMS Provider 7/19/2015 1:37:45 PM 12708 (0x31A4)
 ExecQueryAsync: COMPLETE Select * from SMS_StatusMessage as stat left outer join SMS_StatMsgAttributes as att on stat.recordid = att.recordid left outer join SMS_StatMsgInsStrings as ins on stat.recordid = ins.recordid WHERE (COMPONENT="SMS_POLICY_PROVIDER") AND (stat.Time>='2015/07/18 20:37:45.000') AND (SiteCode="EHC") AND (MachineName="SCCM12.domain.com") order by stat.Time Desc SMS Provider 7/19/2015 1:37:45 PM 12708 (0x31A4)
 CExtUserContext::LeaveThread : Releasing IWbemContextPtr=1770815584 SMS Provider 7/19/2015 1:37:45 PM 12708 (0x31A4)
 SMS Provider 7/19/2015 1:37:45 PM 12708 (0x31A4)
 CExtUserContext::EnterThread : User=domain\userSid=0x010500000000000515000000093A2A24EE940207833D2B46AB6F0000 Caching IWbemContextPtr=000000C3698C9100 in Process 0x6d4 (1748) SMS Provider 7/19/2015 1:37:45 PM 12708 (0x31A4)
 Context: InstanceCount=0 SMS Provider 7/19/2015 1:37:45 PM 12708 (0x31A4)
 Context: LocaleID=MS\0x00000409 SMS Provider 7/19/2015 1:37:45 PM 12708 (0x31A4)
 Context: __ProviderArchitecture=32 SMS Provider 7/19/2015 1:37:45 PM 12708 (0x31A4)
 Context: __RequiredArchitecture=0 (Bool) SMS Provider 7/19/2015 1:37:45 PM 12708 (0x31A4)
 Context: __ClientPreferredLanguages=en-US,en SMS Provider 7/19/2015 1:37:45 PM 12708 (0x31A4)
 Context: __CorrelationId={5C848A9B-C0EB-0000-2063-865CEBC0D001} SMS Provider 7/19/2015 1:37:45 PM 12708 (0x31A4)
 Context: __GroupOperationId=212024 SMS Provider 7/19/2015 1:37:45 PM 12708 (0x31A4)
 CExtUserContext : Set ThreadLocaleID OK to: 1033 SMS Provider 7/19/2015 1:37:45 PM 12708 (0x31A4)
 CSspClassManager::PreCallAction, dbname=CM_EHC SMS Provider 7/19/2015 1:37:45 PM 12708 (0x31A4)
 ExecQueryAsync: START select QueryID, Name, Expression, Comments from  SMS_Query where TargetClassName = "SMS_StatusMessage" SMS Provider 7/19/2015 1:37:45 PM 12708 (0x31A4)
 Adding Handle 1735712152 to async call map SMS Provider 7/19/2015 1:37:45 PM 12708 (0x31A4)
 CExtProviderClassObject::DoCreateInstanceEnumAsync (SMS_Query) SMS Provider 7/19/2015 1:37:45 PM 12708 (0x31A4)
 CSspQueryForObject :: Execute... SMS Provider 7/19/2015 1:37:45 PM 12708 (0x31A4)
 Execute WQL  =select QueryID, Name, Expression, Comments from  SMS_Query where TargetClassName = "SMS_StatusMessage" SMS Provider 7/19/2015 1:37:45 PM 12708 (0x31A4)
 Execute SQL =select  all SMS_Query.QueryKey,SMS_Query.Name,SMS_Query.WQL,SMS_Query.Comments from Queries AS SMS_Query  where SMS_Query.Architecture = N'SMS_StatusMessage' SMS Provider 7/19/2015 1:37:45 PM 12708 (0x31A4)
 Results returned : 41 of 42 SMS Provider 7/19/2015 1:37:45 PM 12708 (0x31A4)
 Removing Handle 1735712152 from async call map SMS Provider 7/19/2015 1:37:45 PM 12708 (0x31A4)
 ExecQueryAsync: COMPLETE select QueryID, Name, Expression, Comments from  SMS_Query where TargetClassName = "SMS_StatusMessage" SMS Provider 7/19/2015 1:37:45 PM 12708 (0x31A4)
 CExtUserContext::LeaveThread : Releasing IWbemContextPtr=1770819840 SMS Provider 7/19/2015 1:37:45 PM 12708 (0x31A4)
 SMS Provider 7/19/2015 1:37:51 PM 12708 (0x31A4)
 CExtUserContext::EnterThread : User=domain\userSid=0x010500000000000515000000093A2A24EE940207833D2B46AB6F0000 Caching IWbemContextPtr=000000C3698C8BC0 in Process 0x6d4 (1748) SMS Provider 7/19/2015 1:37:51 PM 12708 (0x31A4)
 Context: SMSAppName=Configuration Manager Administrator console SMS Provider 7/19/2015 1:37:51 PM 12708 (0x31A4)
 Context: MachineName=SCCM12.domain.com SMS Provider 7/19/2015 1:37:51 PM 12708 (0x31A4)
 Context: UserName=domain\userSMS Provider 7/19/2015 1:37:51 PM 12708 (0x31A4)
 Context: ObjectLockContext=030de665-4c14-4767-ba38-9c1b1a8bd219 SMS Provider 7/19/2015 1:37:51 PM 12708 (0x31A4)
 Context: ApplicationName=Microsoft.ConfigurationManagement.exe SMS Provider 7/19/2015 1:37:51 PM 12708 (0x31A4)
 Context: ApplicationVersion=5.0.8239.1000 SMS Provider 7/19/2015 1:37:51 PM 12708 (0x31A4)
 Context: LocaleID=MS\0x409 SMS Provider 7/19/2015 1:37:51 PM 12708 (0x31A4)
 Context: __ProviderArchitecture=32 SMS Provider 7/19/2015 1:37:51 PM 12708 (0x31A4)
 Context: __RequiredArchitecture=0 (Bool) SMS Provider 7/19/2015 1:37:51 PM 12708 (0x31A4)
 Context: __ClientPreferredLanguages=en-US,en SMS Provider 7/19/2015 1:37:51 PM 12708 (0x31A4)
 Context: __CorrelationId={5C848A9B-C0EB-0001-8F58-895CEBC0D001} SMS Provider 7/19/2015 1:37:51 PM 12708 (0x31A4)
 Context: __GroupOperationId=212028 SMS Provider 7/19/2015 1:37:51 PM 12708 (0x31A4)
 CExtUserContext : Set ThreadLocaleID OK to: 1033 SMS Provider 7/19/2015 1:37:51 PM 12708 (0x31A4)
 CSspClassManager::PreCallAction, dbname=CM_EHC SMS Provider 7/19/2015 1:37:51 PM 12708 (0x31A4)
 User Context: domain\userSMS Provider 7/19/2015 1:37:51 PM 12708 (0x31A4)
 GetObjectAsync : SMS_ComponentSummarizer.ComponentName="SMS_LICENSE_MANAGER",MachineName="SCCM12.domain.com",SiteCode="EHC",TallyInterval="0001128000100008" SMS Provider 7/19/2015 1:37:51 PM 12708 (0x31A4)
 Requested class =SMS_ComponentSummarizer SMS Provider 7/19/2015 1:37:51 PM 12708 (0x31A4)
 Requested num keys=4 SMS Provider 7/19/2015 1:37:51 PM 12708 (0x31A4)
 CSspQueryForObject :: Execute... SMS Provider 7/19/2015 1:37:51 PM 12708 (0x31A4)
 Execute WQL  =select * from SMS_ComponentSummarizer WHERE SiteCode = "EHC" AND MachineName = "SCCM12.domain.com" AND ComponentName = "SMS_LICENSE_MANAGER" AND TallyInterval = "0001128000100008" SMS Provider 7/19/2015 1:37:51 PM 12708 (0x31A4)
 Execute SQL =select  all SMS_ComponentSummarizer.AvailabilityState,SMS_ComponentSummarizer.ComponentName,SMS_ComponentSummarizer.ComponentType,SMS_ComponentSummarizer.Errors,SMS_ComponentSummarizer.HeartbeatInterval,SMS_ComponentSummarizer.Infos,SMS_ComponentSummarizer.LastContacted,SMS_ComponentSummarizer.LastHeartbeat,SMS_ComponentSummarizer.LastStarted,SMS_ComponentSummarizer.MachineName,SMS_ComponentSummarizer.NextScheduledTime,SMS_ComponentSummarizer.SiteCode,SMS_ComponentSummarizer.State,SMS_ComponentSummarizer.Status,SMS_ComponentSummarizer.TallyInterval,SMS_ComponentSummarizer.Type,SMS_ComponentSummarizer.Warnings from vSMS_ComponentSummarizer AS SMS_ComponentSummarizer  where (((SMS_ComponentSummarizer.SiteCode = N'EHC' AND SMS_ComponentSummarizer.MachineName = N'SCCM12.domain.com') AND SMS_ComponentSummarizer.ComponentName = N'SMS_LICENSE_MANAGER') AND SMS_ComponentSummarizer.TallyInterval = N'0001128000100008') SMS Provider 7/19/2015 1:37:51 PM 12708 (0x31A4)
 Results returned : 1 of 2 SMS Provider 7/19/2015 1:37:51 PM 12708 (0x31A4)
 CExtUserContext::LeaveThread : Releasing IWbemContextPtr=1770818496 SMS Provider 7/19/2015 1:37:51 PM 12708 (0x31A4)
 Cancelling network connection to \\SCCMDB.domain.com\ADMIN$. SMS Provider 7/19/2015 1:38:16 PM 6960 (0x1B30) And Severity Type Site code Date / Time System Component Message ID Description
 Information Milestone EHC 7/17/2015 5:01:11 PM SCCM12.domain.com SMS_PROVIDERS 4610 Component Status Summarizer set the status of component "SMS_PROVIDERS" running on computer "SCCM12.domain.com" to Warning.    Possible cause: The component is experiencing a problem.  Solution: Diagnose and fix the problem by:  1. Examine the status messages that the component reports.  2. Correcting the problem.  3. Instructing Component Status Summarizer to reset the counts of Error, Warning, and/or Informational status messages reported by the component. To reset the counts, right-click Reset Counts on the component in the Component Status summary in the Configuration Manager Console. When the counts are reset, Component Status Summarizer will change the status of the component to OK. This might take some time if site "EHC" is a child site.  4. Deleting any unwanted status messages from the site database, if necessary.  5. Monitor the component occasionally to verify the problem does not reoccur.    Possible cause: The component is OK and you were unnecessarily alerted because the Component Status Thresholds are set too low for the component.  Solution: Increase the Component Status Thresholds for the component using the Thresholds tab of the Component Status Summarizer Properties dialog box in the Configuration Manager Console.    Possible cause: The component is "flooding" the status system by rapidly reporting the same message repeatedly.  Solution: Diagnose and control the flood of status messages by:  1. Verifying that the component is actually flooding the status system. View the status messages reported by the component, and verify that the same message is continually reported every several minutes or seconds.  2. Noting the Message ID of the flooded status message.  3. Creating a Status Filter Rule for site "EHC" that instructs Status Manager to discard the flooded status message when component "SMS_PROVIDERS" on computer "SCCM12.domain.com" reports it.   4. Verifying that your sites' databases were not filled up by the flooded status message.  Delete any
 Error Milestone EHC 7/17/2015 5:01:01 PM SCCM12.domain.com SMS_PROVIDERS 1020 Site Component Manager failed to reinstall this component on this site system.    Solution: Review the previous status messages to determine the exact reason for the failure. Site Component Manager will automatically retry the reinstallation in 60 minutes. To force Site Component Manager to immediately retry the reinstallation, stop and restart Site Component Manager using the Configuration Manager Service Manager.
 Error Detail EHC 7/17/2015 5:01:01 PM SCCM12.domain.com SMS_PROVIDERS 1090 Site Component Manager could not stop the winmgmt service on site system "\\SCCM12.domain.com".    Possible cause: Site Component Manager does not have sufficient access rights to administer the site system.  Solution: Verify that the Site System Connection accounts are properly configured to allow the site to administer the site system.    If this problem persists, refer to your ConfigMgr Documentation or the Microsoft Knowledge Base for further troubleshooting information.
 Information Milestone EHC 7/17/2015 4:31:48 PM SCCM12.domain.com SMS_PROVIDERS 1018 Site Component Manager is reinstalling this component on this site system.
 Information Milestone EHC 7/17/2015 4:16:16 PM SCCM12.domain.com SMS_PROVIDERS 4608 Component Status Summarizer detected that component "SMS_PROVIDERS", running on computer "SCCM12.domain.com", has reported 1 or more Error status messages during the Component Status Threshold Period.    Possible cause: The count equals or exceeds the Component Status Warning Threshold (1 status messages) for Error status messages for the component.  Solution: If the component's status is not already set to Warning, Component Status Summarizer will set the component's status to Warning in the Component Status summary in the Configuration Manager Console.
 Information Milestone EHC 7/17/2015 4:16:16 PM SCCM12.domain.com SMS_PROVIDERS 4610 Component Status Summarizer set the status of component "SMS_PROVIDERS" running on computer "SCCM12.domain.com" to Warning.    Possible cause: The component is experiencing a problem.  Solution: Diagnose and fix the problem by:  1. Examine the status messages that the component reports.  2. Correcting the problem.  3. Instructing Component Status Summarizer to reset the counts of Error, Warning, and/or Informational status messages reported by the component. To reset the counts, right-click Reset Counts on the component in the Component Status summary in the Configuration Manager Console. When the counts are reset, Component Status Summarizer will change the status of the component to OK. This might take some time if site "EHC" is a child site.  4. Deleting any unwanted status messages from the site database, if necessary.  5. Monitor the component occasionally to verify the problem does not reoccur.    Possible cause: The component is OK and you were unnecessarily alerted because the Component Status Thresholds are set too low for the component.  Solution: Increase the Component Status Thresholds for the component using the Thresholds tab of the Component Status Summarizer Properties dialog box in the Configuration Manager Console.    Possible cause: The component is "flooding" the status system by rapidly reporting the same message repeatedly.  Solution: Diagnose and control the flood of status messages by:  1. Verifying that the component is actually flooding the status system. View the status messages reported by the component, and verify that the same message is continually reported every several minutes or seconds.  2. Noting the Message ID of the flooded status message.  3. Creating a Status Filter Rule for site "EHC" that instructs Status Manager to discard the flooded status message when component "SMS_PROVIDERS" on computer "SCCM12.domain.com" reports it.   4. Verifying that your sites' databases were not filled up by the flooded status message.  Delete any
 Error Detail EHC 7/17/2015 4:16:06 PM SCCM12.domain.com SMS_PROVIDERS 1090 Site Component Manager could not stop the winmgmt service on site system "\\SCCM12.domain.com".    Possible cause: Site Component Manager does not have sufficient access rights to administer the site system.  Solution: Verify that the Site System Connection accounts are properly configured to allow the site to administer the site system.    If this problem persists, refer to your ConfigMgr Documentation or the Microsoft Knowledge Base for further troubleshooting information.
 Error Milestone EHC 7/17/2015 4:16:06 PM SCCM12.domain.com SMS_PROVIDERS 1020 Site Component Manager failed to reinstall this component on this site system.    Solution: Review the previous status messages to determine the exact reason for the failure. Site Component Manager will automatically retry the reinstallation in 60 minutes. To force Site Component Manager to immediately retry the reinstallation, stop and restart Site Component Manager using the Configuration Manager Service Manager.
 Error Detail EHC 7/17/2015 3:59:02 PM SCCM12.domain.com SMS_PROVIDERS 1090 Site Component Manager could not stop the winmgmt service on site system "\\SCCM12.domain.com".    Possible cause: Site Component Manager does not have sufficient access rights to administer the site system.  Solution: Verify that the Site System Connection accounts are properly configured to allow the site to administer the site system.    If this problem persists, refer to your ConfigMgr Documentation or the Microsoft Knowledge Base for further troubleshooting information.
 Error Milestone EHC 7/17/2015 3:59:02 PM SCCM12.domain.com SMS_PROVIDERS 1020 Site Component Manager failed to reinstall this component on this site system.    Solution: Review the previous status messages to determine the exact reason for the failure. Site Component Manager will automatically retry the reinstallation in 60 minutes. To force Site Component Manager to immediately retry the reinstallation, stop and restart Site Component Manager using the Configuration Manager Service Manager.
 Information Milestone EHC 7/17/2015 3:48:55 PM SCCM12.domain.com SMS_PROVIDERS 1018 Site Component Manager is reinstalling this component on this site system.
  • Edited by freebird_ Sunday, July 19, 2015 8:48 PM
July 19th, 2015 8:47pm

I saw that also, it had Forefront EndPoint Protection installed but that has been removed
Free Windows Admin Tool Kit Click here and download it now
July 20th, 2015 11:28am


CExtUserContext::EnterThread : User=domain\userSid=0x010500000000000515000000093A2A24EE940207833D2B46AB6F0000 Caching IWbemContextPtr=000000C3698C8060 in Process 0x6d4 (1748) SMS Provider 7/19/2015 1:37:45 PM 12708 (0x31A4)
 Context: InstanceCount=0 SMS Provider 7/19/2015 1:37:45 PM 12708 (0x31A4)
 Context: LocaleID=MS\0x00000409 SMS Provider 7/19/2015 1:37:45 PM 12708 (0x31A4)
 Context: __ProviderArchitecture=32 SMS Provider 7/19/2015 1:37:45 PM 12708 (0x31A4)
 Context: __RequiredArchitecture=0 (Bool) SMS Provider 7/19/2015 1:37:45 PM 12708 (0x31A4)
 Context: __ClientPreferredLanguages=en-US,en SMS Provider 7/19/2015 1:37:45 PM 12708 (0x31A4)
 Context: __CorrelationId={5C848A9B-C0EB-0000-2063-865CEBC0D001} SMS Provider 7/19/2015 1:37:45 PM 12708 (0x31A4)
 Context: __GroupOperationId=212020 SMS Provider 7/19/2015 1:37:45 PM 12708 (0x31A4)
 CExtUserContext : Set ThreadLocaleID OK to: 1033 SMS Provider 7/19/2015 1:37:45 PM 12708 (0x31A4)
 CSspClassManager::PreCallAction, dbname=CM_EHC SMS Provider 7/19/2015 1:37:45 PM 12708 (0x31A4)
 ExecQueryAsync: START Select * from SMS_StatusMessage as stat left outer join SMS_StatMsgAttributes as att on stat.recordid = att.recordid left outer join SMS_StatMsgInsStrings as ins on stat.recordid = ins.recordid WHERE (COMPONENT="SMS_POLICY_PROVIDER") AND (stat.Time>='2015/07/18 20:37:45.000') AND (SiteCode="EHC") AND (MachineName="SCCM12.domain.com") order by stat.Time Desc SMS Provider 7/19/2015 1:37:45 PM 12708 (0x31A4)
 Adding Handle 1735712112 to async call map SMS Provider 7/19/2015 1:37:45 PM 12708 (0x31A4)
 CExtProviderClassObject::DoCreateInstanceEnumAsync (SMS_Query) SMS Provider 7/19/2015 1:37:45 PM 12708 (0x31A4)
 CSspQueryForObject :: Execute... SMS Provider 7/19/2015 1:37:45 PM 12708 (0x31A4)
 ERROR>: CSspQueryForObject::ConvertWBEMTimeToDBTime invalid wbemtime [2015/07/18 20:37:45.000] SMS Provider 7/19/2015 1:37:45 PM 12708 (0x31A4)
 Execute WQL  =Select * from SMS_StatusMessage as stat left outer join SMS_StatMsgAttributes as att on stat.recordid = att.recordid left outer join SMS_StatMsgInsStrings as ins on stat.recordid = ins.recordid WHERE (COMPONENT="SMS_POLICY_PROVIDER") AND (stat.Time>='2015/07/18 20:37:45.000') AND (SiteCode="EHC") AND (MachineName="SCCM12.domain.com") order by stat.Time Desc SMS Provider 7/19/2015 1:37:45 PM 12708 (0x31A4)
 Execute SQL =select  all stat.Component,stat.MachineName,stat.MessageID,stat.MessageType,stat.ModuleName,stat.PerClient,stat.ProcessID,stat.RecordID,stat.ReportFunction,stat.Severity,stat.SiteCode,stat.SuccessfulTransaction,stat.ThreadID,stat.Time,stat.TopLevelSiteCode,stat.PartOfTransaction,stat.Win32Error,att.AttributeID,att.AttributeTime,att.AttributeValue,att.RecordID,ins.InsStrIndex,ins.InsStrValue,ins.RecordID from vStatusMessages AS stat LEFT OUTER JOIN vStatusMessageAttributes AS att ON stat.RecordID = att.RecordID  LEFT OUTER JOIN vStatusMessageInsStrs AS ins ON stat.RecordID = ins.RecordID   where (((stat.Component = N'SMS_POLICY_PROVIDER' AND stat.Time >= '2015/07/18 20:37:45.000') AND stat.SiteCode = N'EHC') AND stat.MachineName = N'SCCM12.domain.com') order by stat.Time desc SMS Provider 7/19/2015 1:37:45 PM 12708 (0x31A4)
 Results returned : 0 of 1 SMS Provider 7/19/2015 1:37:45 PM 12708 (0x31A4)
 Removing Handle 1735712112 from async call map SMS Provider 7/19/2015 1:37:45 PM 12708 (0x31A4)
 ExecQueryAsync: COMPLETE Select * from SMS_StatusMessage as stat left outer join SMS_StatMsgAttributes as att on stat.recordid = att.recordid left outer join SMS_StatMsgInsStrings as ins on stat.recordid = ins.recordid WHERE (COMPONENT="SMS_POLICY_PROVIDER") AND (stat.Time>='2015/07/18 20:37:45.000') AND (SiteCode="EHC") AND (MachineName="SCCM12.domain.com") order by stat.Time Desc SMS Provider 7/19/2015 1:37:45 PM 12708 (0x31A4)
 CExtUserContext::LeaveThread : Releasing IWbemContextPtr=1770815584 SMS Provider 7/19/2015 1:37:45 PM 12708 (0x31A4)
 SMS Provider 7/19/2015 1:37:45 PM 12708 (0x31A4)
 CExtUserContext::EnterThread : User=domain\userSid=0x010500000000000515000000093A2A24EE940207833D2B46AB6F0000 Caching IWbemContextPtr=000000C3698C9100 in Process 0x6d4 (1748) SMS Provider 7/19/2015 1:37:45 PM 12708 (0x31A4)
 Context: InstanceCount=0 SMS Provider 7/19/2015 1:37:45 PM 12708 (0x31A4)
 Context: LocaleID=MS\0x00000409 SMS Provider 7/19/2015 1:37:45 PM 12708 (0x31A4)
 Context: __ProviderArchitecture=32 SMS Provider 7/19/2015 1:37:45 PM 12708 (0x31A4)
 Context: __RequiredArchitecture=0 (Bool) SMS Provider 7/19/2015 1:37:45 PM 12708 (0x31A4)
 Context: __ClientPreferredLanguages=en-US,en SMS Provider 7/19/2015 1:37:45 PM 12708 (0x31A4)
 Context: __CorrelationId={5C848A9B-C0EB-0000-2063-865CEBC0D001} SMS Provider 7/19/2015 1:37:45 PM 12708 (0x31A4)
 Context: __GroupOperationId=212024 SMS Provider 7/19/2015 1:37:45 PM 12708 (0x31A4)
 CExtUserContext : Set ThreadLocaleID OK to: 1033 SMS Provider 7/19/2015 1:37:45 PM 12708 (0x31A4)
 CSspClassManager::PreCallAction, dbname=CM_EHC SMS Provider 7/19/2015 1:37:45 PM 12708 (0x31A4)
 ExecQueryAsync: START select QueryID, Name, Expression, Comments from  SMS_Query where TargetClassName = "SMS_StatusMessage" SMS Provider 7/19/2015 1:37:45 PM 12708 (0x31A4)
 Adding Handle 1735712152 to async call map SMS Provider 7/19/2015 1:37:45 PM 12708 (0x31A4)
 CExtProviderClassObject::DoCreateInstanceEnumAsync (SMS_Query) SMS Provider 7/19/2015 1:37:45 PM 12708 (0x31A4)
 CSspQueryForObject :: Execute... SMS Provider 7/19/2015 1:37:45 PM 12708 (0x31A4)
 Execute WQL  =select QueryID, Name, Expression, Comments from  SMS_Query where TargetClassName = "SMS_StatusMessage" SMS Provider 7/19/2015 1:37:45 PM 12708 (0x31A4)
 Execute SQL =select  all SMS_Query.QueryKey,SMS_Query.Name,SMS_Query.WQL,SMS_Query.Comments from Queries AS SMS_Query  where SMS_Query.Architecture = N'SMS_StatusMessage' SMS Provider 7/19/2015 1:37:45 PM 12708 (0x31A4)
 Results returned : 41 of 42 SMS Provider 7/19/2015 1:37:45 PM 12708 (0x31A4)
 Removing Handle 1735712152 from async call map SMS Provider 7/19/2015 1:37:45 PM 12708 (0x31A4)
 ExecQueryAsync: COMPLETE select QueryID, Name, Expression, Comments from  SMS_Query where TargetClassName = "SMS_StatusMessage" SMS Provider 7/19/2015 1:37:45 PM 12708 (0x31A4)
 CExtUserContext::LeaveThread : Releasing IWbemContextPtr=1770819840 SMS Provider 7/19/2015 1:37:45 PM 12708 (0x31A4)
 SMS Provider 7/19/2015 1:37:51 PM 12708 (0x31A4)
 CExtUserContext::EnterThread : User=domain\userSid=0x010500000000000515000000093A2A24EE940207833D2B46AB6F0000 Caching IWbemContextPtr=000000C3698C8BC0 in Process 0x6d4 (1748) SMS Provider 7/19/2015 1:37:51 PM 12708 (0x31A4)
 Context: SMSAppName=Configuration Manager Administrator console SMS Provider 7/19/2015 1:37:51 PM 12708 (0x31A4)
 Context: MachineName=SCCM12.domain.com SMS Provider 7/19/2015 1:37:51 PM 12708 (0x31A4)
 Context: UserName=domain\userSMS Provider 7/19/2015 1:37:51 PM 12708 (0x31A4)
 Context: ObjectLockContext=030de665-4c14-4767-ba38-9c1b1a8bd219 SMS Provider 7/19/2015 1:37:51 PM 12708 (0x31A4)
 Context: ApplicationName=Microsoft.ConfigurationManagement.exe SMS Provider 7/19/2015 1:37:51 PM 12708 (0x31A4)
 Context: ApplicationVersion=5.0.8239.1000 SMS Provider 7/19/2015 1:37:51 PM 12708 (0x31A4)
 Context: LocaleID=MS\0x409 SMS Provider 7/19/2015 1:37:51 PM 12708 (0x31A4)
 Context: __ProviderArchitecture=32 SMS Provider 7/19/2015 1:37:51 PM 12708 (0x31A4)
 Context: __RequiredArchitecture=0 (Bool) SMS Provider 7/19/2015 1:37:51 PM 12708 (0x31A4)
 Context: __ClientPreferredLanguages=en-US,en SMS Provider 7/19/2015 1:37:51 PM 12708 (0x31A4)
 Context: __CorrelationId={5C848A9B-C0EB-0001-8F58-895CEBC0D001} SMS Provider 7/19/2015 1:37:51 PM 12708 (0x31A4)
 Context: __GroupOperationId=212028 SMS Provider 7/19/2015 1:37:51 PM 12708 (0x31A4)
 CExtUserContext : Set ThreadLocaleID OK to: 1033 SMS Provider 7/19/2015 1:37:51 PM 12708 (0x31A4)
 CSspClassManager::PreCallAction, dbname=CM_EHC SMS Provider 7/19/2015 1:37:51 PM 12708 (0x31A4)
 User Context: domain\userSMS Provider 7/19/2015 1:37:51 PM 12708 (0x31A4)
 GetObjectAsync : SMS_ComponentSummarizer.ComponentName="SMS_LICENSE_MANAGER",MachineName="SCCM12.domain.com",SiteCode="EHC",TallyInterval="0001128000100008" SMS Provider 7/19/2015 1:37:51 PM 12708 (0x31A4)
 Requested class =SMS_ComponentSummarizer SMS Provider 7/19/2015 1:37:51 PM 12708 (0x31A4)
 Requested num keys=4 SMS Provider 7/19/2015 1:37:51 PM 12708 (0x31A4)
 CSspQueryForObject :: Execute... SMS Provider 7/19/2015 1:37:51 PM 12708 (0x31A4)
 Execute WQL  =select * from SMS_ComponentSummarizer WHERE SiteCode = "EHC" AND MachineName = "SCCM12.domain.com" AND ComponentName = "SMS_LICENSE_MANAGER" AND TallyInterval = "0001128000100008" SMS Provider 7/19/2015 1:37:51 PM 12708 (0x31A4)
 Execute SQL =select  all SMS_ComponentSummarizer.AvailabilityState,SMS_ComponentSummarizer.ComponentName,SMS_ComponentSummarizer.ComponentType,SMS_ComponentSummarizer.Errors,SMS_ComponentSummarizer.HeartbeatInterval,SMS_ComponentSummarizer.Infos,SMS_ComponentSummarizer.LastContacted,SMS_ComponentSummarizer.LastHeartbeat,SMS_ComponentSummarizer.LastStarted,SMS_ComponentSummarizer.MachineName,SMS_ComponentSummarizer.NextScheduledTime,SMS_ComponentSummarizer.SiteCode,SMS_ComponentSummarizer.State,SMS_ComponentSummarizer.Status,SMS_ComponentSummarizer.TallyInterval,SMS_ComponentSummarizer.Type,SMS_ComponentSummarizer.Warnings from vSMS_ComponentSummarizer AS SMS_ComponentSummarizer  where (((SMS_ComponentSummarizer.SiteCode = N'EHC' AND SMS_ComponentSummarizer.MachineName = N'SCCM12.domain.com') AND SMS_ComponentSummarizer.ComponentName = N'SMS_LICENSE_MANAGER') AND SMS_ComponentSummarizer.TallyInterval = N'0001128000100008') SMS Provider 7/19/2015 1:37:51 PM 12708 (0x31A4)
 Results returned : 1 of 2 SMS Provider 7/19/2015 1:37:51 PM 12708 (0x31A4)
 CExtUserContext::LeaveThread : Releasing IWbemContextPtr=1770818496 SMS Provider 7/19/2015 1:37:51 PM 12708 (0x31A4)
 Cancelling network connection to \\SCCMDB.domain.com\ADMIN$. SMS Provider 7/19/2015 1:38:16 PM 6960 (0x1B30) And Severity Type Site code Date / Time System Component Message ID Description
 Information Milestone EHC 7/17/2015 5:01:11 PM SCCM12.domain.com SMS_PROVIDERS 4610 Component Status Summarizer set the status of component "SMS_PROVIDERS" running on computer "SCCM12.domain.com" to Warning.    Possible cause: The component is experiencing a problem.  Solution: Diagnose and fix the problem by:  1. Examine the status messages that the component reports.  2. Correcting the problem.  3. Instructing Component Status Summarizer to reset the counts of Error, Warning, and/or Informational status messages reported by the component. To reset the counts, right-click Reset Counts on the component in the Component Status summary in the Configuration Manager Console. When the counts are reset, Component Status Summarizer will change the status of the component to OK. This might take some time if site "EHC" is a child site.  4. Deleting any unwanted status messages from the site database, if necessary.  5. Monitor the component occasionally to verify the problem does not reoccur.    Possible cause: The component is OK and you were unnecessarily alerted because the Component Status Thresholds are set too low for the component.  Solution: Increase the Component Status Thresholds for the component using the Thresholds tab of the Component Status Summarizer Properties dialog box in the Configuration Manager Console.    Possible cause: The component is "flooding" the status system by rapidly reporting the same message repeatedly.  Solution: Diagnose and control the flood of status messages by:  1. Verifying that the component is actually flooding the status system. View the status messages reported by the component, and verify that the same message is continually reported every several minutes or seconds.  2. Noting the Message ID of the flooded status message.  3. Creating a Status Filter Rule for site "EHC" that instructs Status Manager to discard the flooded status message when component "SMS_PROVIDERS" on computer "SCCM12.domain.com" reports it.   4. Verifying that your sites' databases were not filled up by the flooded status message.  Delete any
 Error Milestone EHC 7/17/2015 5:01:01 PM SCCM12.domain.com SMS_PROVIDERS 1020 Site Component Manager failed to reinstall this component on this site system.    Solution: Review the previous status messages to determine the exact reason for the failure. Site Component Manager will automatically retry the reinstallation in 60 minutes. To force Site Component Manager to immediately retry the reinstallation, stop and restart Site Component Manager using the Configuration Manager Service Manager.
 Error Detail EHC 7/17/2015 5:01:01 PM SCCM12.domain.com SMS_PROVIDERS 1090 Site Component Manager could not stop the winmgmt service on site system "\\SCCM12.domain.com".    Possible cause: Site Component Manager does not have sufficient access rights to administer the site system.  Solution: Verify that the Site System Connection accounts are properly configured to allow the site to administer the site system.    If this problem persists, refer to your ConfigMgr Documentation or the Microsoft Knowledge Base for further troubleshooting information.
 Information Milestone EHC 7/17/2015 4:31:48 PM SCCM12.domain.com SMS_PROVIDERS 1018 Site Component Manager is reinstalling this component on this site system.
 Information Milestone EHC 7/17/2015 4:16:16 PM SCCM12.domain.com SMS_PROVIDERS 4608 Component Status Summarizer detected that component "SMS_PROVIDERS", running on computer "SCCM12.domain.com", has reported 1 or more Error status messages during the Component Status Threshold Period.    Possible cause: The count equals or exceeds the Component Status Warning Threshold (1 status messages) for Error status messages for the component.  Solution: If the component's status is not already set to Warning, Component Status Summarizer will set the component's status to Warning in the Component Status summary in the Configuration Manager Console.
 Information Milestone EHC 7/17/2015 4:16:16 PM SCCM12.domain.com SMS_PROVIDERS 4610 Component Status Summarizer set the status of component "SMS_PROVIDERS" running on computer "SCCM12.domain.com" to Warning.    Possible cause: The component is experiencing a problem.  Solution: Diagnose and fix the problem by:  1. Examine the status messages that the component reports.  2. Correcting the problem.  3. Instructing Component Status Summarizer to reset the counts of Error, Warning, and/or Informational status messages reported by the component. To reset the counts, right-click Reset Counts on the component in the Component Status summary in the Configuration Manager Console. When the counts are reset, Component Status Summarizer will change the status of the component to OK. This might take some time if site "EHC" is a child site.  4. Deleting any unwanted status messages from the site database, if necessary.  5. Monitor the component occasionally to verify the problem does not reoccur.    Possible cause: The component is OK and you were unnecessarily alerted because the Component Status Thresholds are set too low for the component.  Solution: Increase the Component Status Thresholds for the component using the Thresholds tab of the Component Status Summarizer Properties dialog box in the Configuration Manager Console.    Possible cause: The component is "flooding" the status system by rapidly reporting the same message repeatedly.  Solution: Diagnose and control the flood of status messages by:  1. Verifying that the component is actually flooding the status system. View the status messages reported by the component, and verify that the same message is continually reported every several minutes or seconds.  2. Noting the Message ID of the flooded status message.  3. Creating a Status Filter Rule for site "EHC" that instructs Status Manager to discard the flooded status message when component "SMS_PROVIDERS" on computer "SCCM12.domain.com" reports it.   4. Verifying that your sites' databases were not filled up by the flooded status message.  Delete any
 Error Detail EHC 7/17/2015 4:16:06 PM SCCM12.domain.com SMS_PROVIDERS 1090 Site Component Manager could not stop the winmgmt service on site system "\\SCCM12.domain.com".    Possible cause: Site Component Manager does not have sufficient access rights to administer the site system.  Solution: Verify that the Site System Connection accounts are properly configured to allow the site to administer the site system.    If this problem persists, refer to your ConfigMgr Documentation or the Microsoft Knowledge Base for further troubleshooting information.
 Error Milestone EHC 7/17/2015 4:16:06 PM SCCM12.domain.com SMS_PROVIDERS 1020 Site Component Manager failed to reinstall this component on this site system.    Solution: Review the previous status messages to determine the exact reason for the failure. Site Component Manager will automatically retry the reinstallation in 60 minutes. To force Site Component Manager to immediately retry the reinstallation, stop and restart Site Component Manager using the Configuration Manager Service Manager.
 Error Detail EHC 7/17/2015 3:59:02 PM SCCM12.domain.com SMS_PROVIDERS 1090 Site Component Manager could not stop the winmgmt service on site system "\\SCCM12.domain.com".    Possible cause: Site Component Manager does not have sufficient access rights to administer the site system.  Solution: Verify that the Site System Connection accounts are properly configured to allow the site to administer the site system.    If this problem persists, refer to your ConfigMgr Documentation or the Microsoft Knowledge Base for further troubleshooting information.
 Error Milestone EHC 7/17/2015 3:59:02 PM SCCM12.domain.com SMS_PROVIDERS 1020 Site Component Manager failed to reinstall this component on this site system.    Solution: Review the previous status messages to determine the exact reason for the failure. Site Component Manager will automatically retry the reinstallation in 60 minutes. To force Site Component Manager to immediately retry the reinstallation, stop and restart Site Component Manager using the Configuration Manager Service Manager.
 Information Milestone EHC 7/17/2015 3:48:55 PM SCCM12.domain.com SMS_PROVIDERS 1018 Site Component Manager is reinstalling this component on this site system.
July 20th, 2015 4:35pm


CExtUserContext::EnterThread : User=domain\userSid=0x010500000000000515000000093A2A24EE940207833D2B46AB6F0000 Caching IWbemContextPtr=000000C3698C8060 in Process 0x6d4 (1748) SMS Provider 7/19/2015 1:37:45 PM 12708 (0x31A4)
 Context: InstanceCount=0 SMS Provider 7/19/2015 1:37:45 PM 12708 (0x31A4)
 Context: LocaleID=MS\0x00000409 SMS Provider 7/19/2015 1:37:45 PM 12708 (0x31A4)
 Context: __ProviderArchitecture=32 SMS Provider 7/19/2015 1:37:45 PM 12708 (0x31A4)
 Context: __RequiredArchitecture=0 (Bool) SMS Provider 7/19/2015 1:37:45 PM 12708 (0x31A4)
 Context: __ClientPreferredLanguages=en-US,en SMS Provider 7/19/2015 1:37:45 PM 12708 (0x31A4)
 Context: __CorrelationId={5C848A9B-C0EB-0000-2063-865CEBC0D001} SMS Provider 7/19/2015 1:37:45 PM 12708 (0x31A4)
 Context: __GroupOperationId=212020 SMS Provider 7/19/2015 1:37:45 PM 12708 (0x31A4)
 CExtUserContext : Set ThreadLocaleID OK to: 1033 SMS Provider 7/19/2015 1:37:45 PM 12708 (0x31A4)
 CSspClassManager::PreCallAction, dbname=CM_EHC SMS Provider 7/19/2015 1:37:45 PM 12708 (0x31A4)
 ExecQueryAsync: START Select * from SMS_StatusMessage as stat left outer join SMS_StatMsgAttributes as att on stat.recordid = att.recordid left outer join SMS_StatMsgInsStrings as ins on stat.recordid = ins.recordid WHERE (COMPONENT="SMS_POLICY_PROVIDER") AND (stat.Time>='2015/07/18 20:37:45.000') AND (SiteCode="EHC") AND (MachineName="SCCM12.domain.com") order by stat.Time Desc SMS Provider 7/19/2015 1:37:45 PM 12708 (0x31A4)
 Adding Handle 1735712112 to async call map SMS Provider 7/19/2015 1:37:45 PM 12708 (0x31A4)
 CExtProviderClassObject::DoCreateInstanceEnumAsync (SMS_Query) SMS Provider 7/19/2015 1:37:45 PM 12708 (0x31A4)
 CSspQueryForObject :: Execute... SMS Provider 7/19/2015 1:37:45 PM 12708 (0x31A4)
 ERROR>: CSspQueryForObject::ConvertWBEMTimeToDBTime invalid wbemtime [2015/07/18 20:37:45.000] SMS Provider 7/19/2015 1:37:45 PM 12708 (0x31A4)
 Execute WQL  =Select * from SMS_StatusMessage as stat left outer join SMS_StatMsgAttributes as att on stat.recordid = att.recordid left outer join SMS_StatMsgInsStrings as ins on stat.recordid = ins.recordid WHERE (COMPONENT="SMS_POLICY_PROVIDER") AND (stat.Time>='2015/07/18 20:37:45.000') AND (SiteCode="EHC") AND (MachineName="SCCM12.domain.com") order by stat.Time Desc SMS Provider 7/19/2015 1:37:45 PM 12708 (0x31A4)
 Execute SQL =select  all stat.Component,stat.MachineName,stat.MessageID,stat.MessageType,stat.ModuleName,stat.PerClient,stat.ProcessID,stat.RecordID,stat.ReportFunction,stat.Severity,stat.SiteCode,stat.SuccessfulTransaction,stat.ThreadID,stat.Time,stat.TopLevelSiteCode,stat.PartOfTransaction,stat.Win32Error,att.AttributeID,att.AttributeTime,att.AttributeValue,att.RecordID,ins.InsStrIndex,ins.InsStrValue,ins.RecordID from vStatusMessages AS stat LEFT OUTER JOIN vStatusMessageAttributes AS att ON stat.RecordID = att.RecordID  LEFT OUTER JOIN vStatusMessageInsStrs AS ins ON stat.RecordID = ins.RecordID   where (((stat.Component = N'SMS_POLICY_PROVIDER' AND stat.Time >= '2015/07/18 20:37:45.000') AND stat.SiteCode = N'EHC') AND stat.MachineName = N'SCCM12.domain.com') order by stat.Time desc SMS Provider 7/19/2015 1:37:45 PM 12708 (0x31A4)
 Results returned : 0 of 1 SMS Provider 7/19/2015 1:37:45 PM 12708 (0x31A4)
 Removing Handle 1735712112 from async call map SMS Provider 7/19/2015 1:37:45 PM 12708 (0x31A4)
 ExecQueryAsync: COMPLETE Select * from SMS_StatusMessage as stat left outer join SMS_StatMsgAttributes as att on stat.recordid = att.recordid left outer join SMS_StatMsgInsStrings as ins on stat.recordid = ins.recordid WHERE (COMPONENT="SMS_POLICY_PROVIDER") AND (stat.Time>='2015/07/18 20:37:45.000') AND (SiteCode="EHC") AND (MachineName="SCCM12.domain.com") order by stat.Time Desc SMS Provider 7/19/2015 1:37:45 PM 12708 (0x31A4)
 CExtUserContext::LeaveThread : Releasing IWbemContextPtr=1770815584 SMS Provider 7/19/2015 1:37:45 PM 12708 (0x31A4)
 SMS Provider 7/19/2015 1:37:45 PM 12708 (0x31A4)
 CExtUserContext::EnterThread : User=domain\userSid=0x010500000000000515000000093A2A24EE940207833D2B46AB6F0000 Caching IWbemContextPtr=000000C3698C9100 in Process 0x6d4 (1748) SMS Provider 7/19/2015 1:37:45 PM 12708 (0x31A4)
 Context: InstanceCount=0 SMS Provider 7/19/2015 1:37:45 PM 12708 (0x31A4)
 Context: LocaleID=MS\0x00000409 SMS Provider 7/19/2015 1:37:45 PM 12708 (0x31A4)
 Context: __ProviderArchitecture=32 SMS Provider 7/19/2015 1:37:45 PM 12708 (0x31A4)
 Context: __RequiredArchitecture=0 (Bool) SMS Provider 7/19/2015 1:37:45 PM 12708 (0x31A4)
 Context: __ClientPreferredLanguages=en-US,en SMS Provider 7/19/2015 1:37:45 PM 12708 (0x31A4)
 Context: __CorrelationId={5C848A9B-C0EB-0000-2063-865CEBC0D001} SMS Provider 7/19/2015 1:37:45 PM 12708 (0x31A4)
 Context: __GroupOperationId=212024 SMS Provider 7/19/2015 1:37:45 PM 12708 (0x31A4)
 CExtUserContext : Set ThreadLocaleID OK to: 1033 SMS Provider 7/19/2015 1:37:45 PM 12708 (0x31A4)
 CSspClassManager::PreCallAction, dbname=CM_EHC SMS Provider 7/19/2015 1:37:45 PM 12708 (0x31A4)
 ExecQueryAsync: START select QueryID, Name, Expression, Comments from  SMS_Query where TargetClassName = "SMS_StatusMessage" SMS Provider 7/19/2015 1:37:45 PM 12708 (0x31A4)
 Adding Handle 1735712152 to async call map SMS Provider 7/19/2015 1:37:45 PM 12708 (0x31A4)
 CExtProviderClassObject::DoCreateInstanceEnumAsync (SMS_Query) SMS Provider 7/19/2015 1:37:45 PM 12708 (0x31A4)
 CSspQueryForObject :: Execute... SMS Provider 7/19/2015 1:37:45 PM 12708 (0x31A4)
 Execute WQL  =select QueryID, Name, Expression, Comments from  SMS_Query where TargetClassName = "SMS_StatusMessage" SMS Provider 7/19/2015 1:37:45 PM 12708 (0x31A4)
 Execute SQL =select  all SMS_Query.QueryKey,SMS_Query.Name,SMS_Query.WQL,SMS_Query.Comments from Queries AS SMS_Query  where SMS_Query.Architecture = N'SMS_StatusMessage' SMS Provider 7/19/2015 1:37:45 PM 12708 (0x31A4)
 Results returned : 41 of 42 SMS Provider 7/19/2015 1:37:45 PM 12708 (0x31A4)
 Removing Handle 1735712152 from async call map SMS Provider 7/19/2015 1:37:45 PM 12708 (0x31A4)
 ExecQueryAsync: COMPLETE select QueryID, Name, Expression, Comments from  SMS_Query where TargetClassName = "SMS_StatusMessage" SMS Provider 7/19/2015 1:37:45 PM 12708 (0x31A4)
 CExtUserContext::LeaveThread : Releasing IWbemContextPtr=1770819840 SMS Provider 7/19/2015 1:37:45 PM 12708 (0x31A4)
 SMS Provider 7/19/2015 1:37:51 PM 12708 (0x31A4)
 CExtUserContext::EnterThread : User=domain\userSid=0x010500000000000515000000093A2A24EE940207833D2B46AB6F0000 Caching IWbemContextPtr=000000C3698C8BC0 in Process 0x6d4 (1748) SMS Provider 7/19/2015 1:37:51 PM 12708 (0x31A4)
 Context: SMSAppName=Configuration Manager Administrator console SMS Provider 7/19/2015 1:37:51 PM 12708 (0x31A4)
 Context: MachineName=SCCM12.domain.com SMS Provider 7/19/2015 1:37:51 PM 12708 (0x31A4)
 Context: UserName=domain\userSMS Provider 7/19/2015 1:37:51 PM 12708 (0x31A4)
 Context: ObjectLockContext=030de665-4c14-4767-ba38-9c1b1a8bd219 SMS Provider 7/19/2015 1:37:51 PM 12708 (0x31A4)
 Context: ApplicationName=Microsoft.ConfigurationManagement.exe SMS Provider 7/19/2015 1:37:51 PM 12708 (0x31A4)
 Context: ApplicationVersion=5.0.8239.1000 SMS Provider 7/19/2015 1:37:51 PM 12708 (0x31A4)
 Context: LocaleID=MS\0x409 SMS Provider 7/19/2015 1:37:51 PM 12708 (0x31A4)
 Context: __ProviderArchitecture=32 SMS Provider 7/19/2015 1:37:51 PM 12708 (0x31A4)
 Context: __RequiredArchitecture=0 (Bool) SMS Provider 7/19/2015 1:37:51 PM 12708 (0x31A4)
 Context: __ClientPreferredLanguages=en-US,en SMS Provider 7/19/2015 1:37:51 PM 12708 (0x31A4)
 Context: __CorrelationId={5C848A9B-C0EB-0001-8F58-895CEBC0D001} SMS Provider 7/19/2015 1:37:51 PM 12708 (0x31A4)
 Context: __GroupOperationId=212028 SMS Provider 7/19/2015 1:37:51 PM 12708 (0x31A4)
 CExtUserContext : Set ThreadLocaleID OK to: 1033 SMS Provider 7/19/2015 1:37:51 PM 12708 (0x31A4)
 CSspClassManager::PreCallAction, dbname=CM_EHC SMS Provider 7/19/2015 1:37:51 PM 12708 (0x31A4)
 User Context: domain\userSMS Provider 7/19/2015 1:37:51 PM 12708 (0x31A4)
 GetObjectAsync : SMS_ComponentSummarizer.ComponentName="SMS_LICENSE_MANAGER",MachineName="SCCM12.domain.com",SiteCode="EHC",TallyInterval="0001128000100008" SMS Provider 7/19/2015 1:37:51 PM 12708 (0x31A4)
 Requested class =SMS_ComponentSummarizer SMS Provider 7/19/2015 1:37:51 PM 12708 (0x31A4)
 Requested num keys=4 SMS Provider 7/19/2015 1:37:51 PM 12708 (0x31A4)
 CSspQueryForObject :: Execute... SMS Provider 7/19/2015 1:37:51 PM 12708 (0x31A4)
 Execute WQL  =select * from SMS_ComponentSummarizer WHERE SiteCode = "EHC" AND MachineName = "SCCM12.domain.com" AND ComponentName = "SMS_LICENSE_MANAGER" AND TallyInterval = "0001128000100008" SMS Provider 7/19/2015 1:37:51 PM 12708 (0x31A4)
 Execute SQL =select  all SMS_ComponentSummarizer.AvailabilityState,SMS_ComponentSummarizer.ComponentName,SMS_ComponentSummarizer.ComponentType,SMS_ComponentSummarizer.Errors,SMS_ComponentSummarizer.HeartbeatInterval,SMS_ComponentSummarizer.Infos,SMS_ComponentSummarizer.LastContacted,SMS_ComponentSummarizer.LastHeartbeat,SMS_ComponentSummarizer.LastStarted,SMS_ComponentSummarizer.MachineName,SMS_ComponentSummarizer.NextScheduledTime,SMS_ComponentSummarizer.SiteCode,SMS_ComponentSummarizer.State,SMS_ComponentSummarizer.Status,SMS_ComponentSummarizer.TallyInterval,SMS_ComponentSummarizer.Type,SMS_ComponentSummarizer.Warnings from vSMS_ComponentSummarizer AS SMS_ComponentSummarizer  where (((SMS_ComponentSummarizer.SiteCode = N'EHC' AND SMS_ComponentSummarizer.MachineName = N'SCCM12.domain.com') AND SMS_ComponentSummarizer.ComponentName = N'SMS_LICENSE_MANAGER') AND SMS_ComponentSummarizer.TallyInterval = N'0001128000100008') SMS Provider 7/19/2015 1:37:51 PM 12708 (0x31A4)
 Results returned : 1 of 2 SMS Provider 7/19/2015 1:37:51 PM 12708 (0x31A4)
 CExtUserContext::LeaveThread : Releasing IWbemContextPtr=1770818496 SMS Provider 7/19/2015 1:37:51 PM 12708 (0x31A4)
 Cancelling network connection to \\SCCMDB.domain.com\ADMIN$. SMS Provider 7/19/2015 1:38:16 PM 6960 (0x1B30) And Severity Type Site code Date / Time System Component Message ID Description
 Information Milestone EHC 7/17/2015 5:01:11 PM SCCM12.domain.com SMS_PROVIDERS 4610 Component Status Summarizer set the status of component "SMS_PROVIDERS" running on computer "SCCM12.domain.com" to Warning.    Possible cause: The component is experiencing a problem.  Solution: Diagnose and fix the problem by:  1. Examine the status messages that the component reports.  2. Correcting the problem.  3. Instructing Component Status Summarizer to reset the counts of Error, Warning, and/or Informational status messages reported by the component. To reset the counts, right-click Reset Counts on the component in the Component Status summary in the Configuration Manager Console. When the counts are reset, Component Status Summarizer will change the status of the component to OK. This might take some time if site "EHC" is a child site.  4. Deleting any unwanted status messages from the site database, if necessary.  5. Monitor the component occasionally to verify the problem does not reoccur.    Possible cause: The component is OK and you were unnecessarily alerted because the Component Status Thresholds are set too low for the component.  Solution: Increase the Component Status Thresholds for the component using the Thresholds tab of the Component Status Summarizer Properties dialog box in the Configuration Manager Console.    Possible cause: The component is "flooding" the status system by rapidly reporting the same message repeatedly.  Solution: Diagnose and control the flood of status messages by:  1. Verifying that the component is actually flooding the status system. View the status messages reported by the component, and verify that the same message is continually reported every several minutes or seconds.  2. Noting the Message ID of the flooded status message.  3. Creating a Status Filter Rule for site "EHC" that instructs Status Manager to discard the flooded status message when component "SMS_PROVIDERS" on computer "SCCM12.domain.com" reports it.   4. Verifying that your sites' databases were not filled up by the flooded status message.  Delete any
 Error Milestone EHC 7/17/2015 5:01:01 PM SCCM12.domain.com SMS_PROVIDERS 1020 Site Component Manager failed to reinstall this component on this site system.    Solution: Review the previous status messages to determine the exact reason for the failure. Site Component Manager will automatically retry the reinstallation in 60 minutes. To force Site Component Manager to immediately retry the reinstallation, stop and restart Site Component Manager using the Configuration Manager Service Manager.
 Error Detail EHC 7/17/2015 5:01:01 PM SCCM12.domain.com SMS_PROVIDERS 1090 Site Component Manager could not stop the winmgmt service on site system "\\SCCM12.domain.com".    Possible cause: Site Component Manager does not have sufficient access rights to administer the site system.  Solution: Verify that the Site System Connection accounts are properly configured to allow the site to administer the site system.    If this problem persists, refer to your ConfigMgr Documentation or the Microsoft Knowledge Base for further troubleshooting information.
 Information Milestone EHC 7/17/2015 4:31:48 PM SCCM12.domain.com SMS_PROVIDERS 1018 Site Component Manager is reinstalling this component on this site system.
 Information Milestone EHC 7/17/2015 4:16:16 PM SCCM12.domain.com SMS_PROVIDERS 4608 Component Status Summarizer detected that component "SMS_PROVIDERS", running on computer "SCCM12.domain.com", has reported 1 or more Error status messages during the Component Status Threshold Period.    Possible cause: The count equals or exceeds the Component Status Warning Threshold (1 status messages) for Error status messages for the component.  Solution: If the component's status is not already set to Warning, Component Status Summarizer will set the component's status to Warning in the Component Status summary in the Configuration Manager Console.
 Information Milestone EHC 7/17/2015 4:16:16 PM SCCM12.domain.com SMS_PROVIDERS 4610 Component Status Summarizer set the status of component "SMS_PROVIDERS" running on computer "SCCM12.domain.com" to Warning.    Possible cause: The component is experiencing a problem.  Solution: Diagnose and fix the problem by:  1. Examine the status messages that the component reports.  2. Correcting the problem.  3. Instructing Component Status Summarizer to reset the counts of Error, Warning, and/or Informational status messages reported by the component. To reset the counts, right-click Reset Counts on the component in the Component Status summary in the Configuration Manager Console. When the counts are reset, Component Status Summarizer will change the status of the component to OK. This might take some time if site "EHC" is a child site.  4. Deleting any unwanted status messages from the site database, if necessary.  5. Monitor the component occasionally to verify the problem does not reoccur.    Possible cause: The component is OK and you were unnecessarily alerted because the Component Status Thresholds are set too low for the component.  Solution: Increase the Component Status Thresholds for the component using the Thresholds tab of the Component Status Summarizer Properties dialog box in the Configuration Manager Console.    Possible cause: The component is "flooding" the status system by rapidly reporting the same message repeatedly.  Solution: Diagnose and control the flood of status messages by:  1. Verifying that the component is actually flooding the status system. View the status messages reported by the component, and verify that the same message is continually reported every several minutes or seconds.  2. Noting the Message ID of the flooded status message.  3. Creating a Status Filter Rule for site "EHC" that instructs Status Manager to discard the flooded status message when component "SMS_PROVIDERS" on computer "SCCM12.domain.com" reports it.   4. Verifying that your sites' databases were not filled up by the flooded status message.  Delete any
 Error Detail EHC 7/17/2015 4:16:06 PM SCCM12.domain.com SMS_PROVIDERS 1090 Site Component Manager could not stop the winmgmt service on site system "\\SCCM12.domain.com".    Possible cause: Site Component Manager does not have sufficient access rights to administer the site system.  Solution: Verify that the Site System Connection accounts are properly configured to allow the site to administer the site system.    If this problem persists, refer to your ConfigMgr Documentation or the Microsoft Knowledge Base for further troubleshooting information.
 Error Milestone EHC 7/17/2015 4:16:06 PM SCCM12.domain.com SMS_PROVIDERS 1020 Site Component Manager failed to reinstall this component on this site system.    Solution: Review the previous status messages to determine the exact reason for the failure. Site Component Manager will automatically retry the reinstallation in 60 minutes. To force Site Component Manager to immediately retry the reinstallation, stop and restart Site Component Manager using the Configuration Manager Service Manager.
 Error Detail EHC 7/17/2015 3:59:02 PM SCCM12.domain.com SMS_PROVIDERS 1090 Site Component Manager could not stop the winmgmt service on site system "\\SCCM12.domain.com".    Possible cause: Site Component Manager does not have sufficient access rights to administer the site system.  Solution: Verify that the Site System Connection accounts are properly configured to allow the site to administer the site system.    If this problem persists, refer to your ConfigMgr Documentation or the Microsoft Knowledge Base for further troubleshooting information.
 Error Milestone EHC 7/17/2015 3:59:02 PM SCCM12.domain.com SMS_PROVIDERS 1020 Site Component Manager failed to reinstall this component on this site system.    Solution: Review the previous status messages to determine the exact reason for the failure. Site Component Manager will automatically retry the reinstallation in 60 minutes. To force Site Component Manager to immediately retry the reinstallation, stop and restart Site Component Manager using the Configuration Manager Service Manager.
 Information Milestone EHC 7/17/2015 3:48:55 PM SCCM12.domain.com SMS_PROVIDERS 1018 Site Component Manager is reinstalling this component on this site system.
Free Windows Admin Tool Kit Click here and download it now
July 20th, 2015 4:35pm

Hi

Is there a antivirus software on this server? I saw a case that was the anti Virus scanner (TrendMicro) blocking the winmgmt Service to stop during the smsproviders update.

July 21st, 2015 2:25am

Hi

Is there a antivirus software on this server? I saw a case that was the anti Virus scanner (TrendMicro) blocking the winmgmt Service to stop during the smsproviders update.

Free Windows Admin Tool Kit Click here and download it now
July 21st, 2015 2:25am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics