on 2024 Dec 06 10:39 AM
Hello,
My SAP server works on windows and using S4/Hana DB and I'm trying to reset user's password through command line.
I've found that it is possible by using R3trans command and prepared password_reset.txt file as below;
export
client=400
user=username
password=123456
and run this command;
R3trans -w password_reset.log password_reset.txt
but it gives me this output
4 ETW000 R3trans version 6.26 (release 777 - 19.06.24 - 15:07:06).
4 ETW000 unicode enabled version
4 ETW000 ===============================================
4 ETW000
4 ETW000 date&time : 06.12.2024 - 13:31:45
4 ETW000 control file: password_reset.txt
4 ETW000 > export
4 ETW000 > client=400
4 ETW000 > user=SONERCTEST
4 ETW000 > password=123456
4 ETW000 R3trans was called as follows: R3trans -w password_reset.log password_reset.txt
3WETW000 obsolete R3trans option ignored: USER=SONERCTEST (line 3).
4 ETW000
2EETW000 error when reading the R3trans controlfile
2EETW000 unknown option PASSWORD = yes at line 4, symbol "=".
2EETW000 error when reading the R3trans controlfile
2EETW000 syntax error at line 4, symbol "123456".
What am i doing wrong here?
Request clarification before answering.
Hi Sheshman,
In my opinion, R3trans does not support this functionality, I may be wrong.
And even if it is possible, when there are many other reliable and secure ways to achieve this, why go with R3trans? There are DB-specific tools, and SAP applications (frontend) to do what you want to do.
Regards,
Prithviraj
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
53 | |
6 | |
6 | |
5 | |
5 | |
5 | |
3 | |
3 | |
3 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.