Changing the repository owner password

If you need to change the password in the database used by the repository owner account (also referred to as the database owner account, and listed as database_owner in the server.ini file), use the following procedure:

  1. Shutdown the repository.

  2. Change the repository owner account password in the database.

  3. Edit the dbpasswd.txt file to contain one line with the new password in plain text.

  4. Encrypt the dbpasswd.txt file. From the $DM_HOME/bin directory, use the command:

    dm_encrypt_password -docbase <docbase_name> -rdbms -encrypt <database_password> 

  5. Start the repository.