We want to copy data from Prod To Test CRM site (on premise). We have only one CRM server and only one SQL server for Test and Prod. So we created two organizations in CRM, one for Prod and one for Test.
I have searched online and I found that we can take the backup of Prod DB and then restore it with different name in SQL Server, and then create a new organization using that new DB. My Question is, will it cause any problem as we will have two same databases with different names for Prod and Test on same SQL server? I am asking this because I know that CRM uses OrganizationID also for accessing the DB. And in our case we will have two databases (Prod and copy of Prod) with same OrganizationID on the same server.
Yesterday, we tried to take backup for Prod DB and restored it and renamed it to same as Test DB but when we tried to access the Test CRM site, it gave the error: "The organizationid - 652493e3-31c0-42b0-ba66-f03067d2eb07 is missing or invalid ; stack trace : at Microsoft.Crm.Caching.OrganizationBaseLanguageCacheLoader.GetBaseLanguage(Guid key, SqlExecutionContext context)"
Please Help!
Sam
*This post is locked for comments