<?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: CDC in Qlik Replicate</title>
    <link>https://community.qlik.com/t5/Qlik-Replicate/CDC/m-p/2049858#M5384</link>
    <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/115309"&gt;@john_wang&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 16 Mar 2023 06:48:00 GMT</pubDate>
    <dc:creator>Vandy</dc:creator>
    <dc:date>2023-03-16T06:48:00Z</dc:date>
    <item>
      <title>CDC</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/CDC/m-p/2048446#M5327</link>
      <description>&lt;P&gt;Hi team,&amp;nbsp;&lt;BR /&gt;I have the following doubts while running a CDC task (Oracle being the source database and Kafka as the target using unidirectional task)&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;CDC task is running and failed due to source availability issue. Can resume be done. If not, what will happen if reload is chosen.&lt;/LI&gt;
&lt;LI&gt;CDC task is running, and the task is paused, after that the database is restarted. If we resume the task after the database is up, what will be the starting point for the task.&lt;/LI&gt;
&lt;LI&gt;Whether QDI is storing any reference on the CDC, like till when the replicate is completed. If yes, where this is getting stored. If not, then on what basis the recovery is happening.&lt;/LI&gt;
&lt;LI&gt;In the monitoring interface of the task, insert/update/delete count from source and target is displayed. Is it getting stored in the database? If yes, where it is getting stored? If no, the how this info is getting displayed?&lt;BR /&gt;&lt;BR /&gt;Kindly answer to my doubts at the earliest.&lt;BR /&gt;&lt;BR /&gt;Thank you!&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Mar 2023 11:52:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/CDC/m-p/2048446#M5327</guid>
      <dc:creator>Vandy</dc:creator>
      <dc:date>2023-03-13T11:52:03Z</dc:date>
    </item>
    <item>
      <title>Re: CDC</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/CDC/m-p/2048504#M5328</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/190515"&gt;@Vandy&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Thanks for reaching out.&lt;/P&gt;
&lt;P&gt;In Qlik Replicate , there is stream position value on the source, usually the SCN, LSN, or POS etc which allows Replicate tasks to resume from the last broken point, it's stored in Replicate repository, or target database (configurable).&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1- Yes, if a task is stopped and resumed, them it will resume from the last stream position (In Oracle it's SCN) automatically. Certainly you could startup the task from a given SCN/LSN/POS/Timestamp etc manually.&lt;/P&gt;
&lt;P&gt;2- From last stream position, if it's available still.&lt;/P&gt;
&lt;P&gt;3- In general Stream Position stores in Qlik Replicate Repository. Replicate utilizes SQLite DB as Repository.&lt;/P&gt;
&lt;P&gt;4- Yes or No. Yes - the information is stored in SQLite DB however you cannot access the SQLite DB directly; No - If you want to get these values, &lt;A title="QEM Rest API GetTableStatuses" href="https://help.qlik.com/en-US/enterprise-manager/November2022/Content/EnterpriseManager/EnterpriseManager_APIGuide/CurlAPI/api_getTableStatus.htm" target="_blank" rel="noopener"&gt;QEM&lt;/A&gt; is recommended.&lt;/P&gt;
&lt;P&gt;Hope this helps.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;John.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Mar 2023 13:17:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/CDC/m-p/2048504#M5328</guid>
      <dc:creator>john_wang</dc:creator>
      <dc:date>2023-03-13T13:17:27Z</dc:date>
    </item>
    <item>
      <title>Re: CDC</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/CDC/m-p/2048821#M5346</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/115309"&gt;@john_wang&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Thank you so much for clarifying all my doubts. It was very helpful.&lt;BR /&gt;&lt;BR /&gt;I also wanted to know if I can get the Table Statuses data without having Qlik Enterprise Manager.&lt;BR /&gt;&lt;BR /&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Tue, 14 Mar 2023 07:08:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/CDC/m-p/2048821#M5346</guid>
      <dc:creator>Vandy</dc:creator>
      <dc:date>2023-03-14T07:08:40Z</dc:date>
    </item>
    <item>
      <title>Re: CDC</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/CDC/m-p/2048987#M5350</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/190515"&gt;@Vandy&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;QEM APIs are uniform among different QEM versions, it's the easiest and standard approach. Maybe it's doable in Replicate but it's some complex and it's better involve PS team to implement it.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;John.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Mar 2023 13:07:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/CDC/m-p/2048987#M5350</guid>
      <dc:creator>john_wang</dc:creator>
      <dc:date>2023-03-14T13:07:19Z</dc:date>
    </item>
    <item>
      <title>Re: CDC</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/CDC/m-p/2049858#M5384</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/115309"&gt;@john_wang&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Mar 2023 06:48:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/CDC/m-p/2049858#M5384</guid>
      <dc:creator>Vandy</dc:creator>
      <dc:date>2023-03-16T06:48:00Z</dc:date>
    </item>
  </channel>
</rss>

