The superordinate command scheduler includes the following commands to control the scheduler.
daemon | Enables to start and stop the scheduler. disable will stop the scheduler and prevent it to restart in case of a ReportServer restart. Commands prefixed by wd refer to Watchdog which is integrated in the Scheduler. For further information on this refer to the Developer manual. |
scheduler daemon [start, stop, restart, enable, disable, status, wdstatus, wdshutdown,
wdstart, wdrestart]
list | Lists jobid , type and nextFireTime. |
scheduler list
listFireTimes | Lists the upcoming fire times for a given jobid for the next numberofFireTimes. If numberofFireTimes is not specified default is 10. |
scheduler listFireTimes jobid numberofFireTimes
remove | Deletes a job with given jobid from the dispositions. |
scheduler remove jobid
unschedule | Cancels a job with given jobid from the dispositions. |
scheduler unschedule jobid