E-Mail Notifications for Warnings at Sequence Level

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
rielah
Participant
Posts: 1
Joined: Tue Dec 30, 2008 12:48 pm

E-Mail Notifications for Warnings at Sequence Level

Post by rielah »

Here is my current job setup:
I have a sequence (say S1) that has 10 jobs, and each job is a actually another sequence (say 1a, 1b) of 5-10 (1a is made up of aa,bb,etc.) several smaller jobs. I'd like to receive an e-mail whenever any of the jobs finish with warnings. I set up a trigger (Warning - OK) to send mail for each of the 10 jobs in S1. The problem is that if there is a warning in job aa, it doesn't roll up to 1a, and therefore no e-mail is sent. I can recreate the triggering for each smaller job (say aa), but I have a lot of jobs and I don't want to make such a huge change to my current production setup. Is there any way for me to make the warning notification work at the S1 level?
ray.wurlod
Participant
Posts: 54595
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Welome aboard. Set the job sequence job properties option that generates a warning when an activity fails to finish with status of Success. This will propagate warnings upwards.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply