ONE Runtime Server 17.0.0 Upgrade Notes
Run DPM Job Arguments renamed to Parameters
In the Run DPM Job task, Arguments have been renamed to Parameters. This is an optional setting allowing you to configure parametrized components.
This is a name change in ONE Desktop only. Your XML configuration remains unchanged.
Run DQC Process no longer supported in Ataccama Cloud environments
The Run DQC Process task can no longer be used in Ataccama Cloud environments.
Review your workflows and replace any instances of this task with Run DQC instead.
Obsolete Server Metrics Web Console component removed
The Server Metrics Web Console component is no longer supported and has been removed.
Before upgrading, review your server configuration and remove the Server Metrics component if enabled. If the component is not removed, ONE Runtime Server fails to start after upgrade.
The following is an example of the XML element that must be removed before upgrading:
<serverComponents>
<component configFile="../etc/metrics.xml" disabled="false" class="com.ataccama.dqc.web.metrics.ServerMetricsWebConsole"/>
</serverComponents>
The associated metrics configuration file (for example, metrics.xml) can also be deleted after removing the component.
For server metrics, consider using the Prometheus (/actuator/prometheus/) actuator endpoints instead.
Was this page useful?