<?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 How to resume capturing changes after corrupted change tables due to failover in Qlik Replicate</title>
    <link>https://community.qlik.com/t5/Qlik-Replicate/How-to-resume-capturing-changes-after-corrupted-change-tables/m-p/2543886#M15946</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A client has presented the scenario where after their source MS-CDC SQL Server fails over to their secondary node, the change tables are corrupted. They asked if there is a way to resume capturing changes from the correct point in time without running a full load.&lt;/P&gt;&lt;P&gt;Is it perhaps by design that the secondary node does not contain change table data or it will not replicate the primary node change table data? Are the sql server cdc tables replicated to the secondary node?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any thoughts on this/general things to look into? Would be appreciated. Thank you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Mohammed&lt;/P&gt;</description>
    <pubDate>Fri, 27 Feb 2026 01:13:58 GMT</pubDate>
    <dc:creator>MoeE</dc:creator>
    <dc:date>2026-02-27T01:13:58Z</dc:date>
    <item>
      <title>How to resume capturing changes after corrupted change tables due to failover</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/How-to-resume-capturing-changes-after-corrupted-change-tables/m-p/2543886#M15946</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A client has presented the scenario where after their source MS-CDC SQL Server fails over to their secondary node, the change tables are corrupted. They asked if there is a way to resume capturing changes from the correct point in time without running a full load.&lt;/P&gt;&lt;P&gt;Is it perhaps by design that the secondary node does not contain change table data or it will not replicate the primary node change table data? Are the sql server cdc tables replicated to the secondary node?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any thoughts on this/general things to look into? Would be appreciated. Thank you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Mohammed&lt;/P&gt;</description>
      <pubDate>Fri, 27 Feb 2026 01:13:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/How-to-resume-capturing-changes-after-corrupted-change-tables/m-p/2543886#M15946</guid>
      <dc:creator>MoeE</dc:creator>
      <dc:date>2026-02-27T01:13:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to resume capturing changes after corrupted change tables due to failover</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/How-to-resume-capturing-changes-after-corrupted-change-tables/m-p/2543959#M15953</link>
      <description>&lt;P&gt;Hello Mohammed,&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/214271"&gt;@MoeE&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;At the moment, it’s difficult to provide further analysis because there’s no detailed information about the reported change table corruption.&lt;/P&gt;
&lt;P&gt;In a SQL Server high-availability environment, &lt;A href="https://learn.microsoft.com/en-us/sql/database-engine/availability-groups/windows/replicate-track-change-data-capture-always-on-availability?view=sql-server-ver17#:~:text=SQL%20Server%20Replication%2C%20change%20data%20capture%20(CDC)%2C%20and%20change%20tracking%20(CT)%20are%20supported%20on%20Always%20On%20availability%20groups.%20Always%20On%20availability%20groups%20helps%20provide%20high%20availability%20and%20other%20database%20recovery%20capabilities." target="_blank" rel="noopener"&gt;MS-CDC is supported during failover&lt;/A&gt;. However, the &lt;A href="https://learn.microsoft.com/en-us/sql/database-engine/availability-groups/windows/replicate-track-change-data-capture-always-on-availability?view=sql-server-ver17#:~:text=If%20CDC%20is,local%20capture%20job." target="_blank" rel="noopener"&gt;CDC capture and cleanup jobs may need to be re-created&lt;/A&gt; or re-enabled on the new primary replica after the failover.&lt;/P&gt;
&lt;P&gt;Importantly, the LSN continues to increase after failover and is not reset. Therefore, the task can either be resumed or restarted from a specific LSN or timestamp.&lt;/P&gt;
&lt;P&gt;Hope this helps.&lt;/P&gt;
&lt;P&gt;John.&lt;/P&gt;</description>
      <pubDate>Sun, 01 Mar 2026 04:45:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/How-to-resume-capturing-changes-after-corrupted-change-tables/m-p/2543959#M15953</guid>
      <dc:creator>john_wang</dc:creator>
      <dc:date>2026-03-01T04:45:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to resume capturing changes after corrupted change tables due to failover</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/How-to-resume-capturing-changes-after-corrupted-change-tables/m-p/2543986#M15957</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/214271"&gt;@MoeE&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;You may try creating a new task using &lt;STRONG&gt;MS‑Replication&lt;/STRONG&gt;, which allows Qlik Replicate to retrieve changes from the transaction log or backup files at an earlier timestamp. However, please test this approach first — for example, by creating a &lt;STRONG&gt;STORE CHANGES ONLY&lt;/STRONG&gt; task to verify that the captured changes are correct. Additionally, be aware that duplicate records may occur when switching the task back to an &lt;STRONG&gt;MS‑CDC&lt;/STRONG&gt; configuration&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Desmond&lt;/P&gt;</description>
      <pubDate>Mon, 02 Mar 2026 10:02:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/How-to-resume-capturing-changes-after-corrupted-change-tables/m-p/2543986#M15957</guid>
      <dc:creator>DesmondWOO</dc:creator>
      <dc:date>2026-03-02T10:02:42Z</dc:date>
    </item>
  </channel>
</rss>

