Try OpenEdge Now
skip to main content
Reporting
OpenEdge Management Diagnostic Reports : OpenEdge Management Task Scheduler
 

OpenEdge Management Task Scheduler

The Task Scheduler page is provided for OpenEdge Management diagnostic purposes. The Task Scheduler handles execution of jobs and reports, and provides work queue backlog and scheduling information.
To access the Task Scheduler, select Task Scheduler in the Diagnostic Reports section . The OpenEdge Management Task Scheduler Diagnostics page appears with the following information:
Table 33. Task Scheduler Diagnostics
Table
Column heading
Description
Schedule
Internal name of the schedule
Resource
Owning job or report resource name
Type
Type of task (job or report)
State
State of the task (disabled or scheduled)
Next Run
Next scheduled run after the present time
Run Count
Number of times the scheduled task has run since OpenEdge Management started
Triggers
Name of any schedule triggers, if present (triggers contain the actual scheduling information)
Trigger
Internal name of the trigger, if one is present
Schedule
Name of the owning schedule (this will match the names listed in the schedule table)
State
State of the trigger: complete, default, error, none, normal, or paused
Previous Run
Time stamp of the trigger's previous run
Next Run
Time the trigger is next scheduled to run
Note: If the defined tasks are not scheduled to run (that is, they do not have a schedule defined or their schedules are not enabled), only the Schedule table appears on the Task Scheduler page.
OpenEdge Management uses the Quartz Enterprise Job Scheduler to run tasks. The Restart button allows you to stop, clear the current configuration and restart the Quartz Scheduler. Use the Restart button only when directed to do so by Technical Support.
Note: For more information about the Quartz Enterprise Job Scheduler, see http://www.quartz-scheduler.org.