Database properties

These properties apply to the TADDM database.

com.collation.db.password=password
This property specifies the database password, which is stored on the TADDM server, for the database user.
com.collation.db.archive.password=password
This property specifies the database password, which is stored on the TADDM server, for the database archive user.
com.ibm.cdb.db.max.retries
This property specifies the number of retry attempts to establish the connection to the database.
com.ibm.cdb.db.timeout
This property specifies the sleep time (in milliseconds) between the retry attempts.
com.ibm.cdb.db.connection.ssl.enable=false
This property specifies whether the connection to the database is established in the SSL mode for the database user.
The default value is false.
com.ibm.cdb.db.connection.ssl.truststore.file=filename
This property specifies a truststore file that is used for the SSL connection to the database for the database user. The truststore file must be in the $COLLATION_HOME/etc/ directory.
com.ibm.cdb.db.connection.ssl.truststore.password=password
This property specifies a truststore password that is used for the SSL connection to the database for the database user.
com.ibm.cdb.db.archive.connection.ssl.enable=false
This property specifies whether the connection to the database is established in the SSL mode for the archive database user.
The default value is false.
com.ibm.cdb.db.archive.connection.ssl.truststore.file=filename
This property specifies a truststore file that is used for the SSL connection to the database for the archive database user. The truststore file must be in the $COLLATION_HOME/etc/ directory.
com.ibm.cdb.db.archive.connection.ssl.truststore.password=password
This property specifies a truststore password that is used for the SSL connection to the database for the archive database user.
To encrypt the database passwords in the collation.properties file, complete the following steps:
  1. Edit the database user, or archive the user password using clear text, or both.
  2. Stop the TADDM server.
  3. Run either the encryptprops.sh file or the encryptprops.bat file (located in the $COLLATION_HOME/bin directory). This script encrypts the passwords.
  4. Restart the TADDM server.