cancel
Showing results for 
Search instead for 
Did you mean: 

License upgrade program for demo NSP version

Former Member
0 Kudos

My NSP 2004 preview has expired and I requested a new license from the website. I got the email with a new license. But when I tried to update the license, I got the following error. What is wrong? Urgent, please help.

C:\usr\sap\NSP\DVEBMGS00\exe>saplicense -install HFKOTJYWCWA9DPVZPZ7N8YB1

      • SAPLICENSE (Release 700) ERROR ***

ERROR: Can not set DbSl trace function

DETAILS: DbSlControl(DBSL_CMD_IMP_FUNS_SET) failed with return code 20

RC-INFO: error loading dynamic db-library - check environment for:

dbms_type = <db-type> (e.g. ora)

DIR_LIBRARY = <path to db-dll> (e.g. /usr/sap/SID/SYS/exe/run)

C:\usr\sap\NSP\DVEBMGS00\exe>

Accepted Solutions (1)

Accepted Solutions (1)

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

Try using the SLICENSE transaction code. It should work.

If you can not get onto the system, set your system date back to a date when the license was valid. Start the engine, log on, go to transactoin SLICENSE, apply the new license, log off, change system date back to current date, and re-start engine.

Regards,

Rich Heilman

elko_hasse
Participant
0 Kudos

I did as you explained, but I get the error "invalid license key".

What can I do ?

Elko

Former Member
0 Kudos

Hi,

Try to execute with commandprompt.

go to c:\usr\sap\NSP\sys\exe\NUC\NTI386 saplicense -install

May be it helps

Regards

Subhash

elko_hasse
Participant
0 Kudos

Thats what I tried. But I get the error

      • SAPLICENSE (Release 700) ERROR ***

ERROR: Can not set DbSl trace function

DETAILS: DbSlControl(DBSL_CMD_IMP_FUNS_SET) failed with return code 20

RC-INFO: error loading dynamic db-library - check environment for:

dbms_type = <db-type> (e.g. ora)

DIR_LIBRARY = <path to db-dll> (e.g. /usr/sap/SID/SYS/exe/run)

I also learn that I have to set environment variables using dbenv.cmd.

But I cannot find the file dbenv.cmd on my system.

What can I do ?

Elko

Former Member
0 Kudos

Hello All and mr Heilman,

situation during license refresh: installed system_nr = 311147814 with HWID key let say Q12....956

NB This has been checked used SLICENSE and saplicense -get

Problem is that SAP delivered new license key for NSP is <defining> a wrong system_nr! [in this case 311263843!

As SLICENSE loads new key, it errors while finding a not relevant system_nr...

How can this please be resolved?

I cannot set back time continuously.

kind regards,

robert t. bosch

jeroen_verbrugge2
Active Participant
0 Kudos

Hello,

If you get a new license for another system number than for what the temporary license is installed:

In transaction SLICENSE:

1. Delete temporary license

2. Switch to new licenses

3. Delete permanent license that is expired which comes with the standard installation

4. Choose button install and load file NSP.txt

The new license will be installed correctly.

Kind regards,

Jeroen

Answers (2)

Answers (2)

Former Member
0 Kudos

Go to DB

..\sapdb\NSP\db\doc\FirstSteps\index.html

Peter_Inotai
Active Contributor
0 Kudos

You can use SLICENSE in ABAP, however for me it started to hang.

Or use command prompt in the name of nspadm and type saplicense -install WITHOUT the install key. You have to enter the license key in the coming dialog.

I found my notes for WA1, but it's the same for NSP.

C:MiniWAS>saplicense -show
LICENSE system: MBS hardware key: TEMPLICENSE expiration_date: 20020809
        installation no: INITIAL    key: O98ZY6MRKRCJRUXOQOLTLW58
        userlimit: 0 productid: R3_ADA
        system-nr: INITIAL_SYSTEM_IDX
        *** license expired ***
LICENSE system: WA1 hardware key: TEMPLICENSE expiration_date: 20030814
        installation no: INITIAL    key: HOZTCS3MGTGACLWOQCI249KU
        userlimit: 0 productid: R3_ADA
        system-nr: INITIAL_SYSTEM_IDX
        *** license useable ***

C:MiniWAS>saplicense -get
saplicense: HARDWARE KEY = F1500206791


C:MiniWAS>saplicense -install
Specify your SAP System ID:
SAP SYSTEM ID = WA1
Specify your unique System idenfification:
If you have no systemnumber specified just press enter.
SYSTEM-NR =
Set unique System-ID to INITIAL_SYSTEM_IDX

Specify your hardware key:
HARDWARE KEY = F1500206791
Specify your installation number:
INSTALLATION NO = DEMOSYSTEM
Specify your expiration date:
EXPIRATION_DATE [YYYYMMDD] = 20031030
Specify your license key:
LICENSE_KEY   1...5....0....5....0...4
LICENSE_KEY = CYEKCGJDFDBIALSLOM7AYBMT
saplicense: License successfully installed

Peter