<?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>article Qlik Replicate: Errors Due to Unsupported SQL Server Versions in Official Support Articles</title>
    <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Replicate-Errors-Due-to-Unsupported-SQL-Server-Versions/ta-p/2518157</link>
    <description>&lt;P&gt;Starting from Qlik Replicate versions 2024.5 and 2024.11, Microsoft SQL Server 2012 and 2014 are no longer supported. Supported SQL Server versions include 2016, 2017, 2019, and 2022. For up-to-date information, see &lt;A href="https://help.qlik.com/en-US/replicate/Content/Replicate/Main/Support%20Matrix/supported_source_endpoints.htm#Relation:~:text=No-,Microsoft%20SQL%20Server,2016%2C%202017%2C%202019%2C%20and%202022,-Yes" target="_blank" rel="noopener"&gt;Support Source Endpoints&lt;/A&gt;&amp;nbsp;for your respective version.&lt;/P&gt;
&lt;P&gt;Attempting to connect to unsupported versions, both on-premise and cloud, can result in various errors.&lt;/P&gt;
&lt;P&gt;Examples of reported Errors:&lt;/P&gt;
&lt;UL class="lia-list-style-type-circle"&gt;
&lt;LI&gt;Qlik Replicate 2024.5 accessing Microsoft Azure SQL Server 2014&lt;BR /&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;[SOURCE_CAPTURE &amp;nbsp;]W: &amp;nbsp;Table 'dbo'.'tableName' has encrypted column(s), but the 'Capture data from Always Encrypted database' option is disabled. The table will be suspended &amp;nbsp;(sqlserver_endpoint_capture.c:157)&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;Qlik Replicate 2024.11 accessing Microsoft SQL Server 2014&lt;BR /&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;[SOURCE_UNLOAD ]E: RetCode: SQL_ERROR SqlState: 42S02 NativeError: 208 Message: [Microsoft][ODBC Driver 18 for SQL Server][SQL Server]Invalid object name 'sys.column_encryption_keys'. Line: 1 Column: -1 [1022502] (ar_odbc_stmt.c:4067)&lt;/FONT&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;H3&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;Cause&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;The system view &lt;FONT face="courier new,courier"&gt;sys.column_encryption_keys&lt;/FONT&gt; is only available starting from SQL Server 2016. Attempting to query this view on earlier versions results in errors.&lt;/P&gt;
&lt;P&gt;Reference: &lt;A href="https://learn.microsoft.com/en-us/sql/relational-databases/system-catalog-views/sys-column-encryption-keys-transact-sql?view=sql-server-ver16" target="_blank" rel="noopener"&gt;sys.column_encryption_keys&lt;/A&gt; (Microsoft Docs)&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Resolution&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;Upgrade your SQL Server instances to a supported version (2016 or later) to ensure compatibility with Qlik Replicate 2024.5 and above.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Internal Investigation ID(s)&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;00375940, 00376089&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Environment&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;UL&gt;
&lt;LI&gt;Qlik Replicate&amp;nbsp;versions 2024.5, 2024.11, and higher&lt;/LI&gt;
&lt;LI&gt;Microsoft SQL Server 2014, 2012, and lower (unsupported)&lt;/LI&gt;
&lt;/UL&gt;</description>
    <pubDate>Mon, 19 May 2025 07:21:53 GMT</pubDate>
    <dc:creator>john_wang</dc:creator>
    <dc:date>2025-05-19T07:21:53Z</dc:date>
    <item>
      <title>Qlik Replicate: Errors Due to Unsupported SQL Server Versions</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Replicate-Errors-Due-to-Unsupported-SQL-Server-Versions/ta-p/2518157</link>
      <description>&lt;P&gt;Starting from Qlik Replicate versions 2024.5 and 2024.11, Microsoft SQL Server 2012 and 2014 are no longer supported. Supported SQL Server versions include 2016, 2017, 2019, and 2022. For up-to-date information, see &lt;A href="https://help.qlik.com/en-US/replicate/Content/Replicate/Main/Support%20Matrix/supported_source_endpoints.htm#Relation:~:text=No-,Microsoft%20SQL%20Server,2016%2C%202017%2C%202019%2C%20and%202022,-Yes" target="_blank" rel="noopener"&gt;Support Source Endpoints&lt;/A&gt;&amp;nbsp;for your respective version.&lt;/P&gt;
&lt;P&gt;Attempting to connect to unsupported versions, both on-premise and cloud, can result in various errors.&lt;/P&gt;
&lt;P&gt;Examples of reported Errors:&lt;/P&gt;
&lt;UL class="lia-list-style-type-circle"&gt;
&lt;LI&gt;Qlik Replicate 2024.5 accessing Microsoft Azure SQL Server 2014&lt;BR /&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;[SOURCE_CAPTURE &amp;nbsp;]W: &amp;nbsp;Table 'dbo'.'tableName' has encrypted column(s), but the 'Capture data from Always Encrypted database' option is disabled. The table will be suspended &amp;nbsp;(sqlserver_endpoint_capture.c:157)&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;Qlik Replicate 2024.11 accessing Microsoft SQL Server 2014&lt;BR /&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;[SOURCE_UNLOAD ]E: RetCode: SQL_ERROR SqlState: 42S02 NativeError: 208 Message: [Microsoft][ODBC Driver 18 for SQL Server][SQL Server]Invalid object name 'sys.column_encryption_keys'. Line: 1 Column: -1 [1022502] (ar_odbc_stmt.c:4067)&lt;/FONT&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;H3&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;Cause&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;The system view &lt;FONT face="courier new,courier"&gt;sys.column_encryption_keys&lt;/FONT&gt; is only available starting from SQL Server 2016. Attempting to query this view on earlier versions results in errors.&lt;/P&gt;
&lt;P&gt;Reference: &lt;A href="https://learn.microsoft.com/en-us/sql/relational-databases/system-catalog-views/sys-column-encryption-keys-transact-sql?view=sql-server-ver16" target="_blank" rel="noopener"&gt;sys.column_encryption_keys&lt;/A&gt; (Microsoft Docs)&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Resolution&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;Upgrade your SQL Server instances to a supported version (2016 or later) to ensure compatibility with Qlik Replicate 2024.5 and above.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Internal Investigation ID(s)&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;00375940, 00376089&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Environment&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;UL&gt;
&lt;LI&gt;Qlik Replicate&amp;nbsp;versions 2024.5, 2024.11, and higher&lt;/LI&gt;
&lt;LI&gt;Microsoft SQL Server 2014, 2012, and lower (unsupported)&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Mon, 19 May 2025 07:21:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Replicate-Errors-Due-to-Unsupported-SQL-Server-Versions/ta-p/2518157</guid>
      <dc:creator>john_wang</dc:creator>
      <dc:date>2025-05-19T07:21:53Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Replicate: Errors Due to Unsupported SQL Server Versions</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Replicate-Errors-Due-to-Unsupported-SQL-Server-Versions/tac-p/2519225#M15854</link>
      <description>&lt;P&gt;It's not normal to Upgrade SQL Server database source where we don't have full permission on it ..&lt;BR /&gt;How can I disable that&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Upgrade your SQL Server instances to a supported version (2016 or later) to ensure compatibility with Qlik Replicate 2024.5 and above.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 May 2025 17:39:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Replicate-Errors-Due-to-Unsupported-SQL-Server-Versions/tac-p/2519225#M15854</guid>
      <dc:creator>HOASTONGE</dc:creator>
      <dc:date>2025-05-27T17:39:08Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Replicate: Errors Due to Unsupported SQL Server Versions</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Replicate-Errors-Due-to-Unsupported-SQL-Server-Versions/tac-p/2519227#M15855</link>
      <description>&lt;P&gt;How can I backforward my installation of Qlik Replicate ... all job are trouble since I installed the last version .. I tought I must be refresh my env.. but it not the case .. I step forward ..&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 May 2025 17:41:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Replicate-Errors-Due-to-Unsupported-SQL-Server-Versions/tac-p/2519227#M15855</guid>
      <dc:creator>HOASTONGE</dc:creator>
      <dc:date>2025-05-27T17:41:53Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Replicate: Errors Due to Unsupported SQL Server Versions</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Replicate-Errors-Due-to-Unsupported-SQL-Server-Versions/tac-p/2519245#M15856</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/226901"&gt;@HOASTONGE&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please refer to the PDF at this link for how to back out a Replicate upgrade:&amp;nbsp;&lt;A href="https://community.qlik.com/t5/Official-Support-Articles/Qlik-Replicate-Upgrade-Best-Practices/ta-p/1729651" target="_blank"&gt;Qlik Replicate Upgrade Best Practices - Qlik Community - 1729651&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I apologize for the trouble you are having but unfortunately using a version of an endpoint or driver that was not certified with the version of Qlik Replicate that you are using can lead to unpredictable results. We can investigate if you want to open a support case, but it is very unlikely that we will be able to issue a patch for an unsupported configuration (if there is a software defect involved).&lt;/P&gt;</description>
      <pubDate>Tue, 27 May 2025 18:13:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Replicate-Errors-Due-to-Unsupported-SQL-Server-Versions/tac-p/2519245#M15856</guid>
      <dc:creator>Dana_Baldwin</dc:creator>
      <dc:date>2025-05-27T18:13:12Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Replicate: Errors Due to Unsupported SQL Server Versions</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Replicate-Errors-Due-to-Unsupported-SQL-Server-Versions/tac-p/2548355#M17080</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;A href="https://community.qlik.com/t5/user/viewprofilepage/user-id/156834" target="_blank"&gt;@Jon_Donker&lt;/A&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P data-start="54" data-end="232"&gt;Qlik Replicate validates the SQL Server version during both the Full Load and Change Processing phases. This is why the same error occurs even when running a Full Load–only task.&lt;/P&gt;
&lt;P data-start="234" data-end="427"&gt;As a workaround, you can configure a&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;64-bit ODBC DSN&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;and use a&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;generic ODBC source endpoint&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;to connect through that DSN. This approach can be used for a&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Full Load–only task&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;or&amp;nbsp;&lt;A class="MCXref xref" href="https://help.qlik.com/en-US/replicate/November2025/Content/Replicate/Main/ODBC%20with%20CDC/odbc_source_with_CDC.htm" rel="nofollow noopener noreferrer" aria-describedby="audioeye_new_window_message" target="_blank"&gt;&lt;I&gt;Using ODBC with CDC as a source&lt;/I&gt;&lt;/A&gt;.&lt;/P&gt;
&lt;P data-start="429" data-end="452" data-is-last-node="" data-is-only-node=""&gt;Hope this helps.&lt;BR data-start="445" data-end="448" /&gt;John&lt;/P&gt;</description>
      <pubDate>Mon, 04 May 2026 12:55:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Replicate-Errors-Due-to-Unsupported-SQL-Server-Versions/tac-p/2548355#M17080</guid>
      <dc:creator>john_wang</dc:creator>
      <dc:date>2026-05-04T12:55:47Z</dc:date>
    </item>
  </channel>
</rss>

