migrate development to production

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
kduke
Charter Member
Charter Member
Posts: 5227
Joined: Thu May 29, 2003 9:47 am
Location: Dallas, TX
Contact:

Post by kduke »

We took the DataStageBackup.bat on my tips page and modified it.

When a team of developers has to migrate jobs then they need to give us a form with the job names, routine names, shared containers and whetever else they need. We cut and paste this list of jobs into a text file called JobList.txt. This batch file exports each one of these jobs one at a time from DEV or TEST and import into TEST or PROD. Next it compiles the job.

Everything is controlled by command line arguments like export project, user, password, import project, user, password. Works great.
Mamu Kim
Post Reply