Sequencer Design

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
poorna_76
Charter Member
Charter Member
Posts: 190
Joined: Thu Jul 08, 2004 10:42 am

Sequencer Design

Post by poorna_76 »

I have a Sequencer which runs 5 jobs.

A -->B--->C1--->D
A -->B--->C2--->D


Job A, Job B runs one after the other.
Job C1 ,Job C2 run in parallel after completion of Job B.
Job D runs after successful completion of C1 & C2.

********************Scenario***************************

Jobs A & B are successful,
Sequencer triggers jobs C1 & C2.

For some reason job C1 gets aborted, I would able to re-start the Sequencer and run just job C1 & job D (If job C2 is successful, already)

The same way,
for some reason job C2 gets aborted, I would able to re-start the Sequencer and run just job C2 & job D (If job C1 is successful, already)
*********************************************

What will be the best way to do this?

Thanks in Advance.
roy
Participant
Posts: 2598
Joined: Wed Jul 30, 2003 2:05 am
Location: Israel

Post by roy »

Hi,
Check the box for adding check-points in the properties of the sequence job.
p.s.
sequencer is the name of a stage in a sequence job
IHTH,
Roy R.
Time is money but when you don't have money time is all you can afford.

Search before posting:)

Join the DataStagers team effort at:
http://www.worldcommunitygrid.org
Image
poorna_76
Charter Member
Charter Member
Posts: 190
Joined: Thu Jul 08, 2004 10:42 am

Post by poorna_76 »

roy wrote:Hi,
Check the box for adding check-points in the properties of the sequence job.
p.s.
sequencer is the name of a stage in a sequence job
IHTH,
Hi Roy,

I did add check-points int the properties of the Sequence job.
But that didn't help.


Thanks
Post Reply