Description :In the DQM environment, all jobs are aborted with the following error message : "Exit code : 113"
Cause
Cause type: Configuration Root Cause: The $UXDQM/uxdqmsrv file do not have the good rights and Dollar Universe can't submit the requests to system because not enough permissions.
Environment
OS: All Unix
Resolution
To resolve this issue, you have to changed the uxdqmsrv file user right with the following commands after stopping Dollar Universe :
Result should be similar with the following : 2611342 16 -rwsr-xr-x 1 root univa 13340 Oct 30 17:41 uxdqmsrv
Adding the sticky bit on the uxdqmsrv file should solve the problem. Start Dollar universe and try to launch a simple uproc with only an exit 0 as internal script to confirm the incident resolution.