Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Is there a way to configure QMC job failure notifications per job?
We have option to notify users upon successful distribution. But can i notify upon failure of the task to support group via email?
Thanks
You can send alert emails on failure, if I remember correctly you can enter the email addresses here:
QMC-->System-->Distribution Service-->Alert Email
(assuming email server is already set up under QMC-->System)
FYI, I had a similar need recently, i.e. upon a task's failure I wanted to send an email to a specific email address that was different than the general one that swuehl pointed out above.
Since I also had the general alert set up, ANY task failure would send an email alert to the QV "owners" by using (QMC-->System-->Distribution Service-->Alert Email), but with the below setup a separate specific targeted email is sent ONLY when the specific task of interest fails.
This was done by having a failure on the task of interest trigger a supporting task that triggers a batch file that in turn triggers the BLAT email program (BLAT was VERY easy and quick to use, no formal install).
Here is a step-by-step outline of how I did this:
I hope these detailed instructions will be of value to others. I'm also interested in hearing about other approaches that achieve the same purpose.