Page 1 of 1

DataStage Sequencer

Posted: Wed Sep 21, 2005 4:34 pm
by bapajju
Hello,

I have Sequenser, that runs Two jobs and Two Sequenser. First one of the jobs run then the sequenser runs and then the second job and finnaly the second sequenser runs. My problem is even if the 1st Sequenser gets aborted due to some reason still the second sequenser runs. Is there any way to control this.

Thanks in Advance
Amitav

Posted: Wed Sep 21, 2005 4:41 pm
by logic
what exactly do you mean by "sequencer Fails".. :?: . If you want to say that the first job fails/first sequence fails and still the next job continues then you should check the trigger.
Hope this helps,
ash.

Posted: Wed Sep 21, 2005 4:56 pm
by ray.wurlod
Is there any way to control this?

Triggers. Your first job sequence has a link to your second job sequence. You make the trigger on this link "Finished OK" or a custom trigger that allows both finished OK and finished with warnings.

Posted: Wed Sep 21, 2005 9:01 pm
by trammohan
You can use control ( email - notifier ) which directs the control of main flow depending upon the trigger value ( Success or fail )