Deploy same job binaries at different servers

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
dhletl
Participant
Posts: 22
Joined: Mon Aug 23, 2004 1:13 am

Deploy same job binaries at different servers

Post by dhletl »

Hi,

Am facing problems with deployment of any job binary produced on one box - on any other box.

The process I follow is - create any PX job on box1 and compile the same to create its binary. Ensure that the job runs fine on this box(where it was created).
Export that job from box1 and import it into another PX environment on box2. On running the job binary on the 2nd box - it fails.

Any pointers to this are most welcome.

Thanks,
Nitin
Eric
Participant
Posts: 254
Joined: Mon Sep 29, 2003 4:35 am

Post by Eric »

Are you running the same OS and OS version on both boxes?

Does your job design contain Custom Stages?

Does your Job contain the PX Transformer Stage?
dhletl
Participant
Posts: 22
Joined: Mon Aug 23, 2004 1:13 am

Post by dhletl »

>>Are you running the same OS and OS version on both boxes?
Yes (both hv the same environment)

>>Does your job design contain Custom Stages?
No ..

>>Does your Job contain the PX Transformer Stage?
Tried job with and without Xformer - same result!
Eric
Participant
Posts: 254
Joined: Mon Sep 29, 2003 4:35 am

Post by Eric »

I guess you would have to give more detail about the failure
dhletl
Participant
Posts: 22
Joined: Mon Aug 23, 2004 1:13 am

Post by dhletl »

Ok. Just to be sure - can u suggest me what's the right method of deploying a job binary/executable prepared at one box on another one?
Post Reply