cancel
Showing results for 
Search instead for 
Did you mean: 

Checking R3load version

Former Member
0 Kudos

Hello,

I want to check the R3load version included on 51049724_3 (SAP DC Kernel 7.42 PL101 Linux on x86_64 64bit) cd media for SLES

I've extracted the SAPEXEDB.SAR and tried to check the R3load version

./R3load -version

./R3load: error while loading shared libraries: libSQLDBCHDB.so: cannot open shared object file: No such file or directory

Also I've tried with --v , --version...

What can I do to check only the R3load version included on this package?

Regards

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello,

Copy the files to the server and try either ./R3load -v or ./R3load -version. Make sure you run this command as <SID>adm

The problem appears to be with the lib files not being loaded from the place where-in you are executing the command.

./R3load -version

sapparam: sapargv(argc, argv) has not been called!

sapparam(1c): No Profile used.

sapparam: SAPSYSTEMNAME neither in Profile nor in Commandline

This is ./R3load version R7.20/V1.6 [UNICODE]

Compiled Feb  1 2015 00:23:12 for

Regards,

Kris

Former Member
0 Kudos

Thanks Kris,

The files are in the server. I've extracted the SAPEXE and SAPEXEDB but It doesn't appear the libSQLDBCHDB.so.

Where must be it?

former_member188883
Active Contributor
0 Kudos

Hi Ruben,

libSQLCHDB.so is available for SAP HANA database on Unix. You need to extract dbsl library for SAP HANA database to get this file.

Regards,

Deepak Kori