Archives of the TeradataForum
Message Posted: Sat, 25 Jan 2003 @ 22:29:02 GMT
Subj: | | Re: How setup a e-mail notification from mload on failure of job |
|
From: | | rmhsmd |
Consider use of the notify exit that all utilities support. It can be programmed e.g. generate alerts based on utility events. The
interface is consistent across all utilities so it is feasible for a single dll/so to be used by all of the utilities.
Another approach to doing the email is via Teradata Manager. The Alert Control Module accepts request to generate alerts via table
insert. Supported actions upon event detection include email among others.
|