|
|
Archives of the TeradataForum
Message Posted: Fri, 24 Jan 2003 @ 17:19:57 GMT
Subj: | | Re: How setup a e-mail notification from mload on failure of job |
|
From: | | Sajid Chida |
| We use a naive approach on UNIX to do exactly this--you may run into trouble using some of the Net::* and IO::* modules on Windows
due to blocking problems (this is more a Windows issue than a Perl issue). | |
| The right way to do this is through the APIs, but what I do is build the routines, then pipe them into the Teradata utilities. Then
I grep through the logs and parse out the relevant information. I've also written some custom paging modules. | |
can u please explan little bit clear about this...
"build routines and pipe them into teradata" means?
| You might also look into Dean Arnolds DBD::Teradata module--I've not used it, but hear good things. | |
what is this?
| |