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 |
To check if oracle processes are running?
an user schedules a background job.If you monitor in sm37 that job is shown as being run by a different user.how do you find out the actual user who is responsible for it?
Advantage of central instance on application server
how to know whether a user in sap system is DIALOG or SERVICE user?
How to install multiple Central Instances on the same physical machine?
How to handle the situation where-in SAP isn't available?
Archive Strcuk
What is the deference between JSPM and SDM??
Background jobs scheduling possible for operating system level in SAP Basis. discribe the details
You want to transport users between different clients. How would you do that?
After Installation of the SAP software, its giving posting period 2004. I am not able to make it to 2009 financial year.. how we make it.. what are the activities we have to do ?
How to take a sap backup using BRTOOLS explain the procedure? When using BRTOOLS, which backup device, you are used (Drive/tape)?