views:

292

answers:

2

Hi,

I have a CRM 4.0 solution in production and I would like to make a replica of it so that I can use it as a test server.

What are the alternatives to accomplish this? Cons / Pros?

A: 

You can export all of your customizations to a file and then import them into your test system. Ideally you will work the other direction (make changes in test, then move to production).

To Export, go to Settings-Customization. You will see options for Import Customizations and Export Customizations. If you click Export Customizations, you can export selected entity customizations. Also there is a menu option to export all customizations. CRM will create a .zip file which is an XML file that includes the entity definitions, forms, views, relationships, and workflows. You just reverse the process to import your changes into another environment.

David McDonald
Visiting the post, after quite some time :) This is one option, but it does not create a replica. At least the data will be missing.
thehhv
A: 

Ended up following the process from Microsoft:

"How to move the Microsoft Dynamics CRM 4.0 deployment"

http://support.microsoft.com/default.aspx?scid=kb;en-us;952934&sd=rss&spid=12976

It looked like there was not another alternative.

thehhv