Page 1 of 1

Capture Job Log

Posted: Thu Jun 10, 2010 1:53 pm
by makreddy
Hello All,
I need to capture Job Log for each run in file and store it through a AFTER JOB ROUTINE. If I use DSJOBREPORT, if does not capture Fatal errors and Warnings.

Any ideas and pointers would be appreciated.

Thanks
Aravind

Posted: Thu Jun 10, 2010 4:33 pm
by ray.wurlod
You can use an after-job routine quite happily. It should use the log interrogation functions DSGetNewestLogId(), DSGetLogEvent() and/or DSGetLogSummary().