Email notification on Abort Sequencer

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
sam334
Premium Member
Premium Member
Posts: 145
Joined: Mon Aug 26, 2013 7:42 pm

Email notification on Abort Sequencer

Post by sam334 »

Hi all,
Have a question on email notification on abort sequencer.

We have a sequence which has almost 15 jobs. Used an exception handler and notification activity stage which will send the email notification if any of the jobs abort.

Issue is, we need to send the email to certain team if JOB 5 gets aborted not any other jobs. Suppose Job 10 gets aborted then we want the email which generates from exception handler to us. How we can achieve this?

Adding notification activity on Job 5 and use FAIL property is not sending any email on Job 5 abort.

Thanks.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

The Exception Handler has its own activity variables, one of which identifies the name of the activity that triggered it. Use a Nested Condition activity in the exception handling stream to test that value.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
sam334
Premium Member
Premium Member
Posts: 145
Joined: Mon Aug 26, 2013 7:42 pm

Post by sam334 »

Thank you so much Ray. Will try.
Post Reply