cancel
Showing results for 
Search instead for 
Did you mean: 

Couldn't load library '/usr/sap/TD1/EHPI/abap/exe/dboraslib.so'

Former Member
0 Kudos

Hello!

We have the ERP 6.0.

We prepare the procedure of install EHP5 on our ERP6.0

On the step - "PREP_INIT/CHECKPROF.INI" we are faced with the error:

4 ETW000 /usr/sap/TD1/EHPI/abap/exe/R3trans version 6.22 (release 720 - 03.06.11 - 17:57:00).

4 ETW000 unicode enabled version

4 ETW000 ===============================================

4 ETW000

4 ETW000 date&time : 07.11.2011 - 21:33:32

4 ETW000 control file: <no ctrlfile>

4 ETW000 R3trans was called as follows: /usr/sap/TD1/EHPI/abap/exe/R3trans -d -w /usr/sap/TD1/EHPI/abap/log/DBCONNCHK.LOG

4 ETW000 trace at level 2 opened for a given file pointer

4 ETW000 [ dev trc,00000] Mon Nov 7 21:33:32 2011 16414 0.016414

4 ETW000 [ dev trc,00000] db_con_init called 24 0.016438

4 ETW000 [ dev trc,00000] set_use_ext_con_info(): rsdb/ssfs_connect not set => ssfs not used 30 0.016468

4 ETW000 [ dev trc,00000] determine_block_commit: no con_hdl found as blocked for con_name = R/3

4 ETW000 23 0.016491

4 ETW000 [ dev trc,00000] create_con (con_name=R/3) 23 0.016514

4 ETW000 [ dev trc,00000] Loading DB library '/usr/sap/TD1/EHPI/abap/exe/dboraslib.so' ... 39 0.016553

4 ETW000 [ dlux.c ,00000] *** ERROR => DlLoadLib()==DLENOACCESS - dlopen("/usr/sap/MD1/EHPI/abap/exe/dboraslib.so") FAILED

4 ETW000 "libclntsh.so.11.1: cannot open shared object file: No such file or directory"

4 ETW000 391 0.016944

4 ETW000 [ dbcon.c ,00000] *** ERROR => Couldn't load library '/usr/sap/TD1/EHPI/abap/exe/dboraslib.so'

4 ETW000 62 0.017006

2EETW169 no connect possible: "maybe someone set invalid values for DIR_LIBRARY ('/usr/sap/TD1/EHPI/abap/exe') or dbms_type ('ORA')"

We are using the last ehp tools SAPehpi_101-10005802.SAR

Who anyone faced with same error! Please help

Accepted Solutions (0)

Answers (7)

Answers (7)

Former Member
0 Kudos

Hello,

I know this post is rather old but perhaps I could help someone else facing this problem.

I managed to solve this problem with these three steps:

1. I changed the symbolic link in /usr/sap/<SID>/SYS/exe: the dbg-link pointed to the wrong directory. It pointed at the exe-directory on our NAS but is has to ponit to the exact kernel-directory on the NAS (/.../exe/uc/linuxx86_64/ in our case).

2. The variables of the <sid>adm-user-enviroment were partually wrong. In the directory /home/<sid>adm/ the files dbenv.sh and ...csh exported the wrong SAP_EXE variables. I just removed the hash key at the line where the wright SAPEXE-var is set und put an hash key at the beginning of the line where the wrong SAPEXE was set.

3. In our case an old (to old) version of sapinst was used to install the application server. This sapinst changed the instantclinet-link at /oracle/client/... to an older version. With this old version of the instantclient the connection to the remote database was not possible. So I just changed the link back to the old instantclient again.

Hope this infomation could help someone.

Joschka 

Former Member
0 Kudos

Hello Guys,

I am facing same issue while running SP upgrade using SUM tool.

ERROR: The values set for DIR_LIBRARY ('/usr/sap/SUM/abap/exe') or dbms_type ('ORA') are invalid.

Pls help.

BR,

Madhura

Former Member
0 Kudos

Upgrade NW 7.0 to NW 7.02 ( Process Integration ) with GRC/NFE 10.0

SAPEHPI Installer version 111 ( SAPehpi_111-10005802.SAR )

Check the permissions of Oracle Client

hostanme 😕 oracle #

drwxr-xr-x 21 orasid dba 4096 Feb 7 11:37 SID

drwxrwxr-x 3 orasid dba 4096 Mar 11 2009 client

drwx -


2 root root 16384 Mar 8 2009 lost + found

drwxrwxr-x 5 orasid dba 4096 Mar 11 2009 oraInventory

drwxrwxr-x 3 orasid dba 4096 Mar 8 2009 stage

hostanme:/ oracle #

If the current kernel version is newer than the version of the installer to do:

SOLUTION: Copy the kernel (full) Current / sapmnt/SID/exe to

/ PATH "UPGRADE SOFTWARE LOCATION " / EHPI / abap / exe

Run saproot.sh SID and repeat phase.

It worked !!!

Good Luck !!!

Former Member
0 Kudos

good day,

maybe try and download the latest dbsoralib from sap site and place it in

'/usr/sap/TD1/EHPI/abap/exe/dboraslib.so

kind regards

marius

Former Member
0 Kudos

Hi,

If you check and the file exists, check the rights on the file dbaoraslib.so.. should be similar to:

-rwxr-xr-x

or, the linux equivalent of 755, with ownership being the <sid>adm user.

You can change this easily as root or the ADM user.

sunny_pahuja2
Active Contributor
0 Kudos

Hi,

Could you please paste error log of this phase ?

Thanks

Sunny

Former Member
0 Kudos

Hi,

4 ETW000 http:// dlux.c ,00000 *** ERROR => DlLoadLib()==DLENOACCESS - dlopen("/usr/sap/MD1/EHPI/abap/exe/dboraslib.so") FAILED

4 ETW000 "libclntsh.so.11.1: cannot open shared object file: No such file or directory"

4 ETW000 391 0.016944

4 ETW000 http:// dbcon.c ,00000 *** ERROR => Couldn't load library '/usr/sap/TD1/EHPI/abap/exe/dboraslib.so'

Is the file libclntsh.so.11.1existing? Perhaps you have to install the Oracle 11 client library.

Regards,

Srikishan

Former Member
0 Kudos

Hi,

Please check sap note https://service.sap.com/sap/support/notes/538849

Best Regards,

Aleh