how to repair the sap* default password,r3 sys log file
accur error..
Answers were Sorted based on User's Feedback
Answer / hari kiran vemula
For SAP* purpose, Need to set parameter as below:
login/no_automatic_user_sapstar = 1
This should be 0
--> To change DDIC password, Need to change the password
from OS level as below:
To unlock DDIC:
sqlplus /nolog
conn /as sysdba
update <schema_name>.usr02 set uflag='0' where
mandt='client_no' and bname='DDIC';
commit;
(Schema_name is usually SAPR3)
To change DDIC password:
Suppose you know the password of User - XYZ in this system
select bcode from <schema_name>.usr02 where
mandt='client_no' and bname='XYZ';
This will display the bcode - a long key. This is the
encrypted password of user XYZ
Copy this key.
update <schema_name>.usr02 set bcode='key' where
mandt='client_no' and bname='DDIC';
commit;
The password of DDIC is same as XYZ now.
Note: Then restart your server, and check it, Let us know
as same..
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / venkat
in sap set parameter in login/automatic_user_sapstar in
default in sap insallation
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / guest
by using t-code rz1o set parameter
login/_automatic_user_sapstar=0
Is This Answer Correct ? | 0 Yes | 1 No |
What is the difference between Central Instance & SID(system id)
Comparison between SAP with any other ERP package avialable in the market
what is garbage collector. is there any way to set the time to gc?
What is the difference between Set deletion flag and set deletion indicator?
How to identify a particular T_Code has been modified or not? If yes, how to identify who modified particular T_Code in current system?
How do you do the "SIZING OF AN APPLICATION SERVER" ?
What is a support package? What is its purpose?
EWA configuration?
1 Answers HCL, Wipro, Yash Technologies,
One dispatcher per application server. Is above statement correct or we can have more than one dispatcher per application server?
What is the importance of early watch client?
What is process for applying patches?
What is the procedure to delete a client?