The JobScheduler creates temporary files.
The JobScheduler asks the operation system where these files can be stored.
Normally on Unix it is /tmp/jobscheduler_user/.
On Windows it is the folder which is set in the user environment variable %TMP%.
You can set the folder for the temporary files when you add the variable TMP to the JobScheduler environment (see How_I_add_environment_variables%3F).
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 in /path/to/tmp/folder
- restart the JobScheduler