cancel
Showing results for 
Search instead for 
Did you mean: 

Error while executing a uinx script in BODS job - exit code 127

Former Member
0 Kudos

I am executing a UNIX script using BODS job and it is giving an error message saying 'Program terminated because of exit code 127'. The same script i am able to execute in UNIX. I am not able to find the solution for this.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Using a print command with return code 8 should give more insight to the error.

print(exec('sh \bin','<your command>',8));