<?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: Error message showing CDC is not enabled at table level though we have enabled at database level in SQL server in Qlik Replicate</title>
    <link>https://community.qlik.com/t5/Qlik-Replicate/Error-message-showing-CDC-is-not-enabled-at-table-level-though/m-p/2063949#M5769</link>
    <description>&lt;P&gt;Hello Desmond,&lt;/P&gt;
&lt;P&gt;The source does not have primary key and there were Update queries coming in. Use MS-CDC or add primary key on source to resolve this issue.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Please have a look on the below article for more information&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Official-Support-Articles/Qlik-Replicate-Task-logs-a-warning-W-MS-REPLICATION-is-not/ta-p/2051544" target="_blank"&gt;https://community.qlik.com/t5/Official-Support-Articles/Qlik-Replicate-Task-logs-a-warning-W-MS-REPLICATION-is-not/ta-p/2051544&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Hopes this helps.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Shivananda&lt;/P&gt;</description>
    <pubDate>Tue, 25 Apr 2023 04:13:02 GMT</pubDate>
    <dc:creator>kng</dc:creator>
    <dc:date>2023-04-25T04:13:02Z</dc:date>
    <item>
      <title>Error message showing CDC is not enabled at table level though we have enabled at database level in SQL server</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Error-message-showing-CDC-is-not-enabled-at-table-level-though/m-p/2063947#M5768</link>
      <description>&lt;P&gt;I am setting up a new task with on premise SQL server 2019 as source endpoint. We have enabled CDC through "sp_cdc_enable_db" for database level.&lt;/P&gt;
&lt;P&gt;Upon full load tables, error logs starts to pop up showing that some tables CDC are not enabled. Why is that so even we have enabled at database level already? Do we need to enable them at table level individually?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Error logs:&lt;/P&gt;
&lt;P&gt;MS-REPLICATION is not enabled for table 'dbo.tableABC'. Therefore, UPDATE changes to it will not be captured. If you want UPDATE changes to be captured, either define a Primary Key for the table (if missing) or enable Microsoft CDC instead.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2023 04:06:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Error-message-showing-CDC-is-not-enabled-at-table-level-though/m-p/2063947#M5768</guid>
      <dc:creator>desmondchew</dc:creator>
      <dc:date>2023-04-25T04:06:54Z</dc:date>
    </item>
    <item>
      <title>Re: Error message showing CDC is not enabled at table level though we have enabled at database level in SQL server</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Error-message-showing-CDC-is-not-enabled-at-table-level-though/m-p/2063949#M5769</link>
      <description>&lt;P&gt;Hello Desmond,&lt;/P&gt;
&lt;P&gt;The source does not have primary key and there were Update queries coming in. Use MS-CDC or add primary key on source to resolve this issue.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Please have a look on the below article for more information&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Official-Support-Articles/Qlik-Replicate-Task-logs-a-warning-W-MS-REPLICATION-is-not/ta-p/2051544" target="_blank"&gt;https://community.qlik.com/t5/Official-Support-Articles/Qlik-Replicate-Task-logs-a-warning-W-MS-REPLICATION-is-not/ta-p/2051544&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Hopes this helps.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Shivananda&lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2023 04:13:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Error-message-showing-CDC-is-not-enabled-at-table-level-though/m-p/2063949#M5769</guid>
      <dc:creator>kng</dc:creator>
      <dc:date>2023-04-25T04:13:02Z</dc:date>
    </item>
    <item>
      <title>Re: Error message showing CDC is not enabled at table level though we have enabled at database level in SQL server</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Error-message-showing-CDC-is-not-enabled-at-table-level-though/m-p/2065913#M5814</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/2924"&gt;@desmondchew&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Are you using MS-Replication or MS-CDC?&lt;/P&gt;
&lt;P&gt;If you are using MS-CDC then use the Microsoft SQL server (MS-CDC) endpoint as a source endpoint.&lt;/P&gt;
&lt;P&gt;If you are trying to use MS-Replication then use the Microsoft SQL server as the source endpoint.&lt;/P&gt;
&lt;P&gt;If you are trying to use the MS-CDC with a Microsoft SQL server as the source endpoint then you might see this message:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;MS-REPLICATION is not enabled for table 'dbo.tableABC'. Therefore, UPDATE changes to it will not be captured. If you want UPDATE changes to be captured, either define a Primary Key for the table (if missing) or enable Microsoft CDC instead.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;To overcome this message in source endpoint--&amp;gt;Advanced--&amp;gt;Internal parameters add this internal parameter "&lt;SPAN&gt;&lt;SPAN class="ui-provider gp b c d e f g h i j k l m n o p q r s t u v w x y z ab ac ae af ag ah ai aj ak"&gt;ignoreMsReplicationEnablement" and check this option.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class="ui-provider gp b c d e f g h i j k l m n o p q r s t u v w x y z ab ac ae af ag ah ai aj ak"&gt;Thanks,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class="ui-provider gp b c d e f g h i j k l m n o p q r s t u v w x y z ab ac ae af ag ah ai aj ak"&gt;Swathi&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Apr 2023 16:40:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Error-message-showing-CDC-is-not-enabled-at-table-level-though/m-p/2065913#M5814</guid>
      <dc:creator>SwathiPulagam</dc:creator>
      <dc:date>2023-04-28T16:40:51Z</dc:date>
    </item>
    <item>
      <title>Re: Error message showing CDC is not enabled at table level though we have enabled at database level in SQL server</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Error-message-showing-CDC-is-not-enabled-at-table-level-though/m-p/2065914#M5815</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/2924"&gt;@desmondchew&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;For optimal guidance in setting up a new endpoint in your environment, it is advisable to collaborate with Professional Services.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Swathi&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Apr 2023 16:43:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Error-message-showing-CDC-is-not-enabled-at-table-level-though/m-p/2065914#M5815</guid>
      <dc:creator>SwathiPulagam</dc:creator>
      <dc:date>2023-04-28T16:43:13Z</dc:date>
    </item>
    <item>
      <title>Re: Error message showing CDC is not enabled at table level though we have enabled at database level in SQL server</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Error-message-showing-CDC-is-not-enabled-at-table-level-though/m-p/2096670#M6805</link>
      <description>&lt;P&gt;Hello Swathi,&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;What is the purpose of adding ' ignoreMsReplicationEnablement ' this parameter and what it'll do with DB and Task?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Dhina&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jul 2023 15:22:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Error-message-showing-CDC-is-not-enabled-at-table-level-though/m-p/2096670#M6805</guid>
      <dc:creator>dhina</dc:creator>
      <dc:date>2023-07-24T15:22:52Z</dc:date>
    </item>
    <item>
      <title>Re: Error message showing CDC is not enabled at table level though we have enabled at database level in SQL server</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Error-message-showing-CDC-is-not-enabled-at-table-level-though/m-p/2096790#M6809</link>
      <description>&lt;P&gt;Hello Team,&lt;/P&gt;
&lt;P&gt;These Parameter just ignores the database check during the Qlik Replicate task initiation. and you would not&amp;nbsp;got]&amp;nbsp;W: MS-REPLICATION is not enabled for table.&amp;nbsp;" However,&amp;nbsp;you may face difficulties with data replication for table participating in the replicate configuration.&amp;nbsp;&lt;BR /&gt;kindly be informed whenever&amp;nbsp;you want to prepare your database for replication with the help of replication tools.&amp;nbsp;you may need to enable different&amp;nbsp;option at Database end to achieve&amp;nbsp;that as a part of replication pre-requisite.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Sushil Kumar&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2023 01:10:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Error-message-showing-CDC-is-not-enabled-at-table-level-though/m-p/2096790#M6809</guid>
      <dc:creator>SushilKumar</dc:creator>
      <dc:date>2023-07-25T01:10:51Z</dc:date>
    </item>
  </channel>
</rss>

