How to send email notification for any grapgh failure in Ab Initio

How can I set up email notification graph failure in Ab Iniio to send ,which should include error message and componet details which caused the failure

Questions by Subratkm

Showing Answers 1 - 15 of 15 Answers

The graphs end script executes even if the graph fails so we can send an email in the graphs end script or else we can capture the graphs exit code int he wrapper script the graph is called and send an email.

  Was this answer useful?  Yes

Munmun

  • Feb 6th, 2014
 

Use plan. Run the graph through a task and check the return code of the task and if the exit code is not 0 then run a task which send a mail.

  Was this answer useful?  Yes

raja

  • Feb 9th, 2015
 

you can call the graph through UNIX wrapper and check the return value. if it is not successful use email command to send the mail to required parties.

  Was this answer useful?  Yes

Kiran

  • Apr 22nd, 2015
 

We can send the mail by using component of Send E-Mail notification.

  Was this answer useful?  Yes

M Farhan

  • Dec 31st, 2018
 

in end script for mpjret !=0
use mail command from unix

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions