Update agent - Precisely Data Integrity Suite

Data Integrity Suite

Product
Spatial_Analytics
Data_Integration
Data_Enrichment
Data_Governance
Precisely_Data_Integrity_Suite
geo_addressing_1
Data_Observability
Data_Quality
dis_core_foundation
Services
Spatial Analytics
Data Integration
Data Enrichment
Data Governance
Geo Addressing
Data Observability
Data Quality
Core Foundation
ft:title
Data Integrity Suite
ft:locale
en-US
PublicationType
pt_product_guide
copyrightfirst
2000
copyrightlast
2026

When an Update label appears next to an agent name, it indicates that an update is available for that specific agent used in data replication processes. To update the services on the agent:

  1. Navigate to Configuration > Agents.
  2. Select the agent with the Update label. This will open the side panel, which lists the services with available updates for you to install.
  3. Before performing the update, ensure the environment is prepared. Stop all running pipelines, stop the runtime engine, stop the capture agents, and stop the log readers. This step is critical to prevent data transfer during the update and to ensure consistency.
  4. Install the new change selector library on the IBM i server when upgrading Connect-CDC.
    • First, verify the version of the installation library.
    • If installing to a new library, update the data connections to reference the new install library name. This value is specified in the Data Connection configuration.
    • After updating the library reference, ensure you apply the configuration changes later in the process.
    Note: This step is only necessary if the Connect CDC version you're upgrading to includes an IBM i installation library update. If not, this step can be skipped.
  5. To perform the service update, switch to the directory where the agent is installed (i.e., where the discli file is located) and run the following command: ./discli agent update <service name> <target version>
Table 1. Agent services and their latest target version
Service Name Latest Target Version Command Release Date
connect-cdc 6.0.0901 ./discli agent update -s connect-cdc --version 6.0.0901 December 2025
connect-hub 1.15.2 ./discli agent update -s connect-hub --version 1.15.2 December 2025
cloud-applier 1.14.0 ./discli agent update -s cloud-applier --version 1.14.0 November 2025
sqdata-management 2.5.2 ./discli agent update sqdata-management 2.5.2 October 2025

Db2 LUW Runtime Client installation

The following steps must be performed if you want to replicate from Db2 LUW sources for a continuous replication pipeline:

  1. Download the latest Db2 LUW Runtime Client provided by IBM onto your agent's machine.
  2. Untar the file to /precisely/connect/cdc/uploads
  3. Run the following command and follow the user prompts shown:

    kubectl exec -it -n precisely-connect-cdc-ns connect-cdc-0 -- /usr/bin/sh -c "/var/precisely/di/uploads/rtcl/db2_install -f sysreq"

  4. If you have not yet added the db2jcc4.jar driver to the drivers path, perform the following command:

    kubectl exec -it -n precisely-connect-cdc-ns connect-cdc-0 -- /usr/bin/sh -c "cp /home/connect/sqllib/java/db2jcc4.jar /opt/precisely/di/drivers/db2/"

    Note: You only need to restart the container if you perform this step.