cancel
Showing results for 
Search instead for 
Did you mean: 

SAP NetWeaver AS ABAP 7.02 SP6 64-bit Trial - problem with license

Former Member
0 Kudos

Hi there, I'm new on this forum.

I have an unusual problem with my Netweaver installation. Namely, I came through the step by step installation proces and everything is fine.

But there's a problem, because I want to create a program in ABAP Editor and I can't, because I don't have license key.

OKAY, I found on the internet, that I need to register on sdn and request a free license KEY. OK, i received an email with NSP.txt and it doesn't work with my SAP NW.

I already deleted OLD LICENSE KEY and when I want to install a new license there's an error like this:

 This system's installation number is "SAP-INTERN", but there is a license key for installation number "DEMOSYSTEM" in the license key file.

When I changed system number and installation number there's error like this one:

 
rc of SsfLibVerify: 5 = SSF_API_SIGNER_ERRORS = there are signer errors.
uResult = 27 = SSF_API_SIGNER_NOT_OK/SSF_API_RECIPIENT_NOT_OK = Signature not valid / operation not okay for recipient.

MY NSP.TXT (without changes):


----- Begin SAP License -----
SAPSYSTEM=NSP
HARDWARE-KEY=B1569247252
INSTNO=DEMOSYSTEM
BEGIN=20111120
EXPIRATION=20120219
LKEY=MIIBOgYJKoZIhvcNAQcCoIIBKzCCAScCAQExCzAJBgUrDgMCGgUAMAsGCSqGSIb3DQEHATGCAQYwggECAgEBMFgwUjELMAkGA1UEBhMCREUxHDAaBgNVBAoTE215U0FQLmNvbSBXb3JrcGxhY2UxJTAjBgNVBAMTHG15U0FQLmNvbSBXb3JrcGxhY2UgQ0EgKGRzYSkCAgGhMAkGBSsOAwIaBQCgXTAYBgkqhkiG9w0BCQMxCwYJKoZIhvcNAQcBMBwGCSqGSIb3DQEJBTEPFw0xMTExMjExNTA4MTZaMCMGCSqGSIb3DQEJBDEWBBS++bxAPAnG/R1yVO/Xeon4XLYyxjAJBgcqhkjOOAQDBC4wLAIUbwHX0VAnrzsGpV7+lOKGmdpBv3ACFD4LezKyMfXvVWZUoCtcpEBazXFn
SWPRODUCTNAME=NetWeaver_ADA
SWPRODUCTLIMIT=2147483647
SYSTEM-NR=000000000311659084

I don't have any idea, what i need to do. I want to practice with ABAP and I can't because of this. Please help.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

HI, finally I solved the problem I'll check out if there is any problem and I'll paste the solution

Edited by: mzieba90 on Nov 22, 2011 12:15 AM

Former Member
0 Kudos

you need to actually delete the licenses (left click -> delete)

if you copy the system number, you need to make sure that the length of the string in the file is the same

Answers (2)

Answers (2)

Former Member
0 Kudos

There's a lot of questions on the internet for license installation, I think this is quite good solution for a newbies(like me ) in SAP NW.

SOLUTION:

1.goto T-code "slicense"

2.delete license in old licenses (light record with licenses, right click and choose delete)

3.delete license in new licenses (light record with licenses, right click and choose delete)

4.request key on: https://websmp230.sap-ag.de/sap%28bD1wbCZjPTAwMQ==%29/bc/bsp/spn/minisap/minisap.htm

(choose the right option NSP/NPL)

5.in SAP / slicense / new licenses TAB click install license and choose the file you received in email from sap.

6.Goto abap editor (t-code SE38) and create a any project. Follow this:

SAP help:

If you create or modify SAP objects within the customer namespace (starting with Y or Z), you need to enter the developer key for this user: 29671482393151224771 (Remark: valid after you installed the licensekey. If your system type is "initial" enter: 07222097363139263004).

now You can train in Your abap editor

of course You can use this solution whenever You need to support this problem.

Edited by: mzieba90 on Nov 22, 2011 1:11 AM

Former Member
0 Kudos

Hi,

Did you really delete all the licenses in your system? If so:

Quick answer:

Change the system number in your original SAP license file to the system number in your system. Do not change the installation number, because you already deleted all the licenses in your system and therefore changed your installation number from initial to demo.

Explanation (attempt):

This is a known problem. For whatever reason, SAP creates the Trial version with the installation number u201ESAP-INTERNu201C.

After you install the system you need to put in a developer key. In the documentation (u2026.\DOC\html\index.htm) you will find two keys, one for u201CSAP-INTERNu201D and one for u201CDEMOSYSTEMu201D.

If you create or modify SAP objects within the customer namespace (starting with Y or Z), you need to enter the developer key for this user: 29671482393151224771 (Remark: valid after you installed the licensekey. If your system type is "initial" enter: 07222097363139263004).

As you already deleted your licenses and therefore changed your installation number to u201EDEMOSYSTEMu201C, all you have to do is: install the new license. The license you get from the SAP website is always for u201EDEMOSYSTEMu201C.

But there is another problem. Sometimes the system number in the SAP license file is not the same system number you have in your installation. All you have to do is: change the system number in the file with your own system number.

Edited by: hugendubel85 on Nov 21, 2011 11:03 PM