Page 1 of 1

Sequence Job Problem

Posted: Fri Aug 17, 2007 9:17 am
by patel_ds
We have a job design,

Master Sequence

Seq.1--> Seq.2--> Seq.3
Seq.1

Job No-->1 -->2-->3-->4-->5
Seq.2

Job No-->6-->7
Seq.3

Job No-->8-->9
In all Job Activity - property , we set OK as expression type.
The Problem is that, say if Job No. 4 has warning occurs ,then Seq.1 getting aborted -its not go to Job -5 -but its start running Seq.2 (Job No.6)
because Seq.1 -status is finished with OK status.
our requirement is to stop complete Master Sequence, if any warning occurs at any point of time.

Any idea would be appreciated.

Thanks in advance.

Posted: Fri Aug 17, 2007 9:25 am
by JoshGeorge
Do exception handling in all the sub sequences.

Posted: Fri Aug 17, 2007 9:34 am
by patel_ds
JoshGeorge wrote:Do exception handling in all the sub sequences.
Can you give me little idea about it?

Posted: Fri Aug 17, 2007 9:46 am
by JoshGeorge
Use an exception handler stage and link that to terminator stage. In terminator stage give the options according to your requirement. Goto job properties and check handle errors automatically options also. Use above said options according to your requirement.

Posted: Fri Aug 17, 2007 11:39 am
by patel_ds
JoshGeorge wrote:Goto job properties and check handle errors automatically options also.
How to do this?

Posted: Fri Aug 17, 2007 9:16 pm
by JoshGeorge
Open the properties window of your sequence and check the 'Automatically handle errors' which is by default unchecked.