Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Corrected links that should have been relative instead of absolute.

Scheduler is a component of Adeptia Suite that manages events and triggers process flows based on the occurrence of events. The normal state of the Scheduler is Running. However, it may be required to pause or stop occasionally for system performance or maintenance reasons. When the scheduler is Paused or Stopped, no scheduler supported Event will be f

Anchor
_Hlt96426283
_Hlt96426283
ired. In the Adeptia Suite, this feature is available in:

Enterprise

Premier

Professional

Express


Events managed by the scheduler (time-based events) are:

...

Info

When the scheduler is paused, events can cannot be activated , but they will not triggeror deactivated.

Firing of Events when Scheduler is Paused
When the scheduler is paused, the events that are scheduled to be fired will not be triggered. When the scheduler is resumed, only the remaining events will be triggered. The misfired events will be lost.

...

For scheduler related properties, you can refer to the quartz.properties file that is located in the .../AdeptiaSuite-XX/AdeptiaServer-6.2/ServerKernel /ServerKernel/etc directory. These include:

...

  1. Click the Administer tab and then click Maintenance menu. All the options of Maintenance menu are displayed.
  2. Select the Scheduler option. The Manage Scheduler screen is displayed showing the status of scheduler (see Figure 2).

    Figure 2: Change Scheduler State 

  3. This screen is divided into two parts. The first part displays the status of the scheduler and allows you to change the status as and when required. The second part displays a list of events that are activated (only if scheduler is running). You can deactivate an event by clicking Deactivate against the event. This will deactivate the event and remove it from the list.

    Info

    The autoCleanup and autoLogCleanup events cannot be deactivated as they are generated by the system.


  4. To view an event, click the View link against the required event. The properties of the event are displayed.
  5. To stop the Scheduler, click Stop Scheduler button. A screen is displayed showing that scheduler stopped successfully.
  6. To start the scheduler, on the Change Scheduler State screen, click Start Scheduler. A screen is displayed showing that the scheduler started successfully.
  7. To pause the Scheduler, click Pause Scheduler button. A screen is displayed showing that scheduler stopped successfully.

    Info

    The Pause Scheduler button changes to Resume Scheduler, once the scheduler is paused.
    When the scheduler is Stopped or Paused, the list of activated events is not displayed.


  8. To resume the scheduler, click Resume Scheduler button. This resumes the scheduler and displays the scheduler screen.

...