Hello there,
I've got a small challenge to deal with. I want to set up a copy of our production enviroment to test the Update to Dynamics 365 On-Prem. So I've created a new SQL-Server (same Version) and another CRM Server with different hostnames, same network and same domain, backuped and restored the database of the production environment to the test systems and now I want to import the organization within the Deployment Manager but I always get a strange error, so I'm not able to load the Deployment Manager. I am using the same account to install CRM on the server.
Error:
Unhandled Exeption in Managed Code Snap-in
FX:{1ac9de3e-24ae-480d-9e15-65386b76e433}
Type is not resolved for member 'Microsoft.Crm.CrmException,Microsoft.Crm.Core, Version=8.0.0.0, Culture=neutral, PublicKeyToken=xyz'.
Exception type:
System.Runtime.Serialization.SerializationException
Exeption stack trace:
at Microsoft.ManagementConsole.Internal.IMessageClient.ProcessRequest(Request request)
at Microsoft.ManagementConsole.Executive.RequestStatus.BeginRequest(IMessageClient messageClient, RequestInfo requestInfo)
at Microsoft.ManagementConsole.Executive.SnapInRequestOperation.ProcessRequest()
at Microsoft.ManagementConsole.Executive.Operation.OnThreadTransfer(SimpleOperationCallback callback)
The eventviewer always throws a MSCRMMonitoringRuntime Error with ID 18690:
Monitoring runtime failed: Machine: CRMSERVER: Exception: Cannot open database "MSCRM_CONFIG" requested by the login. The login failed.
Login failed for user 'DOMAIN\CRMSERVER$'.
Monitoring runtime failed: Machine: CRMSERVER: Exception: SmokeTests failed with exception : System.TypeInitializationException: The type initializer for 'Microsoft.Crm.Monitoring.MonitoringSettings' threw an exception. ---> System.Data.SqlClient.SqlException: Cannot open database "MSCRM_CONFIG" requested by the login. The login failed.
I've already checked that the CRM Server is part of the SQLAccess Group.+
Do you have any experience with that error?
Thank you very much!
Best regards,
Maurice