Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

How will u send mail after completion of backup?

2219


Do you have done System copy? What are the steps?

1770


What is an “ok” code is and what is the difference between “t-code” and “ok” code?

1430


How many types of work processes?

1186


Error in the phase import_proper while applying support packages?

1801


What is process for applying patches?

1187


In what ways you would know whether a system is unicode or non-unicode?

1048


Is there a difference between user ddic and sap_all/sap_new?

1665


Explain the developer trace?

1043


How do you check the users logs in your system and how many sessions each user is generating?

1111


Hi All I am Vamshi I Provide Training on ECC Security, Bi Security, HR Security, GRC Access Control Suit(RAR SPM CUP ERM), SRM Security and CRM Security. Duration: 30 days Fees: Rs 7000/- Vamshi Krishna +91-7569362152 email: s.sap30@gmail.com

2337


in oracle script @? "?" question mark means what it indicate?

2423


what are the main issues you faced in the implementation project?

2115


What is a background processing batch scheduler?

1253


What is the need of having Development system?

1835