Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I'm new to Qlik Replicate.
I've a requirement to sync all the records changes historical data into target table.
The source is IBM DB2 for iSeries and we read from Journal (CDC).
I did configure the replication task to sync into target table. But, it update the latest record into target table instead of send all changes historical (CDC) data into target.
Could advised how should I send all the CDC historical changes data into target table? e.g: If 1 record get update 5 times and this captured in CDC. I want this 5 CDC records get sync into target table.
Hi @cmlo ,
Thank you for reaching out to the Qlik Community.
Could you check if the store changes meets your need? This feature stores operations/changes in the associated change table (__ct).
Regards,
Desmond
Hello @cmlo ,
Just addition to @DesmondWOO details:
To capture and sync all historical change data (CDC) from IBM DB2 for iSeries into the target table using Qlik Replicate, Task will capture all changes (INSERT/UPDATE/DELETE) instead of just applying the latest change. This approach is typically called Change Data Capture (CDC) with history.
Here’s how you can achieve that:
Steps:
Regards,
Sachin B
Hi @cmlo ,
Thank you for reaching out to the Qlik Community.
Could you check if the store changes meets your need? This feature stores operations/changes in the associated change table (__ct).
Regards,
Desmond
Hello @cmlo ,
Just addition to @DesmondWOO details:
To capture and sync all historical change data (CDC) from IBM DB2 for iSeries into the target table using Qlik Replicate, Task will capture all changes (INSERT/UPDATE/DELETE) instead of just applying the latest change. This approach is typically called Change Data Capture (CDC) with history.
Here’s how you can achieve that:
Steps:
Regards,
Sachin B
Thank you. I'm able to get the historical changes records.