2010 Oct 27 12:44 PM
Hi All
We have mentioned external command in SM69 and executed the command in SM49, I am getting the below error message.
Command executed:
/home/ SMIME/run/signand.sh :
Target host: dt02
Can't exec external program (Permission denied)
External program terminated with exit code 1
Program wise also I am unable to execute the command & I am getting sy-subrc eq 1. Please help me which authorization object is missing to run the external command.
u_comm = /home/ SMIME/run/signand.sh
CALL 'SYSTEM'
ID 'COMMAND' FIELD u_comm
ID 'TAB' FIELD rt-sys.
Please confirm.
2010 Oct 27 12:50 PM
Can you please check the permission for /home/ SMIME/run/signand.sh, perform below command
chmod 755 /home/ SMIME/run/signand.sh
and retry.
2010 Oct 27 1:07 PM
2010 Nov 08 9:50 AM
We have provided necessary authorization in folder level as well as path specification changed