Versions Compared

Key

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

Table of Contents
outlinh1. true
outlinh1. true
1printablefalse
2stylh1. none
3indent20px

The JobScheduler creates temporary files.
The  The JobScheduler asks retrieves from the operation system the information where these files can be storedto store such files.Normally

  • Usually on Unix

...

  • On Windows

...

  • the directory is the folder

...

  • that is

...

  • specified with the user environment variable %TMP%.

You can set the folder for the temporary files when you add by adding the variable TMP to the JobScheduler environment (, see How _I_to add _ environment _variables%3F)variables?.

Example for Unix

  • rename ./user_bin/jobscheduler_environment_variables.sh-example to ./user_bin/jobscheduler_environment_variables.sh
  • edit ./user_bin/jobscheduler_environment_variables.sh:
     
Code Block

  TMP=/path/to/tmp/folder
  export TMP
  • make sure that the JobScheduler user has read, write and execute permissions in for /path/to/tmp/folder
  • restart the JobScheduler