In application.properties file, the value of spring.datasource.url is changed during upgrade of TDM Portal 4.10.215
A string is added at the end of the value: ;trustServerCertificate=true
Before: spring.datasource.url=jdbc:oracle:thin:@//example.com:1521/DatabaseName
After: spring.datasource.url=jdbc:oracle:thin:@//example.com:1521/DatabaseName;trustServerCertificate=true
The communication with the Oracle database is not working after upgrade. The TDM Portal is not starting.
If I remove the added value, TDM Portal is starting fine.
Release : 4.10
The additional parameter was added because of a Microsoft SQL Server driver upgrade. However, due to a defect in the installation code, the parameter is also being added to the Oracle database connections.
This has been corrected this in TDMWeb-4.10.217.0 or greater.
The patch can be downloaded from the TDM Patches page.