cancel
Showing results for 
Search instead for 
Did you mean: 

The license key library has not been initialized yet.

aris_hidalgo
Contributor
0 Kudos

Hello Experts,

I just recently installed the SAP ABAP Preview Edition and after getting my license key I tried installing it via transaction SLICENSE. Now, I clicked on new licenses button then from there I clicked on 'INSTALL'. Then it prompted me to load the text file containing the license key. But when I clicked ok the error 'The license key library has not been initialized yet.' appeared. Whats the solution for this? hope you could help me out here guys. Thank you and take care!

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

What release is your system. If it's based on SAP Web AS 6.20 or above you have to use SAPCRYPTOLIB. Download it, place the dll (or on Linux *.so file) in the kernel directory and change the profile parameters to the file. After a restart everything should work fine.

Regards,

Daniel

klaus_keller
Contributor
0 Kudos

Hello,

Could you check the following parameters in your profile file (default in c:\SAP\NSP\SYS\profile\NSP_DVEBMSGS00_<HOSTNAME>):

[code]

ssf/ssfapi_lib = $(DIR_CT_RUN)\sapsecu.dll

sec/libsapsecu = $(DIR_CT_RUN)\sapsecu.dll

check whether '\' exists here ^

[/code]

If the backslashes are missing, add them, restart the ABAP application server and try to install the license file again.

Kind regards,

Klaus

aris_hidalgo
Contributor
0 Kudos

Hi Klaus,

I tried adding the slashes bt the problem still remains.