cancel
Showing results for 
Search instead for 
Did you mean: 

user problem

Former Member
0 Kudos

Hello,

my sap license is expired and I want to renew it.So I logged on by SAP* and its password client 000.I logged on and want to SILENCE to extend the license.But an error has appeared that I can't modify sap license date using this SAP* user.I copied the user to new user and removed the user profile of SAP_ALL,then i tried to log on using the user SAP* and when I tried to use SU01 error no authorization .So how can i reset the SAP* to its default profile.

Regards,

Mohab

Accepted Solutions (0)

Answers (1)

Answers (1)

isaias_freitas
Advisor
Advisor
0 Kudos

Hello,

Log on to the database:

Execute the following SQL command:

delete from usr02 where mandt='<client>' and bname='SAP*';

You can now log on to the system again with user SAP* with password "PASS", if the automatic user SAP* was not deactivated via profile parameter:

      login/no_automatic_user_sapstar

      0: Automatic user SAP* is permitted

     1: Automatic user SAP* is deactivated

Regards,

Isaías