To move datastage job from dev 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
priyaram
Charter Member
Charter Member
Posts: 16
Joined: Fri Apr 23, 2004 7:39 pm

To move datastage job from dev to production

Post by priyaram »

hi
we r moving our jobs for the first time from dev server to production.
what r the general problem that would araise??

Thanks in advance
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

DataStage is no different from any other software development life cycle - at least not if managed correctly.

What happened to the user acceptance testing phase? :shock:

Anything that's likely to be different in the different environments should be parameterized. This includes things like DSNs, user IDs and passwords and, possibly, pathnames.

Use Director to set appropriate defaults in the production environment if you wish; my preference is not to do so, to force correct parameter values to be used when running the jobs. But sometimes it's handy.

Are you using Version Control to manage the promotion? If so, create a dummy project and practice your first promotion, to get a feel for how to drive Version Control.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply