cancel
Showing results for 
Search instead for 
Did you mean: 

INS000140 Error (Red Hat

Former Member
0 Kudos

Trying to get the Trial up and running on the Red Hat Enterprise Linux 7 when I get to the license portion of the install script I get:

The product key is not valid. INS00140

Sales even sent a new key and still same error.

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

Nope still does not work when in setup.sh

Former Member
0 Kudos

Actually one more: Export the path

export LD_LIBRARY_PATH=/home/yourusername/SAP_CRYSTAL_SERVER_2016_SP02_LINUX__64B__/DATA_UNITS/CRServer_lnx/dunit/product.crystalserver2011-4.0-core-32/actions

Former Member
0 Kudos

Nope that was not it.

Former Member
0 Kudos

Answers:

create file: nano /etc/ld.so.conf.d/sap

Place path to libicui18n.so.30

e.g.

/home/yourusername/SAP_CRYSTAL_SERVER_2016_SP02_LINUX__64B__/DATA_UNITS/CRServer_lnx/dunit/product.crystalserver2011-4.0-core-32/actions

Then

Install the following library

yum install libstdc++.i686
Former Member
0 Kudos

/isKeycodeValid: error while loading shared libraries: libicui18n.so.30: cannot open shared object file: No such file or directory

This may be it... But how to resolve?