single job in more job sequence.

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
srividhya
Participant
Posts: 42
Joined: Tue May 31, 2005 10:11 am

single job in more job sequence.

Post by srividhya »

Hi ,
I have job1 and iam using the job1 in seven job sequence. when iam running all the job sequences at the same time. Then iam getting the job sequence getting aborted with the error message. How can i handle this position.
please throw some light

Thanks in advance
srividhya
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Please read the product documentation dealing with multi-instance jobs. You will need to use this to have the same job run at the same time from different sequences.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

That's because a single instance job can not be started if its status is already running.
You will need to give each instance a separate invocation ID - perhaps the name of its controlling job sequence (which can be obtained from the DSJobController macro).
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