<?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: Duplicate Inserts occurring in the __ct table when I expect only Updates for it in Qlik Replicate</title>
    <link>https://community.qlik.com/t5/Qlik-Replicate/Duplicate-Inserts-occurring-in-the-ct-table-when-I-expect-only/m-p/2542274#M15855</link>
    <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/125525"&gt;@DesmondWOO&lt;/a&gt;&amp;nbsp; for your insights on this.&amp;nbsp;&lt;BR /&gt;Its good to know that this is application driven rather than a qlik issue. However I have a query,&amp;nbsp;&lt;SPAN&gt;I see that there is an update row which is set as "U" present in the __ct table today. So when I checked the source table, I see the creation date for this record is today and the last update date is also reflecting as today.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If the creation date at the source is today, aren't we supposed to get it as "Insert" and not "Update" ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Could you please advise on this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have attached the screenshot of the example.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Please let me know if you need diagnostic package or logs etc for checking.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 03 Feb 2026 12:45:13 GMT</pubDate>
    <dc:creator>harikesh_1991</dc:creator>
    <dc:date>2026-02-03T12:45:13Z</dc:date>
    <item>
      <title>Duplicate Inserts occurring in the __ct table when I expect only Updates for it</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Duplicate-Inserts-occurring-in-the-ct-table-when-I-expect-only/m-p/2542021#M15840</link>
      <description>&lt;P&gt;Hello All,&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;I recently created a qlik task with only store changes option and also having the updates set to "After image only".&lt;BR /&gt;Also FYI, the task is running in batch processing mode.&lt;BR /&gt;Now my concern is that , I see that there are 66,050 rows being inserted and 1697 rows being updated from the Monitor-&amp;gt; Change Processing Tab.&lt;BR /&gt;We are developing an informatica job which will pick up the data from the __ct table and then insert it into the actual table in the target (WIP_TRANSACTION_ACCOUNTS) which has a unique index defined(WIP_SUB_LEDGER_ID).&lt;BR /&gt;When I checked the __ct table, I see that there are null's present in the column&amp;nbsp;WIP_SUB_LEDGER_ID, these are all Inserts and there are 1697 rows exactly. And when I checked the updates , there are 1697 rows as well. So it looks like for every update, there is also an insert occurring. However, this was not what I had expected.&amp;nbsp;&lt;BR /&gt;Since I selected the 'After image only' , I expected there would be rows post update at the source.&lt;BR /&gt;Could you please advise?&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/115309"&gt;@john_wang&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/121014"&gt;@Dana_Baldwin&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;/P&gt;
&lt;P&gt;Harikesh OP&lt;/P&gt;</description>
      <pubDate>Fri, 30 Jan 2026 10:08:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Duplicate-Inserts-occurring-in-the-ct-table-when-I-expect-only/m-p/2542021#M15840</guid>
      <dc:creator>harikesh_1991</dc:creator>
      <dc:date>2026-01-30T10:08:52Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicate Inserts occurring in the __ct table when I expect only Updates for it</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Duplicate-Inserts-occurring-in-the-ct-table-when-I-expect-only/m-p/2542024#M15841</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/347193"&gt;@harikesh_1991&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;&lt;!--StartFragment --&gt;&lt;/P&gt;
&lt;P&gt;It appears that you’re using Oracle E‑Business Suite, so I’m assuming the source database is Oracle. Since you’re seeing null values in the &lt;STRONG&gt;WIP_SUB_LEDGER_ID&lt;/STRONG&gt; column, please verify that supplemental logging is enabled for all columns involved.&lt;/P&gt;
&lt;P&gt;Regarding the behavior where each update is accompanied by an insert, you can review the operations recorded in the &lt;STRONG&gt;_ct&lt;/STRONG&gt; table. In Oracle EBS, I guess that certain processes may perform a two‑step operation—first inserting a placeholder or framework record, and then updating it with the actual values. This can result in both an insert and an update being captured.&lt;/P&gt;
&lt;P&gt;&lt;!--EndFragment --&gt;Regards,&lt;BR /&gt;Desmond&lt;/P&gt;</description>
      <pubDate>Fri, 30 Jan 2026 10:33:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Duplicate-Inserts-occurring-in-the-ct-table-when-I-expect-only/m-p/2542024#M15841</guid>
      <dc:creator>DesmondWOO</dc:creator>
      <dc:date>2026-01-30T10:33:37Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicate Inserts occurring in the __ct table when I expect only Updates for it</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Duplicate-Inserts-occurring-in-the-ct-table-when-I-expect-only/m-p/2542274#M15855</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/125525"&gt;@DesmondWOO&lt;/a&gt;&amp;nbsp; for your insights on this.&amp;nbsp;&lt;BR /&gt;Its good to know that this is application driven rather than a qlik issue. However I have a query,&amp;nbsp;&lt;SPAN&gt;I see that there is an update row which is set as "U" present in the __ct table today. So when I checked the source table, I see the creation date for this record is today and the last update date is also reflecting as today.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If the creation date at the source is today, aren't we supposed to get it as "Insert" and not "Update" ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Could you please advise on this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have attached the screenshot of the example.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Please let me know if you need diagnostic package or logs etc for checking.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Feb 2026 12:45:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Duplicate-Inserts-occurring-in-the-ct-table-when-I-expect-only/m-p/2542274#M15855</guid>
      <dc:creator>harikesh_1991</dc:creator>
      <dc:date>2026-02-03T12:45:13Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicate Inserts occurring in the __ct table when I expect only Updates for it</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Duplicate-Inserts-occurring-in-the-ct-table-when-I-expect-only/m-p/2542338#M15860</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/121014"&gt;@Dana_Baldwin&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/115309"&gt;@john_wang&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/125525"&gt;@DesmondWOO&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Could anyone help to understand how the inserts,updates and deletes work in "store changes only" task for which the update is : "After Image only".&lt;BR /&gt;For example: I see a row with creation date as 03/02/2026 at source, however in the __ct table, it reflects as an update for the same date (03/02/2026) and not an insert.&lt;BR /&gt;Also the supplemental logging is active for all the columns at the source.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Harikesh OP&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Feb 2026 06:07:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Duplicate-Inserts-occurring-in-the-ct-table-when-I-expect-only/m-p/2542338#M15860</guid>
      <dc:creator>harikesh_1991</dc:creator>
      <dc:date>2026-02-04T06:07:48Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicate Inserts occurring in the __ct table when I expect only Updates for it</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Duplicate-Inserts-occurring-in-the-ct-table-when-I-expect-only/m-p/2542364#M15862</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/347193"&gt;@harikesh_1991&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P data-start="106" data-end="128"&gt;Thanks for the update.&lt;/P&gt;
&lt;P data-start="130" data-end="212"&gt;We recommend opening a &lt;STRONG data-start="153" data-end="171"&gt;support ticket&lt;/STRONG&gt; and providing the following information:&lt;/P&gt;
&lt;OL data-start="214" data-end="791"&gt;
&lt;LI data-start="214" data-end="462"&gt;
&lt;P data-start="217" data-end="354"&gt;If the issue is &lt;STRONG data-start="233" data-end="271"&gt;not related to the table structure&lt;/STRONG&gt;, please try reproducing the behavior using a &lt;STRONG data-start="317" data-end="338"&gt;simple test table&lt;/STRONG&gt;, for example:&lt;/P&gt;
&lt;DIV class="contain-inline-size rounded-2xl corner-superellipse/1.1 relative bg-token-sidebar-surface-primary"&gt;
&lt;DIV class="sticky top-[calc(var(--sticky-padding-top)+9*var(--spacing))]"&gt;
&lt;DIV class="absolute end-0 bottom-0 flex h-9 items-center pe-2"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV class="overflow-y-auto p-4" dir="ltr"&gt;
&lt;TABLE style="background-color: lightgrey; width: 100%; border-style: none;" border="1" width="100%"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="100%"&gt;&lt;FONT face="courier new,courier"&gt;create table kit(id integer not null primary key, name char(20));&lt;/FONT&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/LI&gt;
&lt;LI data-start="463" data-end="517"&gt;
&lt;P data-start="466" data-end="517"&gt;Provide the &lt;STRONG data-start="478" data-end="517"&gt;table supplemental logging settings&lt;/STRONG&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI data-start="518" data-end="588"&gt;
&lt;P data-start="521" data-end="588"&gt;Set both &lt;STRONG&gt;source_capture&lt;/STRONG&gt;/&lt;STRONG&gt;target_apply&lt;/STRONG&gt; to &lt;STRONG data-start="577" data-end="588"&gt;Verbose&lt;/STRONG&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI data-start="589" data-end="628"&gt;
&lt;P data-start="592" data-end="628"&gt;Run the task and reproduce the issue&lt;/P&gt;
&lt;/LI&gt;
&lt;LI data-start="629" data-end="709"&gt;
&lt;P data-start="632" data-end="709"&gt;Download the &lt;STRONG data-start="645" data-end="673"&gt;Task Diagnostics Package&lt;/STRONG&gt; and attach it to the support ticket&lt;/P&gt;
&lt;/LI&gt;
&lt;LI data-start="710" data-end="791"&gt;
&lt;P data-start="713" data-end="791"&gt;Please remember to &lt;A href="https://community.qlik.com/t5/Knowledge/How-to-decrypt-Qlik-Replicate-verbose-task-log-files/ta-p/1862114" target="_blank" rel="noopener"&gt;&lt;STRONG data-start="732" data-end="769"&gt;decrypt the verbose task log file&lt;/STRONG&gt;&lt;/A&gt; and attach it as well&lt;/P&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;P data-start="793" data-end="868"&gt;Once we receive the above, we’ll be happy to investigate the issue further.&lt;/P&gt;
&lt;P data-start="793" data-end="868"&gt;Good luck,&lt;/P&gt;
&lt;P data-start="793" data-end="868"&gt;CC&amp;nbsp;&lt;A href="https://community.qlik.com/t5/user/viewprofilepage/user-id/121014" target="_blank"&gt;@Dana_Baldwin&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://community.qlik.com/t5/user/viewprofilepage/user-id/125525" target="_blank"&gt;@DesmondWOO&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P data-start="793" data-end="868"&gt;John.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Feb 2026 11:07:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Duplicate-Inserts-occurring-in-the-ct-table-when-I-expect-only/m-p/2542364#M15862</guid>
      <dc:creator>john_wang</dc:creator>
      <dc:date>2026-02-04T11:07:46Z</dc:date>
    </item>
  </channel>
</rss>

