Page 1 of 1

Posted: Fri Feb 20, 2009 8:20 am
by chulett
You want the jobs to abort, not stop, for changes to rollback and for Sequence jobs to be restartable. Try a Routine Activity with UtilityFatalToLog rather than the Terminator stage, see if that helps.

Posted: Tue Feb 24, 2009 7:48 am
by harish_s_ampeo
UtilityFatalToLog was not available.I tried with UtilityAbortToLog.But it didn't help.It was like
ExceptionHAndler --->Notification --->UtilityAbortToLog.
But the sequencer didn't send any mail when it stopped.
The message given as input param for UtilityAbortToLog was not there in the log.
I think Exception handler is not triggered,if the sequencer receives a stop request and thats why its not aborting.

Posted: Tue Feb 24, 2009 5:12 pm
by ray.wurlod
As Craig said, you need an Abort situation. Even to trigger the Exception Handler. And it won't be triggered at all if the activity that fails has an explicit failure trigger.