Restartability when using Multi Instance for Generic job run

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
moose2079
Premium Member
Premium Member
Posts: 48
Joined: Tue Mar 07, 2006 4:52 pm
Location: Australia

Restartability when using Multi Instance for Generic job run

Post by moose2079 »

I have created two generic sequences and made them multi Instance
These two generic sequences - named 001 and 002 - work this way
The Master Sequence calls 001 which loops and calls 002 --- 002 runs 10 Multi instance jobs to run in parallel
If one Multi Instance seq fails Then :
does this impact the other Msster Sequence running a multi Instance of the same jsequence that fails?
And does this running of another Multi Instance of the failed sequence destroy restartability of the Master Sequence that initially ran the failed multi Instance sequence? The multi Instance jobs are fine as they use a table to position the restart -
My question is about the restartability of multi Instance sequences used by two, or more, different Master sequences(that are not Multi Instance)
Is reatartability possibe?
YUM
Post Reply