Page 1 of 1

email notification

Posted: Tue Jan 27, 2009 9:37 am
by samsuf2002
Hi,

If we have a main sequence job which calls other sequences and so on. What will be the best way to implement email notification for such sequence ?

I was thinking to provide failure notification to all low level sequences and success notification to the main sequence.

Any other ideas or suggestions will be appreciated.

Posted: Tue Jan 27, 2009 10:41 am
by chulett
If all the main sequence does is chain together lower level sequence jobs, then I'd agree that you could do it that way. You could also have the main sequence do all of the notification, success or failure, if you like. Not sure if either way is "better" than the other.