370 pts.
 Refresh data from one AS/400 to another
We have a production AS400 for our users and a test AS400 for our developers and we would like the data to match. Is there a way to refresh the data from the production box to the test box?
ASKED: Mar 19, 2009  10:43 PM GMT
UPDATED: March 26, 2009  10:19:19 AM GMT
205 pts.

Answer Wiki:
Hi,

Check whether Data Transfer utility is present in ur application. Using that, you can copy the Data from Production, Pseudo-production, and QA to Test environment. You can select the PolicY #, Product and Division.
Last Wiki Answer Submitted:  Mar 20, 2009  10:44 AM (GMT)  by  MAGIC   205 pts.
To see other answers submitted to the Answer Wiki View Answer History.
Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _




 

Hi,

You should be able to use SAVRSTOBJ or SAVRSTLIB to save and restore between the 2 machines. Once you’ve done this once to get everything synchronized, you should be able to use SAVCHGOBJ to save to a save file to get your production changes and send the save file to your development machine.

Regards,

Martin Gilbert.

 23,625 pts.

 

Jean43,

Another option; We have the same situation, but create save files of our production environment then thru FTP transfer the save files to our development system and then use rstobj and rstlib. I would be willing to share the code if you’re interested.

Hope this helps,
Bill Poulin

 2,470 pts.

 

Gilly400 - would the SAVRSTOBJ or SAVRSTLIB work if we’re using BRMS? I’m new to BRMS and don’t know anything about it. Thanks.

 370 pts.

 

Wpoulin - Sure, I’d like the code if you’re willing. Please send to jean.lynch@lactalis.us. Thanks.

 370 pts.

 

Hi,

The SAVRST* commands work outside of BRMS - you don’t need BRMS to use them. BRMS shouldn’t have any effect on them.

Regards,

Martin Gilbert.

 23,625 pts.