Blog Members: Altuğ Atahan, Gültekin Bütün, İsmail Şen, Orkun Aksu
2012 SCOM ortamında SDK Servisi çalıştırıldıktan kısa bir süre sonra duruyor ve sırasıyla aşağıdaki eventler Operations manager event loglara düşüyor. Log Name: Operations Manager Source: OpsMgr SDK Service Date: 5/30/2012 12:36:26 PM Event ID: 26325 Task Category: None Level: Error Keywords: Classic User: N/A Computer: tristscom12.tav.aero Description: An authorization store exception was thrown in the System Center Data Access service. Exception message: Unable to perform the operation because of authorization store errors. Event Xml: <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event"> <System> <Provider Name="OpsMgr SDK Service" /> <EventID Qualifiers="49152">26325</EventID> <Level>2</Level> <Task>0</Task> <Keywords>0x80000000000000</Keywords> <TimeCreated SystemTime="2012-05-30T09:36:26.000000000Z" /> <EventRecordID>1015057</EventRecordID> <Channel>Operations Manager</Channel> <Computer>tristscom12.tav.aero</Computer> <Security /> </System> <EventData> <Data>Unable to perform the operation because of authorization store errors.</Data> </EventData> </Event> Log Name: Operations Manager Source: OpsMgr SDK Service Date: 5/30/2012 12:36:26 PM Event ID: 26339 Task Category: None Level: Error Keywords: Classic User: N/A Computer: tristscom12.tav.aero Description: An exception was thrown while initializing the service container. Exception message: Initialize Full exception: Feature of type 'Microsoft.EnterpriseManagement.ServiceDataLayer.IAuthorizationFeature, Microsoft.EnterpriseManagement.DataAccessService.Core, Version=7.0.5000.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' cannot be added to the container. Event Xml: <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event"> <System> <Provider Name="OpsMgr SDK Service" /> <EventID Qualifiers="49152">26339</EventID> <Level>2</Level> <Task>0</Task> <Keywords>0x80000000000000</Keywords> <TimeCreated SystemTime="2012-05-30T09:36:26.000000000Z" /> <EventRecordID>1015058</EventRecordID> <Channel>Operations Manager</Channel> <Computer>tristscom12.tav.aero</Computer> <Security /> </System> <EventData> <Data>Initialize</Data> <Data>Feature of type 'Microsoft.EnterpriseManagement.ServiceDataLayer.IAuthorizationFeature, Microsoft.EnterpriseManagement.DataAccessService.Core, Version=7.0.5000.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' cannot be added to the container.</Data> <Data>Microsoft.EnterpriseManagement.ConfigurationReaderException: Feature of type 'Microsoft.EnterpriseManagement.ServiceDataLayer.IAuthorizationFeature, Microsoft.EnterpriseManagement.DataAccessService.Core, Version=7.0.5000.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' cannot be added to the container. ---> System.ServiceModel.FaultException`1[Microsoft.EnterpriseManagement.Common.UnknownAuthorizationStoreException]: The creator of this fault did not specify a Reason. (Fault Detail is equal to Microsoft.EnterpriseManagement.Common.UnknownAuthorizationStoreException: Unable to perf
Log Name: Operations Manager Source: OpsMgr SDK Service Date: 5/30/2012 12:36:26 PM Event ID: 26380 Task Category: None Level: Error Keywords: Classic User: N/A Computer: tristscom12.tav.aero Description: The System Center Data Access service failed due to an unhandled exception. The service will attempt to restart. Exception: Microsoft.EnterpriseManagement.ConfigurationReaderException: Feature of type 'Microsoft.EnterpriseManagement.ServiceDataLayer.IAuthorizationFeature, Microsoft.EnterpriseManagement.DataAccessService.Core, Version=7.0.5000.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' cannot be added to the container. ---> System.ServiceModel.FaultException`1[Microsoft.EnterpriseManagement.Common.UnknownAuthorizationStoreException]: The creator of this fault did not specify a Reason. (Fault Detail is equal to Microsoft.EnterpriseManagement.Common.UnknownAuthorizationStoreException: Unable to perform the operation because of authorization store errors. ---> System.Runtime.InteropServices.COMException (0x80070539): The security ID structure is invalid. (Exception from HRESULT: 0x80070539) at Microsoft.Interop.Security.AzRoles.AzAuthorizationStoreClass.Initialize(Int32 lFlags, String bstrPolicyURL, Object varReserved) at Microsoft.EnterpriseManagement.Mom.Sdk.Authorization.AzManHelper.Initialize(String pathToStore, String appName, AzManHelperModes helperMode, String storeDesc, String appDesc) --- End of inner exception stack trace ---). --- End of inner exception stack trace --- at Microsoft.EnterpriseManagement.ConfigurationReaderHelper.ReadFeatures(XPathNavigator navi, IContainer container) at Microsoft.EnterpriseManagement.ConfigurationReaderHelper.Process() at Microsoft.EnterpriseManagement.ServiceDataLayer.DispatcherService.Initialize(InProcEnterpriseManagementConnectionSettings configuration) at Microsoft.EnterpriseManagement.ServiceDataLayer.DispatcherService.InitializeRunner(Object state)
OperationsManager ve OperationsmanagerDW DB lerin security kısmında SQL Server mixed mode da iken SQL Authentication kullanan bir account kullanılırsa bu sorun oluşur. Çözüm olarak bu account çok gerekli bir account değilse silinir ve servis yeniden başlatılır.
Orkun AKSU