cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

libmql1.so: cannot open shared object file

sandy_s1
Discoverer
0 Likes
6,899

Hello Experts,

While running SUMSP18 for EHP8 ugrade from EHP7, I am getting the following error in PREP_PRE_CHECK/PROFREAD

ERROR: Password for 'SYSTEM' does not work, please reenter

EXECUTING /usr/sap/YEP/SYS/exe/uc/linuxx86_64/brconnect -u -c -f dbstate -RDB brconnect: error while loading shared libraries: libmql1.so: cannot open shared object file: No such file or directory SAPup> Process with PID 27931 terminated with status 127 at 20170522121500!

This lib file is already there in ORACLE_HOME/lib and Oracle client dir and the permissions are also set correctly.

Database was upgraded from 11g to 12c and was compete successfully. SAP application is also working fine.

Please give some clue on what could be the reason for this error . I am not able to proceed coz of this error.

Sandy Sam

Accepted Solutions (0)

Answers (2)

Answers (2)

sandy_s1
Discoverer
0 Likes

Hi All,

This was resolved after removing stickbit permission of brtools executables in Kernel dir.

Sandy.

jan_patera
Newcomer
0 Likes

I am sorry, but this is wrong solution. You will get problems with sapSID.ora parameter file later, during DB check. Better solution is to do as root in /oracle/client folder:

ln -s /oracle/client/12x_64 122

ln -s /oracle/client/12x_64 12x

in my case oracle client is installed in 12x_64 folder

JamesZ
Product and Topic Expert
Product and Topic Expert
0 Likes

Dear Sandy,

Upgrade has its own environment variables to call brtools, to isolate this issue,

Please check whether the same brconnect command works from os level directly. Please use <sid>adm user.

Best regards,
James