SAP Start Activation

download SAP Start Activation

If you can't read please download the document

description

SAP start activation

Transcript of SAP Start Activation

10.248.4.25 ec6adm password keane20!! For sap* activation 1.shutdown the sap 2.login to oracle 3.delete the entry sap* in the table sapsr3.usr02 delete from sapsr3.usr02 where bname='SAP*' and mandt='666'; 4.select bname from SAPSR3.usr02 where bname='sap*' and mandt='155'; 5.commit; Change this in the SAP Profile 6.usr/sap/ec6/sys/profile/EC6_DVEBMGS00_SAP-ECC login/no_automatic_user_sapstar = 0 7.start sap 8.sapgui login as sap* and password is pass 9.resettthe basis password to ec6$coe123 10.unlock the user 11.shutdown the sap 12.usr/sap/ec6/sys/profile/EC6_DVEBMGS00_SAP-ECC login/no_automatic_user_sapstar = 1 13.start the sap To unlock the Basis id: *********************** update SAPSR3.usr02 set UFLAG=0 where BNAME='BASIS1' and MANDT='178'; update SAPSR3.usr02 set UFLAG=0 where BNAME='BASIS1' and MANDT='178'; To view the UFLAG ****************** select BNAME,MANDT,UFLAG from sapsr3.USR02 where MANDT='178';

ALTER USER username ACCOUNT UNLOCK; ALTER USER myuser IDENTIFIED BY new_password;

To unlock the SAP* user ************************* update SAPSR3.usr02 set UFLAG=0 where BNAME='SAP*' and MANDT='000'; 128 means locked state

SQL> select bname,uflag,mandt from SAPSR3.usr02 where bname='SAP*'; BNAME UFLAG MANDT ------------------------------------ ---------- --------SAP* 0 000 SAP* 0 001 SAP* 0 066 SQL> select bname,uflag,mandt from SAPSR3.usr02 where bname='SAP*'; BNAME UFLAG MANDT ------------------------------------ ---------- --------SAP* 128 000 SAP* 0 001 SAP* 0 066