I've regenerated the aek.key, re-encrypted the dbpasswd.txt and started the docbase back up. All looks fine in the docbase log, however none of the users are able to login using IAPI/IDQL. I recieve the following error when trying to login to IDQL using the install owner:
Could not connect
[DM_SESSION_E_CLIENT_AUTHENTICATION_FAILURE]error: "Failed to authenticate client. Please check server log for more detail."
I've followed the steps in KB0720457 (
https://support.opentext.com/csm?id=kb_article_view&sysparm_article=KB0720457
) which involve:
- Stop Docbase, rename aek.key file
- Run SQL commands to clear out crypto key
- Run dm_crypto_create to generate new aek.key (using default password AES_256_CBC algorithm)
- Run dm_encrypt_password to re-encrpt the database password within dbpasswd.txt
Any ideas?