Forums on Intune, SCCM, and Windows 11

Welcome to the forums. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your topics and posts, as well as connect with other members through your own private inbox!

PENDING Component Status Message Viewer Blank

Eden Nelson

Member
Messages
6
Reaction score
2
Points
3
At some point my Component Status message viewer started always blank. It does not matter what component I try to view or for what time period. It's always blank and I can't find the solution.

Here is an example:
SMS_AD_USER_DISCOVERY_AGENT shows Status of Critical. I select properties and see I have 1 warning and 5 error critical messages.

I right click and select Show Messages > All, and click OK on the date/time selection box (1 day ago)

The Status Message Viewer appars with no entries!


What log should I look at to find out what is going on?

Currently running SCCM 1511, but problem was present in SCCM 2012 R2 SP1.
 
check statmgr.log file & smsprov.log file. Let me know if you find any errors in those log files. Also try rebooting the server and see if that fixes the issue.
 
Prajwal,

Thank you so much. You nailed it. Any insight on how to resolve the issue?

inboxes\statmgr.box\retry is empty

SMSPROV.LOG

Code:
ERROR>: CSspQueryForObject::ConvertWBEMTimeToDBTime invalid wbemtime [2016/03/17 15:43:47.000]    SMS Provider    3/18/2016 8:43:46 AM    4904 (0x1328)

Code:
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_HIERARCHY_MANAGER' AND stat.Time >= '2016/03/17 15:43:47.000') AND stat.SiteCode = N'MSC') AND stat.MachineName = N'SERVER') order by stat.Time desc    SMS Provider    3/18/2016 8:43:46 AM    4904 (0x1328)
 
Last edited:
This problem has been going on for some time so we have rebooted but I went ahead and tried again.

Restart SMS_EXECUTIVE with no effect.
Rebooted with no effect.

I found that if I try to view messages on the server is get 3 error dialog boxes. "An unexpected error has occurred processing status messages [query not open]. Future processing for this query has been stopped."

Googled that message and found this article.
http://scug.be/tim/2013/08/22/unable-to-retrieve-configuration-manager-2012-status-messages/
Set SMS_EXECUTIVE and SMS_SITE_COMPONENT_MANAGER to Automatic (delayed) with no effect.

So I'm still stumped!
 
Last edited:

Forum statistics

Threads
7,144
Messages
27,895
Members
18,190
Latest member
escdarck

Trending content

Back
Top