Versions Compared

Key

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

...

  • You can mount a drive when starting Job Scheduler using net.exe.
  • This requires that the JobScheduler starts with administrator privileges.
  • Therefore it is required that the JobScheduler service is assigned an administrator account.

Assign the JobScheduler service an administrator account

  • After the installation the JobScheduler service is assigned the local system account.
  • The name of the JobScheduler service is sos_scheduler_[schedulerId].
  • We assume in the following that the JobScheduler has the Id scheduler.
  • You can use the sc.exe to change the JobScheduler service account.

...

Configure the JobScheduler

Please add some lines of code to the script function in the file config/scheduler.xml.
The JobScheduler without administrator privileges doesn't start after you added these lines.

...