Multi Instance Job

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
vskr72
Premium Member
Premium Member
Posts: 128
Joined: Wed Apr 28, 2004 9:36 pm

Multi Instance Job

Post by vskr72 »

I have a job that read a Seq file and some transformation before the data loads into a table. This job is parameterized to read 2 types fo files (lets say A and B). Some times based on the availability of A and B file, the job could have two run instances at the same time. Other times it could be sequential run for A followed by B or vice versa. So I have few questions?

1. SInce the file names are different (even thought the same job is used), should it be configured for a multi instance jon.
2. I tried running a test job thru command line with Instance name suffix to the job name, the Job ran fine. It it was not showing any run statistics in the designer. IS that common. Am I missing anything?

Thank you for your inputs
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

1. If you want to be able to process A and B at the same time, yes.

2. Yes, that's how it works. The Designer only shows stats for "non multi-instance" job runs.
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply