on 2016 Feb 07 4:03 PM
Hi all,
Sorry if this has been answered before but I looked and couldn't find an answer so posting the question:
I had only created one user which has been locked due to too many failed attempts.
I am also unable to login using the default user id and password i.e sap* and ddic
I am aware I need to set the the parameter at following settings at login/no_automatic_user_sapstar = 0
I cannot do it at the sap level as I cannot login at all.
How do I change these at OS level?
Go to : \usr\sap\<sid>\SYS\profile
Where do I go from here?
Appreciate your help.
Thanks
Request clarification before answering.
Hi,
There is other option through which you can unlock the user and also change the password:-
1. To unlock the user
goto SQL prompt, login using ora<SID>
$sqlplus "/ as sysdba"
SQL> update sapsr3.usr02 set uflag=0 where bname='username' and mandt='000';
2. To change the password to 19920706-
SQL> update sapsr3.usr02 set bcode='61D26428640DBAB5' where bname='DDIC' and mandt='000';
you are done and you can login now..
Krishna
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Shahan,
in this case it is enough to enter the login/no_automatic_user_sapstar = 0 profile parameter into one of the application server profiles, then log on to this application server.
Don't forget to restart the entire system before you try to use this parameter.
Also: perhaps this Discussion should be moved to e.g. http://scn.sap.com/community/netweaver-as, as this Space is not exactly meant for specific questions like this...
Best regards,
Laszlo
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Shahan,
it seems this Discussion is still in the Software Support Space, and only a reference has been shown in the NetWeaver AS Space...
Anyway, to answer your question:
Best regards,
Laszlo
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.