JDBC Connector Post-Upgrade Tasks
After the 32-bit or 64-bit Secure Agent earlier than version 30.0 upgrades to 33.0, perform the following tasks if you use a JDBC connection:
Update the JDBC Jar Directory Path
If the Secure Agent earlier than version 30.0 contains the JDBC driver jars in the Secure Agent installation directory, the existing JDBC connection fails after the upgrade. Manually update the JDBC connection with the valid JDBC Jar Directory path.
Import the SSL Server Certificate
When the Secure Agent earlier than version 30.0 upgrades, perform the following tasks to ensure that the secure connection is successful after the upgrade:
- •If the SSL certificates are available in the Secure Agent installation directory in the previous version, the secure connection fails.
After the upgrade, update the JDBC property in the JDBC URL to point to the valid truststore location.
- •If the SSL certificate was imported to the following default truststore location in the previous version: <Secure Agent installation directory>/jre/lib/security/cacerts, the secure connection fails.
To manually import the SSL certificate after the upgrade, run the following command: keytool -import -trustcacerts -keystore <agent_home>/jre/lib/security/cacerts -storepass <keystore_password> -noprompt -alias <alias_name> -file <certificate>