<?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: Count in Qlik Monitor when doing the initial load in Qlik Replicate</title>
    <link>https://community.qlik.com/t5/Qlik-Replicate/Count-in-Qlik-Monitor-when-doing-the-initial-load/m-p/1953534#M3134</link>
    <description>&lt;P&gt;And all of this effort is for reconciliation between DB2 and Kafka. &amp;nbsp;And I don't want to look at the UI to manually check and in production, as a developer, we may not even have access to the Qlik UI. &amp;nbsp;Hence the attempt to find a way, where this can be automated.&lt;/P&gt;
&lt;P&gt;My first concern was - reconciling between DB2 table counts and Qlik counts - because I wasn't sure how do we separate # of rows in the table vs. what was pulled in because I thought the information is retrieved from the transaction logs. &amp;nbsp;But as&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/110970"&gt;@Heinvandenheuvel&lt;/a&gt;&amp;nbsp;explained, it is from actual tables - so that count can be considered as count(*) from the actual table, right?&lt;/P&gt;
&lt;P&gt;I still don't know how to get the incremental count between an interval and then compare that count with the messages received in Kafka during that same interval and reconcile&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Fri, 08 Jul 2022 18:04:47 GMT</pubDate>
    <dc:creator>adbdkb</dc:creator>
    <dc:date>2022-07-08T18:04:47Z</dc:date>
    <item>
      <title>Count in Qlik Monitor when doing the initial load</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Count-in-Qlik-Monitor-when-doing-the-initial-load/m-p/1953475#M3119</link>
      <description>&lt;P&gt;When we do initial load ( DB2 z/OS ) on a single DB2 table using target endpoint ( Kafka topic ), &amp;nbsp;does the count in the Task monitor indicate the number of rows that are currently in the table or changes that have happened to the table that are in the transaction log, which may contain rows that may have multiple changes to them after the row was initially inserted.&lt;/P&gt;
&lt;P&gt;This question comes to mind because, Qlik works on the transaction logs, not on actual tables, right?&lt;/P&gt;
&lt;P&gt;Thank you&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jul 2022 16:00:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Count-in-Qlik-Monitor-when-doing-the-initial-load/m-p/1953475#M3119</guid>
      <dc:creator>adbdkb</dc:creator>
      <dc:date>2022-07-08T16:00:33Z</dc:date>
    </item>
    <item>
      <title>Re: Count in Qlik Monitor when doing the initial load</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Count-in-Qlik-Monitor-when-doing-the-initial-load/m-p/1953491#M3121</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/177259"&gt;@adbdkb&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In Replicate UI there are 2 screens one for Full Load and the other for CDC.&lt;/P&gt;
&lt;P&gt;Initially, the Full Load tab will show the row count based on table stats, but at the end of the Full Load, it will show the actual transferred row count.&lt;/P&gt;
&lt;P&gt;The CDC tab will show the records read from the Transactional log file.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Swathi&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jul 2022 16:58:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Count-in-Qlik-Monitor-when-doing-the-initial-load/m-p/1953491#M3121</guid>
      <dc:creator>SwathiPulagam</dc:creator>
      <dc:date>2022-07-08T16:58:00Z</dc:date>
    </item>
    <item>
      <title>Re: Count in Qlik Monitor when doing the initial load</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Count-in-Qlik-Monitor-when-doing-the-initial-load/m-p/1953505#M3126</link>
      <description>&lt;P&gt;&amp;gt; This question comes to mind because, Qlik works on the transaction logs, not on actual tables, right?&lt;/P&gt;
&lt;P&gt;That's a hard NO.&lt;/P&gt;
&lt;P&gt;For the purpose of full-load and to gather the source table metadata Replicate accesses the actual tables.&lt;/P&gt;
&lt;P&gt;For the CDC portion of the work indeed transaction logs are use sometimes with help from the base table to read LOB values if and when needed. The exception for reading a TX log is when 'Using ODBC with CDC as a Source' - there the base table is read and changes detected using&amp;nbsp; 'at least one special "Context" column'&lt;/P&gt;
&lt;P&gt;&amp;gt;&amp;gt;&amp;nbsp;&lt;SPAN&gt;Task monitor indicate the number of rows that are currently in the table or changes that have happened to the table that are in the transaction log, which may contain rows that may have multiple changes to them after the row was initially inserted.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Correct. The task monitor screen for ACTIVE loading tables shows a 'CACHED CHANGES' column which provided and INDICATION of how much the final count might change. Replication counts, but does not know yet whether the change was already captured during fullload or not. For end-of-table inserts, a common usage case, most inserts during the fullload will already have been read during that fullload and the count will not change much.&lt;/P&gt;
&lt;P&gt;fwiw,&lt;/P&gt;
&lt;P&gt;Hein.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jul 2022 17:26:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Count-in-Qlik-Monitor-when-doing-the-initial-load/m-p/1953505#M3126</guid>
      <dc:creator>Heinvandenheuvel</dc:creator>
      <dc:date>2022-07-08T17:26:18Z</dc:date>
    </item>
    <item>
      <title>Re: Count in Qlik Monitor when doing the initial load</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Count-in-Qlik-Monitor-when-doing-the-initial-load/m-p/1953513#M3128</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/144170"&gt;@SwathiPulagam&lt;/a&gt;&amp;nbsp; - &amp;nbsp;I am sorry, but I am not seeing the two tabs. &amp;nbsp;Could you put a screen-shot here?&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jul 2022 17:39:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Count-in-Qlik-Monitor-when-doing-the-initial-load/m-p/1953513#M3128</guid>
      <dc:creator>adbdkb</dc:creator>
      <dc:date>2022-07-08T17:39:16Z</dc:date>
    </item>
    <item>
      <title>Re: Count in Qlik Monitor when doing the initial load</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Count-in-Qlik-Monitor-when-doing-the-initial-load/m-p/1953522#M3129</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/177259"&gt;@adbdkb&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Below is the Full Load screenshot:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Go to Monitor--&amp;gt;Full Load tab&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SwathiPulagam_0-1657302247563.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/83692i4B5E8C03A16EFF27/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SwathiPulagam_0-1657302247563.png" alt="SwathiPulagam_0-1657302247563.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Go to Monitor--&amp;gt;Change Processing tab:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SwathiPulagam_1-1657302458668.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/83694i0AE1882D54EB81AE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SwathiPulagam_1-1657302458668.png" alt="SwathiPulagam_1-1657302458668.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Swathi&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jul 2022 17:47:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Count-in-Qlik-Monitor-when-doing-the-initial-load/m-p/1953522#M3129</guid>
      <dc:creator>SwathiPulagam</dc:creator>
      <dc:date>2022-07-08T17:47:53Z</dc:date>
    </item>
    <item>
      <title>Re: Count in Qlik Monitor when doing the initial load</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Count-in-Qlik-Monitor-when-doing-the-initial-load/m-p/1953523#M3130</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/110970"&gt;@Heinvandenheuvel&lt;/a&gt;&amp;nbsp;. &amp;nbsp;Can I make a same request here? &amp;nbsp;Can you post the screen-shot here? &amp;nbsp;&lt;/P&gt;
&lt;P&gt;The situation we will have is - we will have a task that will do the full load initially and then it will continue with incremental load all the time. &amp;nbsp;( At least, that is my understanding for how the tasks will work ). &amp;nbsp;So, after the initial full load, the changes that are happening in the table, will be part of the Change Data Capture and that will continue until we stop the task, right? &amp;nbsp;Is my understanding correct?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jul 2022 17:50:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Count-in-Qlik-Monitor-when-doing-the-initial-load/m-p/1953523#M3130</guid>
      <dc:creator>adbdkb</dc:creator>
      <dc:date>2022-07-08T17:50:27Z</dc:date>
    </item>
    <item>
      <title>Re: Count in Qlik Monitor when doing the initial load</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Count-in-Qlik-Monitor-when-doing-the-initial-load/m-p/1953525#M3131</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/177259"&gt;@adbdkb&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please refer to&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/110970"&gt;@Heinvandenheuvel&lt;/a&gt;&amp;nbsp; post as I just explained in high level, Hein also explained about cached events and you cannot depend on the UI count because when you stop and resume the task the count will go to Zero.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Swathi&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jul 2022 17:51:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Count-in-Qlik-Monitor-when-doing-the-initial-load/m-p/1953525#M3131</guid>
      <dc:creator>SwathiPulagam</dc:creator>
      <dc:date>2022-07-08T17:51:16Z</dc:date>
    </item>
    <item>
      <title>Re: Count in Qlik Monitor when doing the initial load</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Count-in-Qlik-Monitor-when-doing-the-initial-load/m-p/1953529#M3132</link>
      <description>&lt;P&gt;Thank you both&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/144170"&gt;@SwathiPulagam&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/110970"&gt;@Heinvandenheuvel&lt;/a&gt;&amp;nbsp;. &amp;nbsp;And is all of this information also available in the control table ( Kafka topics )? &amp;nbsp; Can you post a sample json for that type of reply, if possible?&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jul 2022 17:56:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Count-in-Qlik-Monitor-when-doing-the-initial-load/m-p/1953529#M3132</guid>
      <dc:creator>adbdkb</dc:creator>
      <dc:date>2022-07-08T17:56:46Z</dc:date>
    </item>
    <item>
      <title>Re: Count in Qlik Monitor when doing the initial load</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Count-in-Qlik-Monitor-when-doing-the-initial-load/m-p/1953533#M3133</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes, your understanding is correct.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;BR /&gt;Michael&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jul 2022 18:03:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Count-in-Qlik-Monitor-when-doing-the-initial-load/m-p/1953533#M3133</guid>
      <dc:creator>Michael_Litz</dc:creator>
      <dc:date>2022-07-08T18:03:41Z</dc:date>
    </item>
    <item>
      <title>Re: Count in Qlik Monitor when doing the initial load</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Count-in-Qlik-Monitor-when-doing-the-initial-load/m-p/1953534#M3134</link>
      <description>&lt;P&gt;And all of this effort is for reconciliation between DB2 and Kafka. &amp;nbsp;And I don't want to look at the UI to manually check and in production, as a developer, we may not even have access to the Qlik UI. &amp;nbsp;Hence the attempt to find a way, where this can be automated.&lt;/P&gt;
&lt;P&gt;My first concern was - reconciling between DB2 table counts and Qlik counts - because I wasn't sure how do we separate # of rows in the table vs. what was pulled in because I thought the information is retrieved from the transaction logs. &amp;nbsp;But as&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/110970"&gt;@Heinvandenheuvel&lt;/a&gt;&amp;nbsp;explained, it is from actual tables - so that count can be considered as count(*) from the actual table, right?&lt;/P&gt;
&lt;P&gt;I still don't know how to get the incremental count between an interval and then compare that count with the messages received in Kafka during that same interval and reconcile&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jul 2022 18:04:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Count-in-Qlik-Monitor-when-doing-the-initial-load/m-p/1953534#M3134</guid>
      <dc:creator>adbdkb</dc:creator>
      <dc:date>2022-07-08T18:04:47Z</dc:date>
    </item>
  </channel>
</rss>

