cancel
Showing results for 
Search instead for 
Did you mean: 

Re: Error while Execute External Operating System Command using T.code SM49

Former Member
0 Kudos

Dear Experts,

I Have uploaded one .exe file in the application server (eg: sum.exe) and created the OS command in SM69 transaction .

And maintained the application server path in the 'operating system command' field in SM69 t.code.

Our SAP system, oprating system is UNIX.

After I have executed the external command using transaction SM49 , but I got the below error.

Can not execute external program (permission denied) , External program terminated with exit code 1

Immediately I run the SU53 transaction code to check the authorization, but Authorization was successful.

Could any one please help on this error.

Thanks in advance.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

>>Can not execute external program (permission denied) , External program terminated with exit code 1

You need to give the permission as 755 to your file.

>>I Have uploaded one .exe file in the application server (eg: sum.exe)

You are on UNIX and do not expect to any result of .exe file as UNIX doesn't know about this.