I am having issues with a new management server in our environment. We are continually getting the following error -
The System Center Data Access service failed due to an unhandled exception.
The service will attempt to restart.
Exception:
Microsoft.EnterpriseManagement.Common.SdkServiceNotInitializedException: The Data Access service has not yet initialized. Please try again.
at Microsoft.EnterpriseManagement.ServiceDataLayer.DispatcherService.get_Container()
at Microsoft.EnterpriseManagement.Mom.Sdk.Service.SdkSubService.SdkChannel.Start()
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
at System.Threading.ThreadPoolWorkQueue.Dispatch()
We have a handful of other Management servers in our environment that do NOT have any issues. This management server lives in a Hyper-V environment as do all other management server with the exception of 1. The OperationsManager and Operations Manger DW live on Hyper-V as well.
Just getting this management server installed has been a bare to say the least, using the GUI install would simply rollback due to the fact that setup could not get the DataReader/DataWriter account information, so we were forced to install via cmd line.
During setup while monitoring the install logs it attempted to start the SDK service which I will say is a Domain Account. Each of the 4 attempts resulted in he Data Access service is either not running or not yet initialized.
We have attempted the ServicesPipeTimeout registry fix and that didn't work.
I am looking for some guidance on where I should look as to a "root" issue, any help at this point is appreciated.