cancel
Showing results for 
Search instead for 
Did you mean: 

sap* password

rodrigo_susaki
Employee
Employee
0 Kudos

Dear all,

I'm making a backup/restore process for SAP SCM 5.1 using MaxDB, and need to reset the SAP* password.

Do you know how exactly is the query to reset SAP* user?

Regards,

Rodrigo Susaki

Accepted Solutions (1)

Accepted Solutions (1)

markus_doehr2
Active Contributor
0 Kudos

If you have you xuser data maintained already you can do am

sqlcli -U DEFAULT

sql> delete from usr02 where bname = 'SAP*' and mandt = <yourclientnumber>

Set the profile parameter

login/no_automatic_user_sapstar = 0

restart the instance and login using

SAP* and password "pass".

Markus

rodrigo_susaki
Employee
Employee
0 Kudos

Thanks!

It work perfectly!

Best regards,

Answers (0)