Unable to login into client "000" with SAP*

Forum where general Basis related topics are discussed.

Moderators: BASIS24x7, Rashed

Post Reply
vasumaheswar
Posts: 1

Unable to login into client "000" with SAP*

Post by vasumaheswar »

Hello friends,

I have forgotten my password and tried to login into my user through client "000", but after a few attempts, SAP system started saying your username is locked and to please contact the administrator. After seeing this message, I tried to login into SAP* with common passowrd "basis" into client "000". Nothing is working out to login in to client "000". Help me the procedure to login into client "000" and active my username or create my own user in "000" again.

Thanks.
Shakeel
Posts: 1

Re: Unable to login into client "000" with SAP*

Post by Shakeel »

hi vasumaheswar,you did not mention that which database if it is oracle go for the below steps

if ur unable to login through sap* in 000 client...
u just login through any other user into that client if any exists and just reset the password of sap*,
or else you just connect to sql through command prompt by running the following queries u problem can b solved

c:>sqlplus "/as sysdba" after connecting into the sql

run this query

sql>delete from <schema>.USR02 where BNAME='sap*' and MANDT='000' ;

after deleletion say
sql>commit;

then go and login in 000 with sap* and password as 'pass'
Post Reply