Not able to login using sap* and ddic also

Forum where general Basis related topics are discussed.

Moderators: BASIS24x7, Rashed

Post Reply
subrahmanyam4mvi
Posts: 3

Not able to login using sap* and ddic also

Post by subrahmanyam4mvi »

Hi Guys
In my laptop recently installed R3 4.7 .& created own user.
when i was trying to log in yesterday it says user locked.
Then i tried using SAP* and ddic giving the default password.
still says user locked. if my password is wrong it should say password incorrect right!
what may be the issue and how 2 solve it.

Thanks for your valuable suggestions.
subrahmanyam4mvi
Posts: 3

Re: Not able to login using sap* and ddic also

Post by subrahmanyam4mvi »

subrahmanyam4mvi wrote:Hi Guys
In my laptop recently installed R3 4.7 .& created own user.
when i was trying to log in yesterday it says user locked.
Then i tried using SAP* and ddic giving the default password.
still says user locked. if my password is wrong it should say password incorrect right!
what may be the issue and how 2 solve it.

Thanks for your valuable suggestions.
\
The issue is resolved by deleting the sap* client from data base.
the DBMS was oracle 9 ,using command mode given the following steps
in windows goto Run->cmd
1)c:> sqlplus /nolog ( press enter)
2)sql> connect /as sysdba
3)sql>delete from sap<sid>.usr02 where Bname ='sap*'and MANDT='123' ;
1 row deleted
4)sql> commit;

Then login with sap* and password as PASS it works..
Then unlock all other users
Post Reply