Page 1 of 1

Job Log

Posted: Tue May 22, 2007 3:20 am
by cosec
Hi !

Currently My Job Log Name is of the form : JobName_Date_ Time

I use the DSJobReport in the After Subroutine to get the log.

How Can I customize the name of the Job Log ?

In addition to having a job log I would like to be notified whenever there is an error or if a job fails. How can I do this ?

Posted: Tue May 22, 2007 7:16 am
by DSguru2B
You need to roll your own custom code for that. Look at the code of DSJobReport and DSSendMail(). I am sure you can merge the functionality of both into a single routine.