cancel
Showing results for 
Search instead for 
Did you mean: 

Log into new Client with SAP*

Victorvk
Explorer
0 Kudos
204

Hello,

I am trying to copy a client 100 to 101. On client 100, I created the new client 101 using SCC4. Then using RZ10 (on client 100) I set the profile parameter login/no_automatic_user_sapstar to 0. I then tried to log on to client 101 with SAP* but received error "wrong login/password".

First Question, is the default Password "pass", "PASS" or "Pass"? I've seen all versions in this forum.

Second Question, how do I unlock the User SAP* after too many failed attempts since I cannot log into client 101.

Thanks

View Entire Topic
sudip_saha1
Explorer
0 Kudos

Hi Victor, 

Very simple 3 steps.

Step 1: Ask your DBA or if you are DBA then execute the SQL command

delete from USR02 where bname='SAP*' and mandt='101';

Step 2: Insert the login/no_automatic_user_sapstar = 0 in the instance profile. 

Step 3: Restart the application. DB restart not needed. 

Try password pass for sap* to login to the new client 101.

This will Solve your issue, please give kudos to my post if issue resolved.