cancel
Showing results for 
Search instead for 
Did you mean: 

No shared library found for the database with ID IBACC

Former Member
0 Kudos

Hi Friends,

Recently we completed OSDB migration, Before Migration our BW database is oracle 10.2.0.4 now we moved to DB2.

After migration we are not able to db connection to extrnal oracle database from T-code RSA1.

As per SAP note 1261329 , we downloaded oracle instant client and performed all steps in our migrated system .

But still we are getting below error when we execute ABAP Programm :ADBC_TEST_CONNECTION in

work process trace file :

create_con (con_name=IBACC)

Loading DB library '/usr/sap/Q50/DVEBMGS14/exe/dboraslib.so' ...

      • ERROR => DlLoadLib: dlopen()= ld.so.1: disp+work: fatal: libclntsh.so.10.1: open failed: No such file or directory -> DLENOAC

      • ERROR => Couldn't load library '/usr/sap/Q50/DVEBMGS14/exe/dboraslib.so'

Also in SM21 (System Message ) we are getting below errors :

Details Page 2 Line 12 System Log: Local Analysis of dbciq50 1

Time Type Nr Clt User TCode Grp N Text

08:45:37 DIA 005 800 XJRGWEI SE38 BY G No shared library found for the database with ID IBACC

No shared library found for the database with ID IBACC

Details

Recording at local and central time........................ 23.06.2010 08:45:37

Task...... Process User...... Terminal Session TCode Program Cl Problem cl Package

26557 Dialog work process No. 005 1 SE38 ADBC_TEST_CONNECTION K SAP Web AS Problem SBAC

Module nam Line Table Name Field Name

dbds 1035 IBACC

Documentation for system log message BY G :

As well as the standard connection, an attempt was made to set up

another database connection, under the specified ID. The Shared Library

for this second database could not be found.

The Shared Library is usually found in the the Executable

directory (profile parameter DIR_LIBRARY) under the name dbs

<dbs>slib<os_ext>. <dbs> stands for the database type and <os_ext>

stands for the operating system-specific extension of the Shared

Libraries.

The database type is determined from the entry that corresponds to the

specified DB ID in the table DBDCON. Check whether the data in this

entry is correct.

I request your help to resolve the problem.

Thanks in advance.

Thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

After setting required SIDADM ENV, we restarted sap and now working.

After OSDB migration (from OracleHPUX to DB2Solaris), DB connect from t-code RSA1 not working. We followed SAP Note: 1261329 and 1265134 to resolve the problem.

Edited by: Deepak Patil on Jul 3, 2010 9:31 AM

Edited by: Deepak Patil on Nov 30, 2010 1:38 PM