<?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 Qlik Replicate: Unable to test ms-cdc/sqlserver source endpoint in Qlik Replicate</title>
    <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Unable-to-test-ms-cdc-sqlserver-source-endpoint/m-p/2062547#M5726</link>
    <description>&lt;P&gt;I am trying to setup SQL Server as source in Qlik Replicate. However, I am receiving error 'Failed to load SQL Client' cannot load &amp;lt;msodbcsql17.dll, sqlncli11.dll, &amp;gt; Cannot load sqlncli.dll. The specified module cannot be found.&lt;/P&gt;
&lt;P&gt;I was able to locate sqlncli.dll in WinSxS folder and setup environment path for the same.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- Restarted Qlik Replicate server and check. Still ended up receiving the same error.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have tried installing odbc driver version 18.1, 17.6 and 11 but still issue persists.&lt;/P&gt;
&lt;P&gt;I have attached error screenshot for reference.&lt;/P&gt;
&lt;P&gt;Below are pre-requisites enabled at mssql source db:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;gt; Preparing the MSSQL database for CDC&lt;/P&gt;
&lt;P&gt;The following section explains how to set up the database for CDC.&lt;/P&gt;
&lt;P&gt;To set up the database for CDC:&lt;/P&gt;
&lt;P&gt;&amp;gt; Setup the database for MS-CDC by executing the following: exec source_db_name.dbo.sp_cdc_enable_db&lt;/P&gt;
&lt;P&gt;where source_db_name is the name of the source database. (Skip the step if CDC is enabled for the source database)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;gt; The replication task automatically enables MS-CDC for all the source tables.&lt;/P&gt;
&lt;P&gt;However, if you prefer to enable MS-CDC manually, execute the following script (for each of the intended source tables):&lt;/P&gt;
&lt;P&gt;exec sys.sp_cdc_enable_table&lt;/P&gt;
&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/95739"&gt;@Source&lt;/a&gt;_schema = N'schema_name',&lt;/P&gt;
&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/95739"&gt;@Source&lt;/a&gt;_name = N'table_name',&lt;/P&gt;
&lt;P&gt;@role_name = NULL&lt;/P&gt;
&lt;P&gt;where schema_name and table_name are the names of the source schema and the source table respectively.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;gt; Required permissions&lt;/P&gt;
&lt;P&gt;The user specified in the endpoint settings must have the following privileges on the source database:&lt;/P&gt;
&lt;P&gt;Running without the db_owner role&lt;/P&gt;
&lt;P&gt;If the user is not a member of the db_owner database role, the following permissions must be granted on the source database for CDCUSER:&lt;/P&gt;
&lt;P&gt;- grant VIEW DATABASE STATE&lt;/P&gt;
&lt;P&gt;- grant SELECT&lt;/P&gt;
&lt;P&gt;Kindly assist.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 20 Apr 2023 12:17:15 GMT</pubDate>
    <dc:creator>dineshkumarl</dc:creator>
    <dc:date>2023-04-20T12:17:15Z</dc:date>
    <item>
      <title>Qlik Replicate: Unable to test ms-cdc/sqlserver source endpoint</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Unable-to-test-ms-cdc-sqlserver-source-endpoint/m-p/2062547#M5726</link>
      <description>&lt;P&gt;I am trying to setup SQL Server as source in Qlik Replicate. However, I am receiving error 'Failed to load SQL Client' cannot load &amp;lt;msodbcsql17.dll, sqlncli11.dll, &amp;gt; Cannot load sqlncli.dll. The specified module cannot be found.&lt;/P&gt;
&lt;P&gt;I was able to locate sqlncli.dll in WinSxS folder and setup environment path for the same.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- Restarted Qlik Replicate server and check. Still ended up receiving the same error.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have tried installing odbc driver version 18.1, 17.6 and 11 but still issue persists.&lt;/P&gt;
&lt;P&gt;I have attached error screenshot for reference.&lt;/P&gt;
&lt;P&gt;Below are pre-requisites enabled at mssql source db:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;gt; Preparing the MSSQL database for CDC&lt;/P&gt;
&lt;P&gt;The following section explains how to set up the database for CDC.&lt;/P&gt;
&lt;P&gt;To set up the database for CDC:&lt;/P&gt;
&lt;P&gt;&amp;gt; Setup the database for MS-CDC by executing the following: exec source_db_name.dbo.sp_cdc_enable_db&lt;/P&gt;
&lt;P&gt;where source_db_name is the name of the source database. (Skip the step if CDC is enabled for the source database)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;gt; The replication task automatically enables MS-CDC for all the source tables.&lt;/P&gt;
&lt;P&gt;However, if you prefer to enable MS-CDC manually, execute the following script (for each of the intended source tables):&lt;/P&gt;
&lt;P&gt;exec sys.sp_cdc_enable_table&lt;/P&gt;
&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/95739"&gt;@Source&lt;/a&gt;_schema = N'schema_name',&lt;/P&gt;
&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/95739"&gt;@Source&lt;/a&gt;_name = N'table_name',&lt;/P&gt;
&lt;P&gt;@role_name = NULL&lt;/P&gt;
&lt;P&gt;where schema_name and table_name are the names of the source schema and the source table respectively.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;gt; Required permissions&lt;/P&gt;
&lt;P&gt;The user specified in the endpoint settings must have the following privileges on the source database:&lt;/P&gt;
&lt;P&gt;Running without the db_owner role&lt;/P&gt;
&lt;P&gt;If the user is not a member of the db_owner database role, the following permissions must be granted on the source database for CDCUSER:&lt;/P&gt;
&lt;P&gt;- grant VIEW DATABASE STATE&lt;/P&gt;
&lt;P&gt;- grant SELECT&lt;/P&gt;
&lt;P&gt;Kindly assist.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Apr 2023 12:17:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Unable-to-test-ms-cdc-sqlserver-source-endpoint/m-p/2062547#M5726</guid>
      <dc:creator>dineshkumarl</dc:creator>
      <dc:date>2023-04-20T12:17:15Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Replicate: Unable to test ms-cdc/sqlserver source endpoint</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Unable-to-test-ms-cdc-sqlserver-source-endpoint/m-p/2062699#M5735</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/205631"&gt;@dineshkumarl&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Which version of Qlik Replicate are you using?&lt;/P&gt;
&lt;P&gt;Is SQL Server on prem or Azure?&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Dana&lt;/P&gt;</description>
      <pubDate>Thu, 20 Apr 2023 16:42:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Unable-to-test-ms-cdc-sqlserver-source-endpoint/m-p/2062699#M5735</guid>
      <dc:creator>Dana_Baldwin</dc:creator>
      <dc:date>2023-04-20T16:42:51Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Replicate: Unable to test ms-cdc/sqlserver source endpoint</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Unable-to-test-ms-cdc-sqlserver-source-endpoint/m-p/2062778#M5739</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/205631"&gt;@dineshkumarl&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Besides&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/121014"&gt;@Dana_Baldwin&lt;/a&gt;&amp;nbsp;comment, in old Replicate versions, the default driver is SQL Server Native Client 11, in new versions the default driver is&amp;nbsp;&lt;A title="Replicate 2022.5" href="https://help.qlik.com/en-US/replicate/May2022/Content/Global_Common/Content/SharedReplicateHDD/SQLServer-Source/prereqs_sql_server.htm" target="_blank" rel="noopener"&gt;Microsoft ODBC Driver 17.6&lt;/A&gt;, or &lt;A title="Replicate 2022.11" href="https://help.qlik.com/en-US/replicate/November2022/Content/Global_Common/Content/SharedReplicateHDD/SQLServer-Source/prereqs_sql_server.htm" target="_blank" rel="noopener"&gt;Microsoft ODBC Driver 18.1&lt;/A&gt;. From the error messages, it seems Replicate is trying to load Native Client 11.&lt;/P&gt;
&lt;P&gt;If you want to Replicate use non-default version (if these versions can be installed side by side on the same server) or different driver to connect to SQL Server source:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Open&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;SQLServer source endpoint&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Go to the&amp;nbsp;&lt;STRONG&gt;Advanced&lt;/STRONG&gt;&amp;nbsp;tab&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Open&amp;nbsp;&lt;STRONG&gt;Internal Parameters&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Add a&lt;EM class="Highlight"&gt;&amp;nbsp;new&amp;nbsp;&lt;/EM&gt;parameter named&amp;nbsp;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;provider&lt;BR /&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;Press&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&amp;lt;Enter&amp;gt;&lt;/STRONG&gt;&amp;nbsp;and set the parameter's value to:&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="courier new,courier"&gt;ODBC Driver 18 for SQL Server&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;&lt;BR /&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;A sample:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="john_wang_0-1682038598989.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/105433i4AF6B275FC849574/image-size/medium?v=v2&amp;amp;px=400" role="button" title="john_wang_0-1682038598989.png" alt="john_wang_0-1682038598989.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;You can use any supported versions, the ODBC Driver name can be found in ODBC Manager.&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>Fri, 21 Apr 2023 00:59:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Unable-to-test-ms-cdc-sqlserver-source-endpoint/m-p/2062778#M5739</guid>
      <dc:creator>john_wang</dc:creator>
      <dc:date>2023-04-21T00:59:44Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Replicate: Unable to test ms-cdc/sqlserver source endpoint</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Unable-to-test-ms-cdc-sqlserver-source-endpoint/m-p/2063470#M5761</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/115309"&gt;@john_wang&lt;/a&gt;&amp;nbsp; I have added the mentioned parameter but still receiving the same error. Do you have to restart qlik replicate server after adding the parameter?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Apr 2023 07:18:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Unable-to-test-ms-cdc-sqlserver-source-endpoint/m-p/2063470#M5761</guid>
      <dc:creator>dineshkumarl</dc:creator>
      <dc:date>2023-04-24T07:18:13Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Replicate: Unable to test ms-cdc/sqlserver source endpoint</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Unable-to-test-ms-cdc-sqlserver-source-endpoint/m-p/2063471#M5762</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/121014"&gt;@Dana_Baldwin&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Qlik replicate:&amp;nbsp;&lt;SPAN&gt;Product Release: 2021.11.0.165&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;SQL Server: On-Prem&lt;/P&gt;</description>
      <pubDate>Mon, 24 Apr 2023 07:18:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Unable-to-test-ms-cdc-sqlserver-source-endpoint/m-p/2063471#M5762</guid>
      <dc:creator>dineshkumarl</dc:creator>
      <dc:date>2023-04-24T07:18:46Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Replicate: Unable to test ms-cdc/sqlserver source endpoint</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Unable-to-test-ms-cdc-sqlserver-source-endpoint/m-p/2063831#M5767</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/205631"&gt;@dineshkumarl&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You do not have to restart the Replicate services after adding an internal parameter to an endpoint, but you do need to restart the services after each driver installation on the server.&lt;/P&gt;
&lt;P&gt;Version 2021.11 requires driver&amp;nbsp;&lt;SPAN&gt;ODBC Driver 17.6. I know you've tried this one before, and using the internal parameter should allow you to use a different driver, but we should probably focus on getting this version to work since it is the one recommended in the User Guide.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://help.qlik.com/en-US/replicate/November2021/Content/Replicate/Main/SQL%20Server/prereqs_sql_server.htm" target="_blank"&gt;Prerequisites | Qlik Replicate Help&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Is the driver listed in ODBC Data Source Administrator (64-bit) on the Drivers tab?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Dana&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Apr 2023 17:54:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Unable-to-test-ms-cdc-sqlserver-source-endpoint/m-p/2063831#M5767</guid>
      <dc:creator>Dana_Baldwin</dc:creator>
      <dc:date>2023-04-24T17:54:09Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Replicate: Unable to test ms-cdc/sqlserver source endpoint</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Unable-to-test-ms-cdc-sqlserver-source-endpoint/m-p/2065917#M5816</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/205631"&gt;@dineshkumarl&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;After restarting the Replicate service if the issue is not resolved then please open a support case.&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, 28 Apr 2023 16:46:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Unable-to-test-ms-cdc-sqlserver-source-endpoint/m-p/2065917#M5816</guid>
      <dc:creator>SwathiPulagam</dc:creator>
      <dc:date>2023-04-28T16:46:13Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Replicate: Unable to test ms-cdc/sqlserver source endpoint</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Unable-to-test-ms-cdc-sqlserver-source-endpoint/m-p/2066063#M5820</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The issue still persist. Hence, I have created a support ticket as suggested.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for your assistance!&lt;/P&gt;</description>
      <pubDate>Sat, 29 Apr 2023 12:10:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Unable-to-test-ms-cdc-sqlserver-source-endpoint/m-p/2066063#M5820</guid>
      <dc:creator>dineshkumarl</dc:creator>
      <dc:date>2023-04-29T12:10:40Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Replicate: Unable to test ms-cdc/sqlserver source endpoint</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Unable-to-test-ms-cdc-sqlserver-source-endpoint/m-p/2463047#M11556</link>
      <description>&lt;P&gt;Any update on this one - I am also seeing the same issue it is not allowing to save 18, but it allows to save 17. But I need 18.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jun 2024 14:07:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Unable-to-test-ms-cdc-sqlserver-source-endpoint/m-p/2463047#M11556</guid>
      <dc:creator>S_Ravi</dc:creator>
      <dc:date>2024-06-17T14:07:01Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Replicate: Unable to test ms-cdc/sqlserver source endpoint</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Unable-to-test-ms-cdc-sqlserver-source-endpoint/m-p/2463059#M11557</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/159435"&gt;@S_Ravi&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;You may choose MS ODBC version if you installed multiple ODBC clients on the same server, see my previous comment (in&amp;nbsp;&lt;SPAN&gt;2023-04-21). MS ODBC version 17 and version 18 can be installed side by side, you may use internal parameter &lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;provider&amp;nbsp;&lt;/FONT&gt;&lt;/STRONG&gt;to decide which version should be used.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Hope this helps.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;John.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jun 2024 14:27:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Unable-to-test-ms-cdc-sqlserver-source-endpoint/m-p/2463059#M11557</guid>
      <dc:creator>john_wang</dc:creator>
      <dc:date>2024-06-17T14:27:59Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Replicate: Unable to test ms-cdc/sqlserver source endpoint</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Unable-to-test-ms-cdc-sqlserver-source-endpoint/m-p/2463069#M11558</link>
      <description>&lt;P&gt;I tested , it works now having both odbc 17 and 18 on qreplicate server , it picks odbc 18 correctly.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jun 2024 14:38:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Unable-to-test-ms-cdc-sqlserver-source-endpoint/m-p/2463069#M11558</guid>
      <dc:creator>S_Ravi</dc:creator>
      <dc:date>2024-06-17T14:38:31Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Replicate: Unable to test ms-cdc/sqlserver source endpoint</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Unable-to-test-ms-cdc-sqlserver-source-endpoint/m-p/2463070#M11559</link>
      <description>&lt;P&gt;Glad to hear that, thank you so much for your great support&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/159435"&gt;@S_Ravi&lt;/a&gt;&amp;nbsp;!&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jun 2024 14:40:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Unable-to-test-ms-cdc-sqlserver-source-endpoint/m-p/2463070#M11559</guid>
      <dc:creator>john_wang</dc:creator>
      <dc:date>2024-06-17T14:40:46Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Replicate: Unable to test ms-cdc/sqlserver source endpoint</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Unable-to-test-ms-cdc-sqlserver-source-endpoint/m-p/2464046#M11633</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I was able to resolve the issue by :&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We were able to succeed with test connection after installing ODBC driver 17.6 and removing internal parameter.&amp;nbsp;&lt;/SPAN&gt;18 did not work for me.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jun 2024 05:37:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Unable-to-test-ms-cdc-sqlserver-source-endpoint/m-p/2464046#M11633</guid>
      <dc:creator>dineshkumarl</dc:creator>
      <dc:date>2024-06-20T05:37:58Z</dc:date>
    </item>
  </channel>
</rss>

