If you can't find the product or version you're looking for, visit support.ataccama.com/downloads
ONE 14.3.x Upgrade Notes
Default runtime configuration in DPM
When upgrading from 14.2.0 to 14.3.x or later (including 14.5.2), and in case your default runtime configuration in Data Processing Module (DPM) contains a one2Connection
element, the configuration must be updated manually as follows:
This issue is resolved in 14.5.3. |
-
Open DPM Admin Console > Configuration.
-
On the Runtime Configuration tab, find the
one2Connections
element. -
Within that element, locate
one2connection
>mmm
and remove thegrpc
tag.For example, if your runtime configuration looks as follows, you would remove the line 5:
<one2Connections> <one2Connection name="__testServer__" > <auth type="Basic" password="admin" user="admin"/> <mmm url="http://localhost:8020" apiUrl="http://localhost:8021/graphql"> <grpc host="ignored" port="8521" tls="false"/> </mmm> <dpm publicKey="222" url="http://dpm"> <grpc host="localhost" port="8531" tls="true"/> </dpm> ...
The updated runtime configuration would look like this:
<one2Connections> <one2Connection name="__testServer__" > <auth type="Basic" password="admin" user="admin"/> <mmm url="http://localhost:8020" apiUrl="http://localhost:8021/graphql"> </mmm> <dpm publicKey="222" url="http://dpm"> <grpc host="localhost" port="8531" tls="true"/> </dpm>
-
Save your changes.
Was this page useful?