As attached.
Previous screen was initialize new passwords for Sap* and DDIC.
Couldn't log on into sap* and DDIC via SAP GUI as noted that inserted password was wrong.
How could I reset password for sap* n DDIC without affected the installation??
Below step is the only solution? please assists me in stated problem.
unlocking user ddic:
sqlplus "/as sysdba"
sql> update sapsol.usr02 set uflag=0 where bname='ddic' and mandt=000;
sql> commit;
resetting password for sap*
sqlplus "/as sysdba"
sql> update sapsol.usr02 set bname='SAP1' where bname='SAP' and MANDT=000;
sql> commit;
Thanks Cheetan
THanks
BR,
Terry