Table of Contents | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
|
The JobScheduler creates temporary files. The JobScheduler retrieves from the operation system the information where to store such files.
- Usually on Unix the directory is /tmp/[jobscheduler_user]/.
- 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 for all jobs.
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 for /path/to/tmp/folder
- restart the JobScheduler