Page 1 of 1

Jobs are not aborting

Posted: Tue Apr 27, 2010 6:04 am
by saj
Hi,
I have a seq which is calling 30 jobs .If one is failing the seq should abort , but I am facing a situation were if any of the jobs are failing the seq is not aborting . Can any one help me how to fix this .

Posted: Tue Apr 27, 2010 7:51 am
by chulett
You need to tell it that's what you want to happen. That's what the Terminator stage is for or perhaps the 'Automatically handle' compiler option.

Posted: Tue Apr 27, 2010 8:48 am
by saj
Hi craig,
The automatically handle option is enabled ,but still its not aborting .

Posted: Tue Apr 27, 2010 10:05 am
by chulett
What compiler options are enabled? What triggers are you using between activities? Give us a better picture of your Sequence job design.

Posted: Tue Apr 27, 2010 10:59 am
by priyadarshikunal
Add a exception handler connected to terminator stage with the termiante option of your choice.

By the way, did you change that option in administrator? in that case open the sequence and check that option in the job properties and then compile it.