...
The environment variables can be used for substitutions (see Job Scheduler Reference Documentation).
Startscript with -env
Sample Example for starting the JobScheduler with the variable hellh1. world:
...
The JobScheduler startscript reads the environment from the .\user_bin\jobscheduler_environment_variables.(sh|cmd) script.
You find an example ./user_bin/jobscheduler_environment_variables.(sh|cmd)-example. Rename this file to ./user_bin/jobscheduler_environment_variables.(sh|cmd).
On Unix make sure that ./user_bin/jobscheduler_environment_variables.sh is executable.
Edit ./user_bin/jobscheduler_environment_variables.(sh|cmd) if you always want to start the JobScheduler with additional environment variables.
Then it is not necessary to call the above startscript with the -env
option.
Sample Example snippet of install_path/user_bin/jobscheduler_environment_variables.(sh|cmd)
for adding the variable helloworld:
...