We have a large number of Job/Tasks that run at various times (event triggers) and for various customers etc.
These customers want reports from us to show on a regular basis (often monthly with our SLA meetings) how their jobs ran etc.
I was thinking that an ability to automatically output every task result along with such things as time ran, output, status, error output etc to a data store - file but preferably a DB table would be incredibly handy.
At the moment what Ihave to do is create a SQL Script that, using the variables for each tasks, inserts it into a SQL db I created. However, this is VERY time consuming as I have to paste every tasks output variable into the script!
This fucntionality does seem to be there as the Print Job Report has this information - I would just like that data in a DB so that I can store and report on the history of jobs.
Thanks
Edited by moderator
2011-08-22T08:13:49Z
|
Reason: Not specified