cancel
Showing results for 
Search instead for 
Did you mean: 

R3load fails

Former Member
0 Kudos

Hello!

I have a problem running R3load:

rusaplpd:lpdadm 2> R3load -testconnect

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

sapparam(1c): No Profile used.

sapparam: SAPSYSTEMNAME neither in Profile nor in Commandline

ERROR: InitDecFloatLib() failed, rc = -2

Maybe anyone knowshow to solve it?

Thank you.

Kind regards,

Innokentiy

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello,

This looks like a problem with the R3load you are using. Im not sure what version it is but I would recommend that you download a more up to date version from the SAP Service Market Place.

Regards,

David

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Innokentiy,

your problem is a missing library libdecnumber.s* or libicudecnumber.s*. Check for those libraries in your library path. I assume that you download a very new R3load but have not the correct shared libraries in place. I don't see your platform in your post. But on Solaris, HP-UX and Linux you could execute "ldd R3load" to check which libraries it needs to run.

Regards

Ralph

Former Member
0 Kudos

Ralph,

I checked my paths and didn't find these libraries, but, ldd didn't show that I need them:

ldd R3load

libdl.so.2 => /lib64/libdl.so.2 (0x0000003074800000)

librt.so.1 => /lib64/librt.so.1 (0x0000003075400000)

libclntsh.so.10.1 => /oracle/client/10x_64/instantclient/libclntsh.so.10.1 (0x00002aaaaaac6000)

libnnz10.so => /oracle/client/10x_64/instantclient/libnnz10.so (0x00002aaaabe33000)

libstdc+.so.6 => /usr/lib64/libstdc+.so.6 (0x0000003084e00000)

libm.so.6 => /lib64/libm.so.6 (0x0000003074400000)

libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x0000003083600000)

libpthread.so.0 => /lib64/libpthread.so.0 (0x0000003074c00000)

libc.so.6 => /lib64/libc.so.6 (0x0000003074000000)

/lib64/ld-linux-x86-64.so.2 (0x0000003073c00000)

libnsl.so.1 => /lib64/libnsl.so.1 (0x0000003078000000)

I also didn't find fresh R3load, or libs updates on marketplace.

I am running CE 7.1 SP 5 on Linux x64 oracle.

Thank you.

Innokentiy

Former Member
0 Kudos

Hi Innokentiy,

the output of the ldd command shows not the libraries which could be not found, but it shows all necessary libraries and the found library. If a library could not be found it will print "not found". I checked also, that the libdecnumber.so library is loaded dynamically, it don't show up in the ldd output. You need to find the libdecnumber.so library in your path. You may find it in the database independent SAPEXE*.SAR file, which could be downloaded from SAP Service Marketplace.

Regards

Ralph

Former Member
0 Kudos

Ralph,

Thank you, but there is no file for my installation ...

Kind regards,

Innokentiy