When running System Center Operations Manager 2007, the Operations Manager SDK Service may fail with the following error:
Event Type: Error
Event Source: OpsMgr SDK Service
Event Category: None
Event ID: 26380
Date: <date>
Time: <time>
User: N/A
Computer: computerName
Description:
The System Center Operations Manager SDK Service failed due to an unhandled
exception.
The service will attempt to restart.
You may also find information similar to the following:
- System.TypeLoadException: Method 'SetupAlertsByCriteriaAndMonitoringClassReaderWithProperties' in type 'Microsoft.EnterpriseManagement.Mom.ServiceDataLayer.SdkDataAccess' from assembly 'Microsoft.Mom.Sdk.ServiceDataLayer, Version=6.0.4900.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' does not have an implementation.
- at Microsoft.EnterpriseManagement.Mom.Sdk.Service.SdkSubService.AsyncStartCallback(Object notUsed)
- at System.Threading._ThreadPoolWaitCallback.WaitCallback_Context(Object state)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading._ThreadPoolWaitCallback.PerformWaitCallbackInternal(_ThreadPoolWaitCallback tpWaitCallBack)
- at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback(Object state)
- Event Xml:
- <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
- <System>
- <Provider Name="OpsMgr SDK Service" />
- <EventID Qualifiers="49152">26380</EventID>
- <Level>2</Level>
- <Task>0</Task>
- <Keywords>0x80000000000000</Keywords>
- <TimeCreated SystemTime="2010-06-22T08:20:38.000000000Z" />
- <EventRecordID>6577561</EventRecordID>
- <Channel>Operations Manager</Channel>
- <Computer>RMS</Computer>
- <Security />
- </System>
- <EventData>
- <Data>System.TypeLoadException: Method 'SetupAlertsByCriteriaAndMonitoringClassReaderWithProperties' in type 'Microsoft.EnterpriseManagement.Mom.ServiceDataLayer.SdkDataAccess' from assembly 'Microsoft.Mom.Sdk.ServiceDataLayer, Version=6.0.4900.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' does not have an implementation.
- at Microsoft.EnterpriseManagement.Mom.Sdk.Service.SdkSubService.AsyncStartCallback(Object notUsed)
- at System.Threading._ThreadPoolWaitCallback.WaitCallback_Context(Object state)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading._ThreadPoolWaitCallback.PerformWaitCallbackInternal(_ThreadPoolWaitCallback tpWaitCallBack)
- at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback(Object state)</Data>
- </EventData>
- </Event>
Note that if you restart the service it will start but fail again approximately 10 seconds later.