How to handle SAP ASE database user's password
When an ASE database user’s password changes, update the password in Delphix using the following options:
-
SAP ASE Information - If the SAP ASE instances are discovered automatically, go to the Manage > Environment screen and update the SAP ASE database user's password under the SAP ASE Information.
-
Command line interface (CLI) - If the SAP ASE instances were discovered manually, each SAP database user's password in the repository must be updated through the CLI using these commands:
Copytest18.dcol2> /repository
test18.dcol2 repository> select TESTRH83
test18.dcol2 repository 'TESTRH83'> update
test18.dcol2 repository 'TESTRH83' update *> set credentials.password=sybase
test18.dcol2 repository 'TESTRH83' update *> commitOnce the database user's password is updated via CLI, user can run enable, disable, SnapSync, and ValidatedSync operations without any authorization error.
-
dSource Configuration - Go to the dSource’s Configuration > Source tab, update SAP database user's password. If the SAP ASE database user's password is not updated, the ValidatedSync operation fails.
Even if the same ASE user is configured in all three locations, the password must still be updated separately in each location, as Delphix treats them as distinct references.