how to repair the sap* default password,r3 sys log file
accur error..
Answer Posted / 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 |
Post New Answer View All Answers
What are the different types of rfc and explain what transactional rfc is?
what is role of sap administrator in pi & ep?
What is the difference between Party & Service without party in XI (ID)?
What is the purpose of webdisptcher and Installing and configuring Web Dispatcher what are the prerequisites?
Explain what is the importance of table t000?
Explain the system trace?
What is the role of “ application server” ?
Hi Shridher, Would you please send me an SAP CRM question and Answer to siri.testing@gmail.com Thanks, siri
what is your project architecture?
What is the purpose of table tdevc?
What is JVM switch. Why JVM switch is required ?
Which transport directory is used to implement support package and add-ons?
When should we use Transactional RFC?
How many types of work processes are there in sap ?
While doing implementation do you get any issues?