cancel
Showing results for 
Search instead for 
Did you mean: 

ERROR installation in centOS

Former Member
0 Kudos

i get stuck in import abap( stage 18) during install sap ecc 6. the error is below:

Error in execvpS(root/tmp_java/IBMJava2-amd64-142/jre/bin/java errno :13,error text: Permisssion denied.

please help me..i'm stuck..

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member524429
Active Contributor
0 Kudos

Hi,

Provide 755 or 777 permissions to your JDK directory root/tmp_java and its sub directories so that <sid>adm, ora<sid> users can access them.

chmod -R 755 /root/tmp_java

or

chmod -R 777 /root/tmp_java

After providing the permissions as above, retry your SAP Installation in SAPInst.

Regards,

Bhavik G. Shroff

Former Member
0 Kudos

Welcome to SDN

>>:13,error text: Permisssion denied

Error clearly says some issue with permission. If you look for the logs or paste the log content then we can help to resolve the issue.