Search code examples
sharepointsharepoint-2007wss-3.0timer-jobs

How to check whether a Timer Job has run


Is it possible to check whether a SharePoint (actually WSS 3.0) timer job has run when it was scheduled to ?

Reason is we have a few daily custom jobs and want to make sure they're always run, even if the server has been down during the time slot for the jobs to run, so I'd like to check them and then run them

And is it possible to add a setting when creating them similar to the one for standard Windows scheduled tasks ... "Run task as soon as possible after a scheduled start is missed" ?


Solution

  • check it in job status page and then you can look at the logs in 12 hive folder for further details

    central administration/operations/monitoring/timer jobs/check jobs status

    As far as the job restart is concerned when it is missed that would not be possible with OOTB features. and it make sense as well since there are lot of jobs which are executed at particular interval if everything starts at the same time load on server would be very high