Follow thse steps to change the Repository owner password in Documentum Content Server
- Stop the Repository
- Go to $DM_HOME/dba/config/<repository name>/
- Create a copy of the file with name dbpasswd.txt
- In the DB change the password of Repository Owner
- Edit the dbpasswd.txt( The file backed up in Step 3) and replace the new password as plain text
- Save dbpasswd.txt
- Go to $DM_HOME/bin run the following
- dm_encrypt_password -docbase <docbase name> -rdbms -encrypt <database password>
- Restart the Repository