<?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: Qlik Replicate Reload Reporting in Qlik Replicate</title>
    <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Reload-Reporting/m-p/2132470#M7876</link>
    <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/164160"&gt;@boaz_newman&lt;/a&gt;&amp;nbsp; "no option in Replicate to get a full load history on a table level."&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hmm, I think there is. Through the Enterprise Manager API the call is&amp;nbsp;&lt;STRONG&gt;GetTableStatuses&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Response:&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;{&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;"table_details":[&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;{&lt;BR /&gt;"schema_on_source":"{string}",&lt;BR /&gt;"table_on_source":"{string}",&lt;BR /&gt;"schema_on_target":"{string}",&lt;BR /&gt;"table_on_target":"{string}",&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;"state":"{enum}",&lt;/FONT&gt;&lt;BR /&gt;"data_errors_count":"{int64}",&lt;BR /&gt;"table_full_load_info":{&lt;BR /&gt;"start_time":"{string}",&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;"end_time":"{string}",&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;"estimated_row_count":"{int64}",&lt;BR /&gt;"estimated_end_time":"{string}",&lt;BR /&gt;"transferred_row_count":"{int64}",&lt;BR /&gt;"transferred_volume_mb":"{int64}"&lt;BR /&gt;},&lt;BR /&gt;"table_cdc_info":{ ...&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The same information can be obtained (unsupported) through the REPCTL commandline interface:&lt;/P&gt;
&lt;P&gt;repctl -d &amp;lt;\Replicate\data&amp;gt; gettablesstatus ?&lt;/P&gt;
&lt;P&gt;state:optional enum, valid values:&amp;nbsp; &amp;nbsp;[btw... input and output Enums]&lt;BR /&gt;00 - TABLE_NOT_EXIST&lt;BR /&gt;01 - TABLE_BEFORE_LOAD&lt;BR /&gt;02 - TABLE_FULL_LOAD&lt;BR /&gt;&lt;STRONG&gt;04 - TABLE_COMPLETED&lt;/STRONG&gt;&lt;BR /&gt;08 - TABLE_CANCELED&lt;BR /&gt;16 - TABLE_ERROR&lt;BR /&gt;127 - TABLE_ALL&lt;BR /&gt;128 - TABLE_UPDATES&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;STRONG&gt;fl_start_time:optional int64&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;fl_last_time:optional int64&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hein.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 27 Oct 2023 12:15:25 GMT</pubDate>
    <dc:creator>Heinvandenheuvel</dc:creator>
    <dc:date>2023-10-27T12:15:25Z</dc:date>
    <item>
      <title>Qlik Replicate Reload Reporting</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Reload-Reporting/m-p/2129443#M7773</link>
      <description>&lt;P&gt;Hi all, we use Qlik Replicate and want to automate one. We use this as a source&lt;BR /&gt;IBM DB2 for iSeries and target Oracle. I would like to know if it is possible to report a reload on a transformation. This means that when a reload has taken place, an entry should be created in a report table in the target database by entering the tabel-name, task and time of the last reload.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Oct 2023 07:40:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Reload-Reporting/m-p/2129443#M7773</guid>
      <dc:creator>apouliou</dc:creator>
      <dc:date>2023-10-18T07:40:36Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Replicate Reload Reporting</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Reload-Reporting/m-p/2129451#M7774</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;
&lt;P&gt;Replicate has a control table named&amp;nbsp;&lt;SPAN class="mc-variable Replicate.control_table_prefix variable"&gt;attrep&lt;/SPAN&gt;&lt;SPAN&gt;_history, you can add this table to each of your tasks, and it will create an entry in that table indicating the time of each realod (among other details)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Please see this page in the UG for more details:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/replicate/November2022/Content/Replicate/Main/Control%20Tables/replication_history.htm#Replication%20history" target="_blank"&gt;https://help.qlik.com/en-US/replicate/November2022/Content/Replicate/Main/Control%20Tables/replication_history.htm#Replication%20history&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;boaz&lt;/P&gt;</description>
      <pubDate>Wed, 18 Oct 2023 07:54:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Reload-Reporting/m-p/2129451#M7774</guid>
      <dc:creator>boaz_newman</dc:creator>
      <dc:date>2023-10-18T07:54:39Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Replicate Reload Reporting</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Reload-Reporting/m-p/2129759#M7781</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/221741"&gt;@apouliou&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In addition to Boaz&amp;nbsp; comment, In Replicate UI go to Monitor windows--&amp;gt; Tools--&amp;gt; History&lt;BR /&gt;where you can find Full Load history and you can export the details using "Export to TSV" option.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Suresh&lt;/P&gt;</description>
      <pubDate>Thu, 19 Oct 2023 02:16:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Reload-Reporting/m-p/2129759#M7781</guid>
      <dc:creator>sureshkumar</dc:creator>
      <dc:date>2023-10-19T02:16:10Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Replicate Reload Reporting</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Reload-Reporting/m-p/2129782#M7783</link>
      <description>&lt;P&gt;Hallo,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;in der Tabelle&amp;nbsp;&lt;SPAN class="mc-variable Replicate.control_table_prefix variable"&gt;attrep&lt;/SPAN&gt;&lt;SPAN&gt;_history wird nur der Task-Name hinterlegt, nicht die Tabelle für die der Reload vorgenommen wurde. Gibt es Log-Tabelle / Methode bei der auch der Tabellen-Name hinterlegt ist?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Gruß Apostolos&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Oct 2023 05:53:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Reload-Reporting/m-p/2129782#M7783</guid>
      <dc:creator>apouliou</dc:creator>
      <dc:date>2023-10-19T05:53:39Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Replicate Reload Reporting</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Reload-Reporting/m-p/2129784#M7784</link>
      <description>&lt;P&gt;Hallo,&lt;/P&gt;
&lt;P&gt;ich wollte es automatisieren, ohne manuellen Eingriff.&lt;/P&gt;
&lt;P&gt;Gruß&lt;/P&gt;</description>
      <pubDate>Thu, 19 Oct 2023 05:54:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Reload-Reporting/m-p/2129784#M7784</guid>
      <dc:creator>apouliou</dc:creator>
      <dc:date>2023-10-19T05:54:51Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Replicate Reload Reporting</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Reload-Reporting/m-p/2131638#M7848</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;
&lt;P&gt;There is no option in Replicate to get a full load history on a table level. This information is available only in the task log.&lt;/P&gt;
&lt;P&gt;Boaz&lt;/P&gt;</description>
      <pubDate>Wed, 25 Oct 2023 08:02:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Reload-Reporting/m-p/2131638#M7848</guid>
      <dc:creator>boaz_newman</dc:creator>
      <dc:date>2023-10-25T08:02:59Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Replicate Reload Reporting</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Reload-Reporting/m-p/2132470#M7876</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/164160"&gt;@boaz_newman&lt;/a&gt;&amp;nbsp; "no option in Replicate to get a full load history on a table level."&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hmm, I think there is. Through the Enterprise Manager API the call is&amp;nbsp;&lt;STRONG&gt;GetTableStatuses&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Response:&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;{&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;"table_details":[&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;{&lt;BR /&gt;"schema_on_source":"{string}",&lt;BR /&gt;"table_on_source":"{string}",&lt;BR /&gt;"schema_on_target":"{string}",&lt;BR /&gt;"table_on_target":"{string}",&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;"state":"{enum}",&lt;/FONT&gt;&lt;BR /&gt;"data_errors_count":"{int64}",&lt;BR /&gt;"table_full_load_info":{&lt;BR /&gt;"start_time":"{string}",&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;"end_time":"{string}",&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;"estimated_row_count":"{int64}",&lt;BR /&gt;"estimated_end_time":"{string}",&lt;BR /&gt;"transferred_row_count":"{int64}",&lt;BR /&gt;"transferred_volume_mb":"{int64}"&lt;BR /&gt;},&lt;BR /&gt;"table_cdc_info":{ ...&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The same information can be obtained (unsupported) through the REPCTL commandline interface:&lt;/P&gt;
&lt;P&gt;repctl -d &amp;lt;\Replicate\data&amp;gt; gettablesstatus ?&lt;/P&gt;
&lt;P&gt;state:optional enum, valid values:&amp;nbsp; &amp;nbsp;[btw... input and output Enums]&lt;BR /&gt;00 - TABLE_NOT_EXIST&lt;BR /&gt;01 - TABLE_BEFORE_LOAD&lt;BR /&gt;02 - TABLE_FULL_LOAD&lt;BR /&gt;&lt;STRONG&gt;04 - TABLE_COMPLETED&lt;/STRONG&gt;&lt;BR /&gt;08 - TABLE_CANCELED&lt;BR /&gt;16 - TABLE_ERROR&lt;BR /&gt;127 - TABLE_ALL&lt;BR /&gt;128 - TABLE_UPDATES&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;STRONG&gt;fl_start_time:optional int64&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;fl_last_time:optional int64&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hein.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Oct 2023 12:15:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Reload-Reporting/m-p/2132470#M7876</guid>
      <dc:creator>Heinvandenheuvel</dc:creator>
      <dc:date>2023-10-27T12:15:25Z</dc:date>
    </item>
  </channel>
</rss>

