Archives of the TeradataForum
Message Posted: Fri, 24 Jan 2003 @ 18:49:43 GMT
Subj: | | Re: How setup a e-mail notification from mload on failure of job |
|
From: | | Jason Fortenberry |
1) Yes, you can use the Net:: modules in Perl to send email. I have used these on Windows 2000 with no problem yet! (Sound of me
knocking on wood)
2) Put the path to the utilities directory in your Windows PATH variable (Control Panel). Or qualify the full path to mload:
system "C:\Program Files\NCR\Teradata Client\bin\mload
err99.txt ";
|