Basic Scheduler Operations
1. Startup
To start the Scheduler, set the following property in dbcam.properties file, and start the application server.
scheduler.startScheduler=true
2. Pause Scheduer
Navigation : Setup -> Job Scheduler -> Scheduler Status
Status of the scheduler is displayed at the top of the page. Click on the button "Pause Scheduer" to place the scheduler in Standby mode
3. Check Status
Navigation : Setup -> Job Scheduler -> Scheduler Status
Status of the scheduler is displayed at the top of the page. It also lists the Jobs that have a active schedule along with their status.
4. Schedule a Job
How is job is scheduled depends on what kind of job it is. There are specialized screens for scheduling Alerts and Collections.
Rest of the Jobs can be scheduled at :
Setup -> Job Scheduler -> Scheduler Job
5. Pause/Resume Job
Navigation : Setup -> Job Scheduler -> Scheduler Status
Active Jobs in the scheduler are displayed in tabular format. Click on the 'Pause' link in the 'Action' column to put the corresponding job on hold. After the job is paused, this link changes to 'Resume'. Click 'Resume' to resume the Job.
6. Pause All Jobs/Resume All Jobs
Navigation : Setup -> Job Scheduler -> Scheduler Status
You can resume individual Job Schedules using the 'Resume' link, however, all new Jobs that are scheduled will go into 'Paused' state till this mode is cleared by clicking on the 'Resume All Jobs' button.
7. Delete Job
Navigation : Setup -> Job Scheduler -> Scheduler Status
Active Jobs in the scheduler are displayed in tabular format. Click on
the cross icon in the 'Delete' column to remove the Job from the scheduler. Please note there is no undo for this operation. If you deleted a Job accidentally, you will need to reschedule the job.