if someone lock standard user such as sap* and ddic in
client 800? and client 000 is working fine so how can i log
in client 800?
is there any other standard user with standard password?
Answers were Sorted based on User's Feedback
Answer / kondal reddy
here u have to delete sap* from database level.(usr02
table)
and log in to 800 client with sap* and password pass.
Is This Answer Correct ? | 15 Yes | 1 No |
Answer / kondal reddy
HELLO FRIEND IN DATABASE LEVEL I MEAN
RUN SQLPLUS"/AS SYSDBA"
THEN IN SQL TYPE COMMAND(JUST TRY THIS)
delete sap* FROM SAPR3.USR02 where mandt=client(800)
bname=sap*
JUST TRY FOR THIS.
Is This Answer Correct ? | 12 Yes | 1 No |
Answer / kondal reddy
hello friend just b4 i send answer to u in that
sql statement is like this
SQL> delete sapsr3.usr02 where mandt='800'and
bname='SAP*';
THIS ONE IS CORRECT U CAN GO FOR THIS.
Is This Answer Correct ? | 8 Yes | 1 No |
Answer / narendranath gogineni
Kindly requesting u all Don't delete any standard users.
To Unlock the SAP* or DDIC from DB Level following:
from Command prompt: SQLPLUS/nologin
connect SYSDBA
and execute the following command
UPDATE SAPSR3.usr02 SET uflag=0 WHERE bname=USERNAME(sap*)
AND mandt=CLIENT(800)
Is This Answer Correct ? | 3 Yes | 2 No |
Answer / sandy
Pls check whether the Env. variables are set for the OS user
you have logged in..
Is This Answer Correct ? | 2 Yes | 1 No |
Answer / sanjay
check the profile parameter
login/no_automatic_user_sapstar= o or 1 if this is 1 make
the vaue 0
Restart instance
If this not works then try for
SQLPLUS "/AS SYSDBA"
SQL> delete sapsr3.usr02 where mandt='800'and bname='SAP*';
Is This Answer Correct ? | 2 Yes | 1 No |
Explain the method of making client copy, how can we do it when the SAP user is not there in the system?
Users are complaining that the SAP system shows a hour glass for a long time at the time of logon and they aren't able to log on to the system and users logged on are complaining of long delays going from t-code to t-code. How can you troubleshoot this problem if you can�t get to SM50 or SM66 or even logon? Why is this?
what are the pros and cons of auto extend of table spaces?
What should be the approach for writing a BDC program?
What are the regular activities u do in solution manager and how
Can SAP patches be installed when other users are online?
what's the advantage of st03g over st03n?
i'm new for security, pls help if assign the t-code to parent it wll effect to child role or not. can we assign to t-code directly to child role? it wll work or not?
1 Answers HCL, Pyrotech Odyssey,
How to do client copy?
What are the different types of transport requests in sap basis?
What is the use of account id in logon tab?
What is ERP?