Download Latest Available Version of Tomcat apache-tomcat-9.0.43.tar.gz copy in /sap/upgrades/ extract : tar zxvf apache-tomcat-9.0.43.tar.gz Stop Data Services Take Backup of /usr/sap/IPS folder in /sap/upgrades or only Tomcat folder under /use/sap/IPS/sap_bobj/ go back to /sap/upgrades/ mv apache-tomcat-9.0.43 tomcat cp -rp * /usr/sap/IPS/sap_bobj/tomcat/ Start Data Services
Lock user (unlock) lock - is a record in the field uflag, "0" - the user is not locked, To Unlock - need to switch field uflag to "0": Locked SQL> select uflag from sapsr3.usr02 where mandt='000' and bname='SAP*'; UFLAG ---------- 128 Not locked: SQL> select uflag from sapsr3.usr02 where mandt='431' and bname='USERNAME'; UFLAG ---------- 0 Unlocking: SQL> update sapsr3.usr02 set uflag='0' where mandt='000' and bname='DDIC'; 1 row updated. SQL> commit work; UNLOCK your self update sapr3.usr02 set uflag='0' where mandt='830' and bname='USER'; commit work; RESET PASSWORD PROCESS: SQL> select bcode, passcode from sapsr3.usr02 where mandt='000' and bname= 'DDIC'; BCODE PASSCODE ---------------- ---------------------------------------- EF82F150AB6136BF 6BBFC576