Troubleshooting
Problem
Job executed in a different host from submission host fails with exit code 1 while the ones executed on the same host as submission host succeed.
Cause
Checking the bhist -l output of successful job and failed one, it was found that the job execution home dir are different while the submission user is the same.
One is C:\Users\user@domain\AppData\Local\Temp (successful one: executed on the same host as the submission host)
and the other is C:\Users\user\AppData\Local\Temp (failed one: executed a different host than the submission host).


In Windows environment, LSF uses "TEMP" ----> [%USERPROFILE%\AppData\Local\Temp] as the job execution home. Therefore, the above observations confirm that the user profile is different from one host to another.
One possible solution is to fix the user profile problem to make all jobs run properly.
Was this topic helpful?
Document Information
Modified date:
17 June 2018
UID
isg3T1025095