Community
Participate
Working Groups
Jobs launched using the PE RM will by default use an incorrect working directory (possibly '/'). In order for some tools to work properly (if they need to write into the working directory for example), the wd must be manually set using the "Arguments" tab on the launch configuration.
The PE proxy assumes that the PTP_JOB_WORKING_DIR_ATTR has a valid value, however this is not always the case. This attribute only has a value if the "Use default working directory" option is unselected, otherwise it is not set. The proxy should first test this attribute and use it if it is set. If not set, then the proxy should use the value of the PTP_JOB_EXEC_PATH_ATTR as the working directory. This attribute is always guaranteed to have a value, which is usually the path of the directory containing the executable.
Fixed in 6.0