Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Viewing Job Schedules

Question:

How does can a job owner view schedules and output?

Answer:

Using the JobScheduler Information Dashboard

The JobScheduler Information Dashboard (JID) is the most effective way to monitor orders and jobs and to view schedules and log files. Read our, "JobScheduler Dashboard Video", news article for a quick introduction to JID together with links to follow-up information as well as to the video itself.

For detailed information about JID read the Information Dashboard documentation.

Using the JobScheduler Operations Center

The JobScheduler Operations Center (JOC) can be used to show the next start time of a job or of an order.

...

Individual applications can also provide end users with schedule-relevant information by making an XML request via TCP/IP:

Example Request:
Code Block
<show_job job="scheduler_cleanup_sos_files"/>
 
Example Response:
Code Block
<job job="scheduler_rotate_log" state="pending" title="Rotate
  and compress logfiles"
     all_steps="0" all_tasks="0"
     log_file="c:/scheduler/logs/job.scheduler_rotate_log.log"
     order="no" tasks="1" in_period="yes" next_start_time="2005-10-18 01:00:00">
  <tasks count="0"/>
  <queued_tasks length="0"/>
  <log level="info" highest_level="debug3" last_info=""
       mail_on_error="yes"
       mail_on_warning="yes" smtp="localhost"
       mail_from="scheduler@sos-berlin.com"
       mail_to="info@sos-berlin.com"/>
</job>

...