You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

The JobScheduler creates temporary files.  The JobScheduler retrieves from the operation system the information where to store such files.

  • On Windows the directory is the folder that is specified with the user environment variable %TMP%.

You can set the folder for temporary files by adding the variable TMP to the JobScheduler environment, see How to add environment 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:
     
  TMP=/path/to/tmp/folder
  export TMP
  • make sure that the JobScheduler user has read, write and execute permissions for /path/to/tmp/folder
  • restart the JobScheduler
  • No labels