Errors, errors, errors! (and no solutions?)
Posted by wim-ms on February 12, 2008
During this week I encountered the following errors:
Error1:
Event Source: OpsMgr SDK Service
Event ID: 26319
Description:
An exception was thrown while processing GetRelationshipTypesByCriteria for session id uuid:17ce6e56-aef7-47e9-810b-47a9a433eaec;id=2.
Exception Message: The creator of this fault did not specify a Reason.
Full Exception: System.ServiceModel.FaultException`1[Microsoft.EnterpriseManagement.Common.UnauthorizedAccessMonitoringException]: The creator of this fault did not specify a Reason. (Fault Detail is equal to Microsoft.EnterpriseManagement.Common.UnauthorizedAccessMonitoringException: The user DOMAIN\scom_datareader does not have sufficient permission to perform the operation.).
Apparently the culprit is the DNS management pack, the fix on
ihaveablog didn’t work for me though. Removing the DNS management pack did.
Error 2
Event Source: Health Service Modules
Event Category: Data Warehouse
Event ID: 31551
Description:
Failed to store data in the Data Warehouse. The operation will be retried.
Exception ‘SqlException’: Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.One or more workflows were affected by this.Workflow name: Microsoft.SystemCenter.DataWarehouse.CollectEventData
Instance ID: {61F1F03D-351A-CBA1-377C-84DF6FFAAD89}
This error only pops up occasionally.. to be followed with event id 2115 and id 31554, basically it succeeds to write the data in the datawarehouse after a few minutes. No idea why this happens and no solution found on the interwebs
lopan said
Did you cycle your OpsMgr Services or reboot the server? Because you are adding the user to a security group, the logon tokens for the user must be cycled for the new group membership to be picked up. This is no different from adding a user to any group.
wim-ms said
Unfortunately it didn’t work, (the user was already a member of the group before I installed the management pack)