<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Sync All the Records Changed Transaction (CDC) to Target in Qlik Replicate</title>
    <link>https://community.qlik.com/t5/Qlik-Replicate/Sync-All-the-Records-Changed-Transaction-CDC-to-Target/m-p/2481629#M12734</link>
    <description>&lt;P&gt;Thank you. I'm able to get the historical changes records.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 14 Sep 2024 12:54:32 GMT</pubDate>
    <dc:creator>cmlo</dc:creator>
    <dc:date>2024-09-14T12:54:32Z</dc:date>
    <item>
      <title>Sync All the Records Changed Transaction (CDC) to Target</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Sync-All-the-Records-Changed-Transaction-CDC-to-Target/m-p/2481403#M12710</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;I'm new to Qlik Replicate.&lt;/P&gt;
&lt;P&gt;I've a requirement to sync all the records changes historical data into target table.&lt;/P&gt;
&lt;P&gt;The source is&amp;nbsp;&lt;SPAN&gt;IBM DB2 for iSeries and we read from Journal (CDC).&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;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.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;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.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Sep 2024 03:35:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Sync-All-the-Records-Changed-Transaction-CDC-to-Target/m-p/2481403#M12710</guid>
      <dc:creator>cmlo</dc:creator>
      <dc:date>2024-09-13T03:35:09Z</dc:date>
    </item>
    <item>
      <title>Re: Sync All the Records Changed Transaction (CDC) to Target</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Sync-All-the-Records-Changed-Transaction-CDC-to-Target/m-p/2481416#M12719</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/312910"&gt;@cmlo&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;Thank you for reaching out to the Qlik Community.&lt;BR /&gt;&lt;BR /&gt;Could you check if the&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/replicate/May2024/Content/Global_Common/Content/SharedEMReplicate/Design%20Tasks/tasks_setup.htm#ar_tasks_1150461142_1273307:~:text=cannot%20be%20disabled.-,Store%20Changes,-%3A%20Click%20this%20button" target="_blank" rel="noopener"&gt;store changes&lt;/A&gt;&amp;nbsp;meets your need? This feature stores operations/changes in the associated change table (__ct).&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Desmond&lt;/P&gt;</description>
      <pubDate>Fri, 13 Sep 2024 04:51:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Sync-All-the-Records-Changed-Transaction-CDC-to-Target/m-p/2481416#M12719</guid>
      <dc:creator>DesmondWOO</dc:creator>
      <dc:date>2024-09-13T04:51:05Z</dc:date>
    </item>
    <item>
      <title>Re: Sync All the Records Changed Transaction (CDC) to Target</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Sync-All-the-Records-Changed-Transaction-CDC-to-Target/m-p/2481440#M12725</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/312910"&gt;@cmlo&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;Just addition to&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/125525"&gt;@DesmondWOO&lt;/a&gt;&amp;nbsp; details:&lt;/P&gt;
&lt;P&gt;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 &lt;STRONG&gt;Change Data Capture (CDC) with history&lt;/STRONG&gt;.&lt;/P&gt;
&lt;P&gt;Here’s how you can achieve that:&lt;/P&gt;
&lt;H3&gt;1. &lt;STRONG&gt;Enable Full History Logging:&lt;/STRONG&gt;&lt;/H3&gt;
&lt;UL&gt;
&lt;LI&gt;In Qlik Replicate, you can configure the task to store each change (insert, update, delete) as a separate row in the target table.&lt;/LI&gt;
&lt;LI&gt;To do this, you need to enable &lt;STRONG&gt;Store Changes&lt;/STRONG&gt; in the task settings.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Steps:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Go to the &lt;STRONG&gt;Replication Task&lt;/STRONG&gt; settings.&lt;/LI&gt;
&lt;LI&gt;Navigate to the &lt;STRONG&gt;Change Processing&lt;/STRONG&gt; tab.&lt;/LI&gt;
&lt;LI&gt;Check the option for &lt;STRONG&gt;Store Change Settings&lt;/STRONG&gt;.&lt;/LI&gt;
&lt;LI&gt;This will store a record for every insert, update, and delete operation in the target table, ensuring all historical changes are captured.&lt;/LI&gt;
&lt;/UL&gt;
&lt;H3&gt;2. &lt;STRONG&gt;Track Operation Type (Insert, Update, Delete):&lt;/STRONG&gt;&lt;/H3&gt;
&lt;UL&gt;
&lt;LI&gt;To distinguish between different change operations (inserts, updates, deletes), Qlik Replicate adds an &lt;STRONG&gt;operation indicator&lt;/STRONG&gt; column to the target table. This helps you track whether a row was inserted, updated, or deleted.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Sachin B&lt;/P&gt;</description>
      <pubDate>Fri, 13 Sep 2024 07:11:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Sync-All-the-Records-Changed-Transaction-CDC-to-Target/m-p/2481440#M12725</guid>
      <dc:creator>SachinB</dc:creator>
      <dc:date>2024-09-13T07:11:44Z</dc:date>
    </item>
    <item>
      <title>Re: Sync All the Records Changed Transaction (CDC) to Target</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Sync-All-the-Records-Changed-Transaction-CDC-to-Target/m-p/2481629#M12734</link>
      <description>&lt;P&gt;Thank you. I'm able to get the historical changes records.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 14 Sep 2024 12:54:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Sync-All-the-Records-Changed-Transaction-CDC-to-Target/m-p/2481629#M12734</guid>
      <dc:creator>cmlo</dc:creator>
      <dc:date>2024-09-14T12:54:32Z</dc:date>
    </item>
  </channel>
</rss>

