Hi,
We are using CRM 2015 On premises.
Today I had moved my CRM Config and CRM DB to another SQL server which is of SQL 2014.
Earlier it was using SQL 2012.
I had used above blog steps for Moving DB to another server.
At the time of Edit Organization I had got below error.
So I had tried again and it was fine.
But now on CRM Deployment Manager, I can still view the OLD SQL server and it does not reflect new SQL server. And our CRM is running with new SQL server.
I had updated the Permission on DB and still same issue. On Event Viewer I can view below logs.
Event 17411 MSCRMAsyncService:
Host FRCRM15: failed while monitoring asynchronous operations queue. Exception: System.Data.SqlClient.SqlException (0x80131904): Login failed for user 'Domain\Compname$'.
at System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection)
at System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal& connection)
at System.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal oldConnection, DbConnectionInternal& connection)
at System.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions)
at System.Data.SqlClient.SqlConnection.TryOpenInner(TaskCompletionSource`1 retry)
at System.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource`1 retry)
at System.Data.SqlClient.SqlConnection.Open()
at Microsoft.Crm.CrmDbConnection.GetCreateAndOpenConnection()
at Microsoft.Crm.CrmDbConnection.Open()
at Microsoft.Crm.SharedDatabase.DatabaseMetadata.LoadMetadataXmlFromDatabase(CrmDBConnectionType connectionType, String connectionString, Int32& maxBlobSize)
at Microsoft.Crm.ConfigurationDatabase.ConfigurationMetadata.LoadCache(String connectionString)
at Microsoft.Crm.ConfigurationDatabase.ConfigurationMetadata.get_Cache()
at Microsoft.Crm.SharedDatabase.DatabaseService.Initialize(String tableName)
at Microsoft.Crm.SharedDatabase.DatabaseService.RetrieveInternal(String tableName, String[] columns, PropertyBag[] conditions, Nullable`1 top, Nullable`1 offset, IList`1 orderBy, QueryHints hints, IDictionary collectionToFill)
at Microsoft.Crm.SharedDatabase.DatabaseService.Retrieve(String tableName, String[] columns, PropertyBag[] conditions)
at Microsoft.Crm.ServerLocatorService.Retrieve(String tableName, String[] columns, PropertyBag[] conditions)
at Microsoft.Crm.ServerLocatorService.GetDeploymentOrganizationStatesFromDatabase(String[] columns)
at Microsoft.Crm.ServerLocatorService.GetDeploymentOrganizationStates(String[] organizationPropertyNames)
at Microsoft.Crm.Asynchronous.ServerConfiguration.GetOrganizationList()
at Microsoft.Crm.Asynchronous.ServerConfiguration.InitializeOrganizationList(AsyncDebugContext debugContext)
at Microsoft.Crm.Asynchronous.ServerConfiguration..ctor(LocatorService locatorService, IServiceOperationsFactory operationsFactory, AsyncDebugContext debugContext)
at Microsoft.Crm.Asynchronous.AsyncService.StartServiceComponents(Object state)
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()
ClientConnectionId:45c501fe-d9d7-46c6-8e1c-14cf262a526f
Error Number:18456,State:1,Class:14
Please suggest
Thanks