Sequence Restarting

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
Zabeerulla
Participant
Posts: 38
Joined: Tue Jan 10, 2006 1:25 am

Sequence Restarting

Post by Zabeerulla »

Hi,

Consider the following design.
Master_Seq
Seq1 ---> Seq2

Seq1:
Job01 ---> Job02 ---> Job03

Seq2:
Job04 ---> Job05 ---> Job06

All the sequences are restartable with Run action. My requirement is like this : When I run Master_Seq, consider job02 is failed. After correcting the job, once again I will run Master_Seq. Then it should start from Job02 of Seq1 by skipping the previous jobs.
If I implement this design, in DS 7.5 the behaviour is as above.
But in DS 7.1, if I restart the Master_Sequence , then it is resetting Seq1 (the sequence of the failed job) and starting from the sequence of the failed job(Job01).

Please advice me how to start from the failed job in DS 7.1
Thanks & Regards,

Zabi
DSguru2B
Charter Member
Charter Member
Posts: 6854
Joined: Wed Feb 09, 2005 3:44 pm
Location: Houston, TX

Post by DSguru2B »

I dont think in 7.1 there is an option for restartibility from the point of abort. This is possible with 7.5.X.
Correct me guys if I am messing with the versions.
Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep.
Post Reply