on 2013 Jan 29 9:53 PM
Hi all,
After the installation of BW on HANA, for security reason, I would like to change the password of the schema. I remember in BW on Oracle, we could use BR Tool to change the password. Using BR Tools, the password was changed in the Oracle database and the configuration file on the OS. Does HANA goes through the same process and if so where is config file located, in which directory.
Thank you
Request clarification before answering.
Hello Sushil,
similar to MaxDB you have to provide the password in a secure store location. If the password of the SAP Schema User in HANA is changed, then you have to update the secure store location accordingly:
su - sidadm
hdbuserstore -u SAP<SID> set default <dbhost>:<dbport> <dbuser> <dbpassword>
The information is written into file /home/sidadm/.hdb/<hostname>/SSFS_HDB.DAT
Check the connection is working again via:
R3trans -d
Regards.
Mark
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Sushil,
yes, there is section 10.4 "Secure User Store" in the HANA Security Guide:
https://help.sap.com/hana/hana_sec_en.pdf
See page 53.
You can easily change the password of database user SAP<SID> via the HANA Studio.
Regards,
Mark
about:
su - sidadm
hdbuserstore -u SAP<SID> set default <dbhost>:<dbport> <dbuser> <dbpassword>
-u SAP<SID> gives problems in env with sudo
Error 91007: Impersonation not supported, use sudo on this platform.
it worked fine without -u
su - sidadm
hdbuserstore set default <dbhost>:<dbport> <dbuser> <dbpassword>
User | Count |
---|---|
52 | |
6 | |
6 | |
6 | |
5 | |
4 | |
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.