cancel
Showing results for 
Search instead for 
Did you mean: 

Error while Installing Solman7.1 with 11G

Former Member
0 Kudos

Hi Guys,

I am trying to install solman 7.1 with oracle 11g.

I selected the oracle client as 11.2.0.3.

But during the Installation its giving me error during update statistics.

Its giving me error could not load the dependent program brconnect.

Dependent module libclntsh.a(shr.o) could not be loaded.

Cannot load module libclntsh.a(shr.o).

System error: A file or directory in the path name does not exist.

External program terminated with exit code 255

BRCONNECT returned error status E

I have gone through the note 819829 but could not follow what to do.

Tried the command  ln -s instantclient_11x_64 instantclient

Please suggest.

Regards

Abhishek

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Please check output of

> ldd brconnect

and adjust your environment variable LIBPATH with correct oracle instant client folder.

Regards,
Roman

Former Member
0 Kudos

Hi,

Please check in your oracle client whether it contains libclntsh.so file.

if not, please create a link  libclntsh.so pointing to libclntsh.so.11.1 or whichever version you have.

Please see the picture for your reference.

Thanks and Regards,

Vimal

Former Member
0 Kudos

It has that the file present in the oracle client directory.

/oracle/client/11x_62/instantclient

Reagan
Advisor
Advisor
0 Kudos

Hello

It has that the file present in the oracle client directory.

/oracle/client/11x_62/instantclient

You have it as 62 instead of 64

As per the note :

Note 819829 - Oracle Instant Client Installation and Configuration on Unix

/oracle/client/11x_64/instantclient      (= symbolic link)

/oracle/client/11x_64/instantclient_11202 (= directory)

This is what you need to do:

Remove the one which is present there as 62 and create a new one as shown:

ln -s /oracle/client/11x_64/instantclient_11203 /oracle/client/11x_64/instantclient

Also make sure that you change the ownership and permissions of the files and the directory

Cheers

RB

Former Member
0 Kudos

Sorry it was the typing error. its 64 only.

Please share what should be the file permission and ownership values.

Can re-start the installation using 10g client and finish off the installation and later on update the client?

Regards

Abhishek

Reagan
Advisor
Advisor
0 Kudos

Hello

Under /oracle/client there should be 11x_64 directory which contains the instantclient_11203 directory with the Oracle instant client files.

cd /oracle/client

chmod -R a+rx 11x_64

chown -R sidadm:sapsys 11x_64

Cheers

RB

JPReyes
Active Contributor
0 Kudos

What is you OS? Are you using kernel 720 or 720_EXT?

Regards, Juan

Former Member
0 Kudos

I am installing solman 7.1 sp07 on aix 7.1 with oracle 11g and kernal i used was (51042611_2  Solman 7.1 sr1  UC-Kernal  7.20  Aix 64bit.)

Client 11.2.0.3 ( 51041940)

JPReyes
Active Contributor
0 Kudos

You can simply try with kernel and brtools 720_EXT

Note 1638356 - Additional information about BR*Tools Version 7.20 EXT

Regards, Juan