I locked all the users in one client and log-off from sap. Now, how can I connect to sap?
I never face the same situation but following may be a soluton:
If the system has been locked using TP.exe then open it with following steps .
1. login as
2. open a command prompt
3.run following command -> tp.exe unlocksys
else
You can connect using sap* user.
First Check that following parameter values shold be
1. login/no_automatic_user_sapstar should be 0.
2. Login/failed_user_auto_unlock should be 1.
You can check/add both parameters at OS level checking profiles files. Restart the system if you made any changes .
Then login into SAP System as
Execute following sql update command:
alter table sap
then you can login as
PS:
As far as I know both command will not harm system if execuated in a proper way.
No comments:
Post a Comment