upgrade

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
dsuk
Participant
Posts: 9
Joined: Thu Oct 23, 2008 12:49 am

upgrade

Post by dsuk »

Hi,

i want to deploy a new version of job in the production when the old version of the job is running in the production. how to achieve this.

thanks in advance.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

You can't, if by "running" you mean "while it is running".
-craig

"You can never have too many knives" -- Logan Nine Fingers
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

You can deploy the design-time components of the new version by the usual means (probably import). However you can not compile while the old version is running. You need to wait for the old version to finish, or stop it, before you will be allowed to compile, which completes the upgrade. You can not import the job executables while the job is running.
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