Users attempting to configure or test an Oracle TCPS connection profile in the CA Test Data Manager (TDM) Portal may encounter the following errors:
.keystore file before attempting to load the .truststore. If the .keystore configuration is invalid (e.g., incorrect password or path), the connection fails before the truststore is even accessed.application.properties for tdmweb.keystorePassword must match the actual password of the keystore file. If it was autogenerated or changed during an upgrade, it may no longer match the default 'marmite' password.cacerts file, it is often more reliable to use the default TDM truststore location.Verify the following lines in your ${CATDMWEB_HOME}/conf/application.properties file:
tdmweb.keystorePath=C:/Program Files/CA/CA Test Data Manager Portal/conf/.keystore (Verify the path is correct for your installation).tdmweb.keystorePassword is correct. If you are not using custom signed certificates for the Portal itself, ensure it uses the default encrypted 'marmite' password.${CATDMWEB_HOME}/service/EncryptUtil.bat -p to generate encrypted password strings if needed.Instead of modifying application.properties to point to the JRE cacerts, import the Oracle server certificates directly into the TDM default truststore:
${CATDMWEB_HOME}/conf/.truststore.keytool to import the Oracle CA/Server certificates..truststore is the default 'changeit' (unless previously customized).When creating the Connection Profile in TDM Portal:
Restart the CA Test Data Manager Portal service to apply changes made to application.properties or the keystore/truststore files.
To verify or update the application.properties password, follow these concise steps:
application.properties with the plain text password and restart the TDM Portal service.EncryptionUtil -p command to generate a new encrypted string.