spring.datasource.url in application.properties is changed during upgrade of TDM Portal 4.10.215
search cancel

spring.datasource.url in application.properties is changed during upgrade of TDM Portal 4.10.215

book

Article ID: 272837

calendar_today

Updated On:

Products

CA Test Data Manager (Data Finder / Grid Tools)

Issue/Introduction

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.

Environment

Release : 4.10

Cause

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.

Resolution

This has been corrected this in TDMWeb-4.10.217.0 or greater.

The patch can be downloaded from  the TDM Patches page.