The LM_STATUS_NOTIFY graph is designed to send an email notification of a failed graph. It is currently designed to be run as a "child" under each main graph that you want notification of.
This means creating an Run Definition under each main graph - for the LM_Status_Notify graph to "Run if Predecessor Fails", per the screenshot below.

Each (independent) run definition requires a "Recipients" parameter on the run - so that different graph failures can go to different respondents.
It attempts to pull out specific error messages. it does not attempt to send the LXS for the failed graph, although that feature could be added.
On the Parameters 2 tab, the hostname and port may have to be changed and you may have to turn on authentication. If you turn on authentication, then you'll have to supply username/password. It's possible that the default "localhost" setting will work for the smtpServer, but you may need to change it to your own email server.
The graph needs to be included on every Execution Plan that you need to be notified about, but it can also be used for positive notifications too. You'll need to define a second RUN_DEFINITION that is 'tied' to the first one, and select the option "run if predecessor fails".
-
LM_Status_Notify.brp
131 Bytes Download
-
LM_Status_Notify.brg
50 KB Download
Comments
0 comments
Please sign in to leave a comment.