SAP SWPM java.io.IOException: Cannot run /backup/sybaseupdate/setup.bin - execve failed (EACCES - Permission denied) in Linux
Error:
java.io.IOException: Cannot run /backup/sybaseupdate/setup.bin - execve failed (EACCES - Permission denied)
Solution:
Locate the path of "setup.bin" file and give 777 access to the "setup.bin "
chmod 777 setup.bin
Comments
Post a Comment