User Community Service Desk Downloads
If you can't find the product or version you're looking for, visit support.ataccama.com/downloads

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

/

The recommended configuration was updated to make the solution more secure.

Required Role - Used to limit access to the Admin Center. To grant access to admin users, set it to RDM_admin. Example configuration:

example.serverConfig
<component listeners="all" disabled="false" cacheTemplate="true" class="com.ataccama.dqc.web.console.WebConsoleComponent" requiredRole="RDM_admin">
          <customMenuCategories/>
          <customMenuItems/>
</component>

/

application.properties

/

/

ataccama.one.rdm.datasource.<data_source_name>.url - If you use MS SQL database, change the value to jdbc:sqlserver://<host>:<port>;databaseName=<database_name>;encrypt=true;trustServerCertificate=true+, for more information, see MS SQL Server driver change.

/

Was this page useful?