Hi
There is something quite crazy here...
The log you provide is the one of an instance running on Oracle... not On MSSQL
Your instance is not starting because the SAPSR3 account is locked at DB level.
Try to unlock the SAPSR3 account: ALTER USER SAPSR3 ACCOUNT UNLOCK;
If still not working you might need to update the SAPSR3 password
Echo c| brconnect -u / -c -f chpass -o SAPSR3 -p password
50088 - Creating OPS$ users on Windows NT/Oracle
C Closing user session (con_hdl=0,svchp=00000000118025D8,usrhp=00000000117F2708)
C Now I'm disconnected from ORACLE
C *** ERROR => CONNECT failed with sql error '28000'
[dbsloci.c 11044]
B ***LOG BY2=> sql error 28000 performing CON [dbsh#2 @ 1204] [dbsh 1204 ]
B ***LOG BY0=> ORA-28000: the account is locked [dbsh#2 @ 1204] [dbsh 1204 ]
B ***LOG BY2=> sql error 28000 performing CON [dblink#5 @ 431] [dblink 0431 ]
B ***LOG BY0=> ORA-28000: the account is locked [dblink#5 @ 431] [dblink 0431 ]
Regards