Hello All,
I'm facing a wired issue while changing the SAPSR3 schema password, other than default password "SAP".
tried changing with sql query and brtools as well, still not worked.
then I have deleted the OPS$* users and user tables(SAPUSER) and recreated the updated the table with the schema user id and password.
R3trans -x out put is 0000 and R3trans -d is 0012.
granted the access as well, since the R3trans -x is 0000 I know that is some where permission issue.
when I Change the password it is saying invalid userid/password. and when I set back password of schema user to "SAP" it is working fine, R3trans -d is 0000
did some one face this issue anytime, please help me resolving it.
trans.log :
4 ETW000 [ dev trc,00000] Logon as OPS$-user to get SAPSR3's password 42 0.046935
4 ETW000 [ dev trc,00000] Connecting as /@GCI on connection 0 (nls 0) ... (dbsl 721 140314, UNICODE[2])
4 ETW000 54 0.046989
4 ETW000 [ dev trc,00000] OCIHandleAlloc(OCI_HTYPE_SVCCTX, con=0, svchp=022faa28) 98 0.047087
4 ETW000 [ dev trc,00000] Allocating server context handle 29 0.047116
4 ETW000 [ dev trc,00000] Attaching to database server GCI (con=0, svchp=022faa28, srvhp=022fdfd0)
4 ETW000 190 0.047306
4 ETW000 [ dev trc,00000] Assigning server context 022fdfd0 to service context 022faa28 77171 0.124477
4 ETW000 [ dev trc,00000] OCIHandleAlloc(OCI_HTYPE_SESSION, con=0, usrhp=0236c310) 92 0.124569
4 ETW000 [ dev trc,00000] Starting user session: OCISessionBegin(con=0, usr='/', svc=022faa28, srv=022fdfd0, usr=0236c310)
4 ETW000 47 0.124616
4 ETW000 [ dev trc,00000] OCISessionBegin(OCI_DEFAULT) failed with -1=OCI_ERROR 6116 0.130732
4 ETW000 [ dev trc,00000] OCISessionBegin(OCI_DEFAULT) failed with SQL error 1017: 147 0.130879
4 ETW000 [ dev trc,00000] ORA-01017: invalid username/password; logon denied
4 ETW000 71 0.130950
4 ETW000 [ dev trc,00000] server_detach(con=0,stale=1,srvhp=022fdfd0) 35 0.130985
4 ETW000 [ dev trc,00000] Server handle (con=0,svchp=022faa28,srvhp=022fdfd0) detached 847 0.131832
4 ETW000 [ dev trc,00000] Free server handle srvhp=022fdfd0 of con=0 52 0.131884
4 ETW000 [dbsloci.c ,00000] *** ERROR => CONNECT failed with SQL error '1017' 136 0.132020
4 ETW000 [ dev trc,00000] -->oci_get_errmsg (con=0, rc=1017) 56 0.132076
4 ETW000 [ dev trc,00000] OCIErrorGet() -> SQL error code: 1017 125 0.132201
4 ETW000 [ dev trc,00000] ORA-01017: invalid username/password; logon denied
4 ETW000 41 0.132242
4 ETW000 [ dev trc,00000] ocica() -> SQL error code 1017,1017 31 0.132273
4 ETW000 [ dev trc,00000] Info: 99=DBSL_ERR_DB, oerr=1017, try to connect with default password.
4 ETW000 54 0.132327
4 ETW000 [ dev trc,00000] Connecting as SAPSR3/<pwd>@GCI on connection 0 (nls 0) ... (dbsl 721 140314, UNICODE[2])
4 ETW000 48 0.132375
4 ETW000 [ dev trc,00000] Allocating server context handle 31 0.132406
4 ETW000 [ dev trc,00000] Attaching to database server GCI (con=0, svchp=022faa28, srvhp=022fdfd0)