cancel
Showing results for 
Search instead for 
Did you mean: 

License has expired

Former Member
0 Kudos

Hi guys,

I have a problem. I had my license expired and I could not login on the system anymore. I got a new license and I already have it on my email (nsp.txt).

I started to read on the internet how to apply the new license, but I got a new problem: I just locked SAP* user because I tried too much times wrong passwords. Is there another way to login and change my old license?

Using BCUSER or DDIC I'm getting "Logon Not Possible (Error in License Check)"

Thank you since now

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi ,

  Please perform the following.

Step1 :

login as orasid and sqlplus "/as sysdba"

delete from <SAP SCHEMA>.usr02 where bname = 'SAP*' and mandt = '<client-number>';

example

delete from sapsr3.usr02 where bname ='SAP*' and mandt ='000';

Step 2 : stop the SAP & DB

Step 3 :  set the parameter login/no_automatic_user_sapstar = 0 in the default profile avalable in /sapmnt/<SID>/profile

Step 4 : start the DB & den SAP

Step 5 : login to the system using SAP* and password as pass  ( all in lower case)

Step 6 :  You will have first 30 minutes within which you need to apply your license using Tcode SLICENSE

Step 6 :  Stop the SAP& DB

Step 7 : remove the parameter that was set in the default profile.

Step 8 . Start the DB & SAP

Hope it helps.


Please check and provide your feedback.

Thanks and Regards,

Vimal

Former Member
0 Kudos

also make sure the parameter login/no_automatic_user_sapstar is set to 0.

isaias_freitas
Advisor
Advisor
0 Kudos

Hello!

Vimal's steps are correct, except for one detail. At step 5, the password is "PASS" (all in uppercase).

Regards,

Isaías

Answers (1)

Answers (1)

Former Member
0 Kudos

I'm so sorry for delay to give a feedback. I'd like to thank you guys.