 |
SoftTree Technologies
Technical Support Forums
|
|
Author |
Message |
mojoyrider
Joined: 07 Aug 2007 Posts: 20
|
|
Internal Control and detecting changes to scheduled jobs |
|
Our internal control team is reviewing applications, and they need to review all Scheduler jobs that changed between 1/1/07 through the run date. Is there a report that is available that would list that information? Job name, last changed, changed by
Thanks
|
|
Sat Dec 08, 2007 3:19 pm |
|
 |
SysOp
Site Admin
Joined: 26 Nov 2006 Posts: 7966
|
|
|
|
Every job has a property MODIFIED TIME and MODIFIED BY which indicate who modified the job last and when. You can use this information for the auditing purposes. If you need to get a list of all historical changes, not just the last change, you would need to restore them fro ma backup and do some comparison. There is no canned report for such purpose but you can write a relatively simple script to pull job id, job name, modifier name, time and date of the modification for each job and save it into a file or database. Then create a report to find historical changes and show them as a timeline. Of course, in order to do that you would need to have and restore historical backups first.
|
|
Sat Dec 08, 2007 9:04 pm |
|
 |
mojoyrider
Joined: 07 Aug 2007 Posts: 20
|
|
documentation related to all job properties |
|
Where can I find info on the job properties available. I would like to write out information about a job, not only when it is created and modified, but also job statistics?
I read the manual and do not find any reference to the properties you mention or any others that might be available and useful.
|
|
Wed Dec 26, 2007 7:32 pm |
|
 |
SysOp
Site Admin
Joined: 26 Nov 2006 Posts: 7966
|
|
|
|
Take a look at the JDL Job Properties topic. This topic describes available job properties and it is available virtually in every 24x7 manual. If you have any questions, please feel free to post them here in the support forums.
|
|
Wed Dec 26, 2007 9:37 pm |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|