Description
Hi guys, over the past few weeks I was trying to do installs in a more secure way with different passwords for different users (rather than the same for everything) and I've found a few problems :). Some may be bugs in swpm and I am still investigating that. Presumably it will be best to create separate issues and pull requests for each? So this is the first one.
SAP SWPM Post Install - Enforce Connection Info in SAP HANA Client hdbuserstore is inserting incorrect password for the SAPHANADB user. This completely kills the system as the hdbuserstore is changed after SAP started (so it's not obvious), but when it's restarted or new connections are made the SAPHANADB user gets locked and the ABAP instances obviously die/hang.
I don't understand why is this step required? hdbuserstore is correctly populated by SWPM and everything works. How does it relate to host agent?
Anyway, sap_swpm_db_schema_abap_password
(SAPHANADB schema password) should be used instead of sap_swpm_db_system_password
(user SYSTEM password).