Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Link corrected

...

Whilst it is possible to operate JobScheduler completely from the command line / in batch, these tutorials rely extensively on the JobScheduler's graphic interfaces JOE and the JOC Cockpit.

    JOC (the JobScheduler Operations Center)
  • JOE (the JobScheduler Object Editor) is a separate application to JobScheduler (i.e. it can be used when the JobScheduler is not running).
    • JOE is installed in the same directory as the JobScheduler:
      • on Windows systems the default installation directory would likely be:
        • C:\Program Files\sos-berlin.com\jobscheduler\myJobSchedulerID
      • on Unix systems this would be:
        • ./opt/sos-berlin.com/jobscheduler/myJobSchedulerID
      • Where myJobSchedulerID identifies the JobScheduler instance and is specified during installation.
    • JOE can be started on Windows from the Start Menu using:
      • Start / All Programs / SOS JobScheduler / [scheduler_id] / JOE (JobScheduler Object Editor)
    • JOE can also be started on both Windowns Windows and Unix systems from the bin sub-directory of the JobScheduler installation directory by entering one of the commands:
      • jobeditor.cmd on Windows systems or
      • jobeditor.sh on Unix systems.

...