<?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 Sense Data Load Editor &amp;quot;Unknown Error&amp;quot; - (Source: 5) in Official Support Articles</title>
    <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Data-Load-Editor-quot-Unknown-Error-quot-Source-5/ta-p/1717301</link>
    <description>&lt;P&gt;The Load Script editor shows Unknown Error and a Refresh button. The Data Load connector then remains loading indefinitely.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Reviewing the Qlik Sense Engine logs found in the Engine\Trace\System log, the following can be observed:&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;RestClient: HTTP request for url v1/connectors?xrfkey=ichBinEinBerlinR&amp;nbsp;failed&amp;nbsp;with error&amp;nbsp;code&amp;nbsp;12175&amp;nbsp;(source: 5)&amp;nbsp;&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Environment:&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Qlik Sense April 2018&amp;nbsp;and up&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H5&gt;&lt;STRONG&gt;Cause:&lt;/STRONG&gt;&lt;/H5&gt;
&lt;P&gt;SSL3 may be explicitly configured as the only allowed protocol. The node service, however, does not allow SSL3.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Source, Qlik Internal ID: Qlik-94033&lt;BR /&gt;&lt;BR /&gt;When one security protocol is explicitly enabled for both client and server in the registry settings controlling schannel.dll (such as&amp;nbsp;&lt;FONT face="courier new,courier"&gt;HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\SSL 3.0\Server&lt;/FONT&gt; ), Engine's &lt;FONT face="courier new,courier"&gt;WinHttpClient &lt;/FONT&gt;code will call&amp;nbsp;&lt;SPAN&gt;WinHttpSetOption &lt;/SPAN&gt;to set this protocol as an option in a way that disallows all other protocols when Engine acts as REST client.&lt;/P&gt;
&lt;P&gt;The result was that a customer could not use the Data load editor when they explicitly enabled SSL3, since engine would then ONLY allow SSL3 at the same time as our Node services never allow SSL3.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;STRONG&gt;In short:&amp;nbsp;We have written code that makes the SCHANNEL protocol settings influence Engine in a different way from how they influence all other Windows applications. System administrators could be unaware.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;Resolution:&lt;/H4&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;Run the PowerShell script from article&amp;nbsp;&lt;A href="https://community.qlik.com/t5/Qlik-Support-Knowledge-Base/TLS-and-SSL-Support-in-Qlik-Sense-How-to-configure-QlikView-and/ta-p/1713720" target="_blank" rel="noopener"&gt;TLS and SSL Support in Qlik Sense: How to configure Qlik Sense and TLS&lt;/A&gt;&amp;nbsp;to enable the supported TLS versions.&lt;/P&gt;
&lt;P&gt;After applying the PowerShell script, the operating system needs to be restarted.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 10 Dec 2020 17:47:17 GMT</pubDate>
    <dc:creator>Sonja_Bauernfeind</dc:creator>
    <dc:date>2020-12-10T17:47:17Z</dc:date>
    <item>
      <title>Qlik Sense Data Load Editor "Unknown Error" - (Source: 5)</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Data-Load-Editor-quot-Unknown-Error-quot-Source-5/ta-p/1717301</link>
      <description>&lt;P&gt;The Load Script editor shows Unknown Error and a Refresh button. The Data Load connector then remains loading indefinitely.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Reviewing the Qlik Sense Engine logs found in the Engine\Trace\System log, the following can be observed:&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;RestClient: HTTP request for url v1/connectors?xrfkey=ichBinEinBerlinR&amp;nbsp;failed&amp;nbsp;with error&amp;nbsp;code&amp;nbsp;12175&amp;nbsp;(source: 5)&amp;nbsp;&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Environment:&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Qlik Sense April 2018&amp;nbsp;and up&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H5&gt;&lt;STRONG&gt;Cause:&lt;/STRONG&gt;&lt;/H5&gt;
&lt;P&gt;SSL3 may be explicitly configured as the only allowed protocol. The node service, however, does not allow SSL3.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Source, Qlik Internal ID: Qlik-94033&lt;BR /&gt;&lt;BR /&gt;When one security protocol is explicitly enabled for both client and server in the registry settings controlling schannel.dll (such as&amp;nbsp;&lt;FONT face="courier new,courier"&gt;HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\SSL 3.0\Server&lt;/FONT&gt; ), Engine's &lt;FONT face="courier new,courier"&gt;WinHttpClient &lt;/FONT&gt;code will call&amp;nbsp;&lt;SPAN&gt;WinHttpSetOption &lt;/SPAN&gt;to set this protocol as an option in a way that disallows all other protocols when Engine acts as REST client.&lt;/P&gt;
&lt;P&gt;The result was that a customer could not use the Data load editor when they explicitly enabled SSL3, since engine would then ONLY allow SSL3 at the same time as our Node services never allow SSL3.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;STRONG&gt;In short:&amp;nbsp;We have written code that makes the SCHANNEL protocol settings influence Engine in a different way from how they influence all other Windows applications. System administrators could be unaware.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;Resolution:&lt;/H4&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;Run the PowerShell script from article&amp;nbsp;&lt;A href="https://community.qlik.com/t5/Qlik-Support-Knowledge-Base/TLS-and-SSL-Support-in-Qlik-Sense-How-to-configure-QlikView-and/ta-p/1713720" target="_blank" rel="noopener"&gt;TLS and SSL Support in Qlik Sense: How to configure Qlik Sense and TLS&lt;/A&gt;&amp;nbsp;to enable the supported TLS versions.&lt;/P&gt;
&lt;P&gt;After applying the PowerShell script, the operating system needs to be restarted.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Dec 2020 17:47:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Data-Load-Editor-quot-Unknown-Error-quot-Source-5/ta-p/1717301</guid>
      <dc:creator>Sonja_Bauernfeind</dc:creator>
      <dc:date>2020-12-10T17:47:17Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Data Load Editor "Unknown Error" - (Source: 5)</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Data-Load-Editor-quot-Unknown-Error-quot-Source-5/tac-p/1759078#M1021</link>
      <description>&lt;P&gt;Thanks for all, the script work's like a charm&lt;/P&gt;</description>
      <pubDate>Thu, 05 Nov 2020 20:06:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Data-Load-Editor-quot-Unknown-Error-quot-Source-5/tac-p/1759078#M1021</guid>
      <dc:creator>vinicius_rosa</dc:creator>
      <dc:date>2020-11-05T20:06:00Z</dc:date>
    </item>
  </channel>
</rss>

