TDM Portal uses the OrientDB for some operations. OrientDB is installed/configured during the TDM Portal installation.
Should the OrientDB root user's password be forgotten, or otherwise required to be reset, these are the instructions on how to accomplish this within OrientDB and the necessary configuration changes for TDM Portal.
The TDMDataReservation.log might show:
[ERROR] [Catalina-utility-4 ] --- [U:][M:][P:] c.c.t.d.DataReservationJobLoader: Exception caught while loading Data Reservation Job
com.orientechnologies.orient.core.exception.OSecurityAccessException: Wrong user/password to [connect] to the remote OrientDB Server instance
TDM Portal (All releases)
OrientDB console v.2.2.33 (build 77584cd6827f647cf4aa231cf27bd6f10bc04e2c, branch 2.2.x) https://www.orientdb.com
Type 'help' to display all the supported commands.
Installing extensions for GREMLIN language v.2.6.0
orientdb> connect localhost root password
Connecting to remote Server instance [localhost] with user 'root'...OK
orientdb {server=remote:localhost/}> list databases
Found 1 databases:
* ReservationDB (plocal)
Encrypted password:{cry}nGG5TNki5fYGyTgHSctDnIg7UcctXw9Coebal43J8+5y
Instructions were partially taken from OrientDB documentation and modified to TDM's needs accordingly.
Use the Encryption Utility to Encrypt Passwords (broadcom.com) command.