RDM 14.3.0 Upgrade Notes
MS SQL Server driver change
Applies only to MS SQL database users. We upgraded the Microsoft JDBC Driver for SQL Server MS SQL to version 10.2 (for details, see MS SQL Server Driver 10.2 Release Notes).
Therefore, in case you use an MS SQL database and do not use encryption or certificates, you need to update the value of the application properties that contain the URL to the database.
The datasource connection is defined in the application.properties
file, the property name is ataccama.one.rdm.datasource.<data_source_name>.url
.
Make sure to change the property value as needed:
application.properties
example - 14.3.0 and higher*ataccama.one.rdm.datasource.<data_source_name>.url=jdbc:sqlserver://<host>:<port>;databaseName=<database_name>;encrypt=true;trustServerCertificate=true
Configuration changelog
This section provides the information about the changes in the configuration files that need to be taken into account when upgrading the solution. In certain cases, the newly introduced default is used or some configuration is required.
The following table lists the changes in the files: added, changed, and removed properties.
Configuration file | Component | Added properties | Changed properties | Removed properties | ||
---|---|---|---|---|---|---|
xxx.serverConfig |
Web Console Component |
/ |
Required Role - Used to limit access to the Admin Center.
To grant access to admin users, set it to example.serverConfig
|
/ |
||
application.properties |
/ |
/ |
|
/ |
Was this page useful?