‎2010 Jan 19 6:40 PM
We asked our Basis administrators about copying produciton to DEV. We were told that refreshing dev with a copy of Prod is not a good idea. If we do our development and save to local objects, what are the downfalls to Refreshing DEV with a copy of PROD.
We want to Refresh because our DEV environement is lacking a large amount if data that willl make it easier for us to test our changes in DEV.
Thanks in advance for your answers.
‎2010 Jan 19 6:46 PM
Terrible idea....makes a HUGE, SLOW development box. Develop necessary test data in DEV, manually or with industry-known tools. If you have to have a full copy of PROD for test, refresh QA with PROD copy periodically.
‎2010 Jan 19 6:46 PM
Terrible idea....makes a HUGE, SLOW development box. Develop necessary test data in DEV, manually or with industry-known tools. If you have to have a full copy of PROD for test, refresh QA with PROD copy periodically.
‎2010 Jan 19 6:56 PM
We are a fairly small shop with only six developers so I am not sure that a slow environment would affect us much. you mentioned industry know tools. Are there tools that allow us to copy some master data while clearing others. For instance, don't copy order data but do copy functional locations, WBS, costing sheets, and other data that is required to support normal order creation?
‎2010 Jan 19 6:50 PM
The main problem is that you lose all version management.
Rob
‎2010 Jan 19 6:57 PM
It's not something normally done. Typically, you refresh your QA/TEST environment with a PROD client copy and refresh your DEV sandbox with a config copy from your DEV config master client. This preserves the integrity of your DEV environment. If your config is transported correctly and you have ALE distribution set up for master data and changes, this should give you enough of a platform for unit testing. It also forces less knowledgable developers to learn how to create transaction data to support their developments (unless of course you ask the functional folks to do it).
Anyway, most DEV boxes I've seen aren't sized to hold PROD data. Is yours?
‎2010 Jan 19 7:01 PM
‎2010 Jan 19 7:07 PM
>
> It's not something normally done. Typically, you ... refresh your DEV sandbox with a config copy from your DEV config master client.
What becomes of version management in this case?
Rob
‎2010 Jan 19 7:45 PM
It's retained. The only time (that I know of) where the Basis folks have had to intervene with version management was on the upgrade to 7.0; I believe one of the steps was a version management export to a file and then a re-import after the upgrade. We have not done a sandbox refresh here in quite some time though and certainly not since the 7.0 upgrade.