<?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 An error occurred or Failed to load connection error message in Qlik Sense - Server Has No Internet in Official Support Articles</title>
    <link>https://community.qlik.com/t5/Official-Support-Articles/An-error-occurred-or-Failed-to-load-connection-error-message-in/ta-p/1714051</link>
    <description>&lt;BLOCKQUOTE class="quote"&gt;Changes must be made to all Qlik servers that will not be provided with internet access.&lt;/BLOCKQUOTE&gt;
&lt;P&gt;For servers not connected to the internet, they may be prompted with a pop-up error when browsing in the Hub or in the Data Load Editor with the following errors:&lt;/P&gt;
&lt;UL class="lia-list-style-type-circle"&gt;
&lt;LI&gt;The Hub has continuous bubbles while loading forever&lt;/LI&gt;
&lt;LI&gt;The Hub is stuck on the initial loading bar&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;BR /&gt;&amp;nbsp;&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;BLOCKQUOTE class="quote"&gt;Only deploy of the listed options.&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;STRONG&gt;Option 1&lt;/STRONG&gt; will persist through upgrades, whereas&lt;STRONG&gt; Option 2&lt;/STRONG&gt; would have to be reapplied after every Qlik Sense Enterprise on Windows upgrade.&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&amp;nbsp;&lt;/H4&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Option 1:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;OL&gt;
&lt;LI&gt;Stop all Qlik Sense services on all nodes&lt;/LI&gt;
&lt;LI&gt;Edit &lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;C:\Windows\Microsoft.NET\Framework64\v4.0.30319\config\machine.config&lt;/SPAN&gt;&lt;/FONT&gt;
&lt;OL class="lia-list-style-type-lower-alpha"&gt;
&lt;LI&gt;If there is an empty&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt; &amp;lt;runtime/&amp;gt; &lt;/SPAN&gt;&lt;/FONT&gt;tag, change it to
&lt;PRE&gt;&amp;lt;runtime&amp;gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;
     &amp;lt;generatePublisherEvidence enabled="false"/&amp;gt;&amp;nbsp; 
&amp;lt;/runtime&amp;gt;&lt;/PRE&gt;
&lt;/LI&gt;
&lt;LI&gt;If there is no &lt;SPAN&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;runtime/&amp;gt;&lt;/FONT&gt; &lt;/SPAN&gt;tag, add the below anywhere above the closing&amp;nbsp;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;&amp;lt;/configuration&amp;gt; &lt;/SPAN&gt;&lt;/FONT&gt;tag.
&lt;PRE&gt;&amp;lt;runtime&amp;gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;generatePublisherEvidence enabled="false"/&amp;gt;&amp;nbsp;
&amp;lt;/runtime&amp;gt;&lt;/PRE&gt;
&lt;/LI&gt;
&lt;LI&gt;If the&amp;nbsp;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;&amp;lt;runtime&amp;gt;&lt;/SPAN&gt;&lt;/FONT&gt;&amp;nbsp;section has existing content, add &lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;generatePublisherEvidence&lt;/SPAN&gt;&lt;/FONT&gt;.
&lt;PRE&gt;&amp;lt;runtime&amp;gt;
&amp;nbsp; &amp;lt;some other key="value"/&amp;gt;
&amp;nbsp; &amp;lt;generatePublisherEvidence enabled="false"/&amp;gt;
&amp;lt;/runtime&amp;gt;&lt;/PRE&gt;
Example:&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="runtime modifcation example 1.png" style="width: 482px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/92688i6B49F689E95EA407/image-size/large?v=v2&amp;amp;px=999" role="button" title="runtime modifcation example 1.png" alt="runtime modifcation example 1.png" /&gt;&lt;/span&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Save the machine.config&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Repeat on all nodes (if applicable)&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Start services on all nodes&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;DIV&gt;&amp;nbsp;
&lt;H4&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;Option 2:&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/H4&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;SPAN&gt;Stop all services on all nodes&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Open &lt;/SPAN&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;C:\Program Files\Common Files\Qlik\Custom Data\QvRestConnector\QvRestConnector.exe.config &lt;/SPAN&gt;&lt;/FONT&gt;&lt;SPAN&gt;in an &lt;/SPAN&gt;&lt;I&gt;admin &lt;/I&gt;&lt;SPAN&gt;level Notepad window&lt;/SPAN&gt;&lt;BR /&gt;
&lt;OL class="lia-list-style-type-lower-alpha"&gt;
&lt;LI&gt;&lt;SPAN&gt;If there is an empty&lt;/SPAN&gt;&lt;SPAN&gt;&lt;FONT face="courier new,courier"&gt; &amp;lt;runtime/&amp;gt;&lt;/FONT&gt; &lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;tag, change it to&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;runtime&amp;gt;      
       &amp;lt;generatePublisherEvidence enabled="false"/&amp;gt; 
&amp;lt;/runtime&amp;gt;&lt;/LI-CODE&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;&lt;SPAN&gt;If there is no &lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;&amp;lt;runtime/&amp;gt; &lt;/SPAN&gt;&lt;/FONT&gt;&lt;SPAN&gt;tag, add the below anywhere above the closing&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;/configuration&amp;gt;&lt;/FONT&gt; &lt;/SPAN&gt;&lt;SPAN&gt;tag.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;runtime&amp;gt;
    &amp;lt;generatePublisherEvidence enabled="false"/&amp;gt; 
&amp;lt;/runtime&amp;gt;&lt;/LI-CODE&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;If the&lt;FONT face="courier new,courier"&gt;&amp;nbsp;&lt;SPAN&gt;&amp;lt;runtime&amp;gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;SPAN&gt;&amp;nbsp;section has existing content, add &lt;/SPAN&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;generatePublisherEvidence&lt;/SPAN&gt;&lt;/FONT&gt;&lt;SPAN&gt;.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;runtime&amp;gt;
  &amp;lt;some other key="value"/&amp;gt;
  &amp;lt;generatePublisherEvidence enabled="false"/&amp;gt;
&amp;lt;/runtime&amp;gt;&lt;/LI-CODE&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;4. Repeat on all nodes and repeat for all .config files&lt;/SPAN&gt;
&lt;UL class="lia-list-style-type-circle"&gt;
&lt;LI&gt;&lt;FONT face="courier new,courier"&gt;C:\Program Files\Common Files\Qlik\Custom Data\QvOdbcConnectorPackage\QvOdbcConnectorPackage.exe.config&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;C:\Program Files\Common Files\Qlik\Custom Data\QvSalesforceConnector\QvSalesforceConnector.exe.config&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;C:\Program Files\Common Files\Qlik\Custom Data\QvEssbaseConnector&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;C:\Program Files\Common Files\Qlik\Custom Data\QvRestConnector&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;C:\Program Files\Common Files\Qlik\Custom Data\QvWebStorageProviderConnectorPackage&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Start all services on all nodes&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Validate&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;It may be necessary to include the key immediately before the runtime closing tag if there are many values in the runtime section.&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;</description>
    <pubDate>Thu, 25 Jun 2026 08:38:41 GMT</pubDate>
    <dc:creator>Andre_Sostizzo</dc:creator>
    <dc:date>2026-06-25T08:38:41Z</dc:date>
    <item>
      <title>An error occurred or Failed to load connection error message in Qlik Sense - Server Has No Internet</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/An-error-occurred-or-Failed-to-load-connection-error-message-in/ta-p/1714051</link>
      <description>&lt;BLOCKQUOTE class="quote"&gt;Changes must be made to all Qlik servers that will not be provided with internet access.&lt;/BLOCKQUOTE&gt;
&lt;P&gt;For servers not connected to the internet, they may be prompted with a pop-up error when browsing in the Hub or in the Data Load Editor with the following errors:&lt;/P&gt;
&lt;UL class="lia-list-style-type-circle"&gt;
&lt;LI&gt;The Hub has continuous bubbles while loading forever&lt;/LI&gt;
&lt;LI&gt;The Hub is stuck on the initial loading bar&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;BR /&gt;&amp;nbsp;&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;BLOCKQUOTE class="quote"&gt;Only deploy of the listed options.&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;STRONG&gt;Option 1&lt;/STRONG&gt; will persist through upgrades, whereas&lt;STRONG&gt; Option 2&lt;/STRONG&gt; would have to be reapplied after every Qlik Sense Enterprise on Windows upgrade.&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&amp;nbsp;&lt;/H4&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Option 1:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;OL&gt;
&lt;LI&gt;Stop all Qlik Sense services on all nodes&lt;/LI&gt;
&lt;LI&gt;Edit &lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;C:\Windows\Microsoft.NET\Framework64\v4.0.30319\config\machine.config&lt;/SPAN&gt;&lt;/FONT&gt;
&lt;OL class="lia-list-style-type-lower-alpha"&gt;
&lt;LI&gt;If there is an empty&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt; &amp;lt;runtime/&amp;gt; &lt;/SPAN&gt;&lt;/FONT&gt;tag, change it to
&lt;PRE&gt;&amp;lt;runtime&amp;gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;
     &amp;lt;generatePublisherEvidence enabled="false"/&amp;gt;&amp;nbsp; 
&amp;lt;/runtime&amp;gt;&lt;/PRE&gt;
&lt;/LI&gt;
&lt;LI&gt;If there is no &lt;SPAN&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;runtime/&amp;gt;&lt;/FONT&gt; &lt;/SPAN&gt;tag, add the below anywhere above the closing&amp;nbsp;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;&amp;lt;/configuration&amp;gt; &lt;/SPAN&gt;&lt;/FONT&gt;tag.
&lt;PRE&gt;&amp;lt;runtime&amp;gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;generatePublisherEvidence enabled="false"/&amp;gt;&amp;nbsp;
&amp;lt;/runtime&amp;gt;&lt;/PRE&gt;
&lt;/LI&gt;
&lt;LI&gt;If the&amp;nbsp;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;&amp;lt;runtime&amp;gt;&lt;/SPAN&gt;&lt;/FONT&gt;&amp;nbsp;section has existing content, add &lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;generatePublisherEvidence&lt;/SPAN&gt;&lt;/FONT&gt;.
&lt;PRE&gt;&amp;lt;runtime&amp;gt;
&amp;nbsp; &amp;lt;some other key="value"/&amp;gt;
&amp;nbsp; &amp;lt;generatePublisherEvidence enabled="false"/&amp;gt;
&amp;lt;/runtime&amp;gt;&lt;/PRE&gt;
Example:&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="runtime modifcation example 1.png" style="width: 482px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/92688i6B49F689E95EA407/image-size/large?v=v2&amp;amp;px=999" role="button" title="runtime modifcation example 1.png" alt="runtime modifcation example 1.png" /&gt;&lt;/span&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Save the machine.config&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Repeat on all nodes (if applicable)&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Start services on all nodes&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;DIV&gt;&amp;nbsp;
&lt;H4&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;Option 2:&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/H4&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;SPAN&gt;Stop all services on all nodes&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Open &lt;/SPAN&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;C:\Program Files\Common Files\Qlik\Custom Data\QvRestConnector\QvRestConnector.exe.config &lt;/SPAN&gt;&lt;/FONT&gt;&lt;SPAN&gt;in an &lt;/SPAN&gt;&lt;I&gt;admin &lt;/I&gt;&lt;SPAN&gt;level Notepad window&lt;/SPAN&gt;&lt;BR /&gt;
&lt;OL class="lia-list-style-type-lower-alpha"&gt;
&lt;LI&gt;&lt;SPAN&gt;If there is an empty&lt;/SPAN&gt;&lt;SPAN&gt;&lt;FONT face="courier new,courier"&gt; &amp;lt;runtime/&amp;gt;&lt;/FONT&gt; &lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;tag, change it to&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;runtime&amp;gt;      
       &amp;lt;generatePublisherEvidence enabled="false"/&amp;gt; 
&amp;lt;/runtime&amp;gt;&lt;/LI-CODE&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;&lt;SPAN&gt;If there is no &lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;&amp;lt;runtime/&amp;gt; &lt;/SPAN&gt;&lt;/FONT&gt;&lt;SPAN&gt;tag, add the below anywhere above the closing&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;/configuration&amp;gt;&lt;/FONT&gt; &lt;/SPAN&gt;&lt;SPAN&gt;tag.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;runtime&amp;gt;
    &amp;lt;generatePublisherEvidence enabled="false"/&amp;gt; 
&amp;lt;/runtime&amp;gt;&lt;/LI-CODE&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;If the&lt;FONT face="courier new,courier"&gt;&amp;nbsp;&lt;SPAN&gt;&amp;lt;runtime&amp;gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;SPAN&gt;&amp;nbsp;section has existing content, add &lt;/SPAN&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;generatePublisherEvidence&lt;/SPAN&gt;&lt;/FONT&gt;&lt;SPAN&gt;.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;runtime&amp;gt;
  &amp;lt;some other key="value"/&amp;gt;
  &amp;lt;generatePublisherEvidence enabled="false"/&amp;gt;
&amp;lt;/runtime&amp;gt;&lt;/LI-CODE&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;4. Repeat on all nodes and repeat for all .config files&lt;/SPAN&gt;
&lt;UL class="lia-list-style-type-circle"&gt;
&lt;LI&gt;&lt;FONT face="courier new,courier"&gt;C:\Program Files\Common Files\Qlik\Custom Data\QvOdbcConnectorPackage\QvOdbcConnectorPackage.exe.config&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;C:\Program Files\Common Files\Qlik\Custom Data\QvSalesforceConnector\QvSalesforceConnector.exe.config&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;C:\Program Files\Common Files\Qlik\Custom Data\QvEssbaseConnector&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;C:\Program Files\Common Files\Qlik\Custom Data\QvRestConnector&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;C:\Program Files\Common Files\Qlik\Custom Data\QvWebStorageProviderConnectorPackage&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Start all services on all nodes&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Validate&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;It may be necessary to include the key immediately before the runtime closing tag if there are many values in the runtime section.&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 25 Jun 2026 08:38:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/An-error-occurred-or-Failed-to-load-connection-error-message-in/ta-p/1714051</guid>
      <dc:creator>Andre_Sostizzo</dc:creator>
      <dc:date>2026-06-25T08:38:41Z</dc:date>
    </item>
    <item>
      <title>Re: An error occurred / Failed to load connection error message in Qlik Sense - Server Has No Intern</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/An-error-occurred-or-Failed-to-load-connection-error-message-in/tac-p/1729853#M361</link>
      <description>&lt;P&gt;Note that sometimes if the &amp;lt;runtime&amp;gt;&amp;lt;/runtime&amp;gt; section is empty&amp;nbsp; you find it in the form :&lt;/P&gt;&lt;P&gt;&amp;lt;runtime /&amp;gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jul 2020 10:52:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/An-error-occurred-or-Failed-to-load-connection-error-message-in/tac-p/1729853#M361</guid>
      <dc:creator>Filippo_Nicolussi_P</dc:creator>
      <dc:date>2020-07-22T10:52:15Z</dc:date>
    </item>
    <item>
      <title>Re: An error occurred / Failed to load connection error message in Qlik Sense - Server Has No Internet</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/An-error-occurred-or-Failed-to-load-connection-error-message-in/tac-p/1772994#M1410</link>
      <description>&lt;P&gt;HI, I have the same error, in the 'Data Load Editor', the data connections it's just a spinning wheel that never seems to stop. We are with Qlik Sense 2020 Sept Patch 7. The server machine has internet connections. The option 1 was applied without success. The option 2 was applied without success. Any tips will be appreciated.&lt;/P&gt;&lt;P&gt;Gabriel&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jan 2021 20:31:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/An-error-occurred-or-Failed-to-load-connection-error-message-in/tac-p/1772994#M1410</guid>
      <dc:creator>Gabriel_Araya</dc:creator>
      <dc:date>2021-01-08T20:31:47Z</dc:date>
    </item>
    <item>
      <title>Re: An error occurred / Failed to load connection error message in Qlik Sense - Server Has No Internet</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/An-error-occurred-or-Failed-to-load-connection-error-message-in/tac-p/1807970#M2794</link>
      <description>&lt;P&gt;Option 1 did not work.&lt;BR /&gt;Option 2 afterwards did not work, still incredible slow ...&lt;BR /&gt;do you need to do the same for the SAP-Connector configs, if installed?&lt;/P&gt;</description>
      <pubDate>Fri, 14 May 2021 11:23:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/An-error-occurred-or-Failed-to-load-connection-error-message-in/tac-p/1807970#M2794</guid>
      <dc:creator>john_oll</dc:creator>
      <dc:date>2021-05-14T11:23:02Z</dc:date>
    </item>
    <item>
      <title>Re: An error occurred / Failed to load connection error message in Qlik Sense - Server Has No Internet</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/An-error-occurred-or-Failed-to-load-connection-error-message-in/tac-p/1821946#M3666</link>
      <description>&lt;P&gt;Having the same problem, we're with May 2021 Release Patch 3.&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/95446"&gt;@Gabriel_Araya&lt;/a&gt;&amp;nbsp;we're you able to fix your issue?&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jul 2021 03:42:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/An-error-occurred-or-Failed-to-load-connection-error-message-in/tac-p/1821946#M3666</guid>
      <dc:creator>eclutario</dc:creator>
      <dc:date>2021-07-14T03:42:45Z</dc:date>
    </item>
    <item>
      <title>Re: An error occurred / Failed to load connection error message in Qlik Sense - Server Has No Internet</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/An-error-occurred-or-Failed-to-load-connection-error-message-in/tac-p/1822278#M3693</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/8964"&gt;@eclutario&lt;/a&gt;&amp;nbsp;make sure you don't have error(s) in the network tab in your browser dev tools. I had an "&lt;STRONG&gt;unknown error&lt;/STRONG&gt;" showing up despite I had apply the options listed in this article. I also had an error in the engine logs:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&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;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;This solution did the trick for me&amp;nbsp; (Qlik support provided it to me):&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://community.qlik.com/t5/Knowledge-Base/Qlik-Sense-Data-Load-Editor-quot-Unknown-Error-quot-Source-5/ta-p/1717301?_ga=2.266263181.343844665.1626168876-768955529.1623675039" target="_blank"&gt;https://community.qlik.com/t5/Knowledge-Base/Qlik-Sense-Data-Load-Editor-quot-Unknown-Error-quot-Source-5/ta-p/1717301?_ga=2.266263181.343844665.1626168876-768955529.1623675039&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Hope this helps!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jul 2021 08:08:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/An-error-occurred-or-Failed-to-load-connection-error-message-in/tac-p/1822278#M3693</guid>
      <dc:creator>Thomas_Vallée</dc:creator>
      <dc:date>2021-07-15T08:08:02Z</dc:date>
    </item>
    <item>
      <title>Re: An error occurred / Failed to load connection error message in Qlik Sense - Server Has No Internet</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/An-error-occurred-or-Failed-to-load-connection-error-message-in/tac-p/1836663#M4277</link>
      <description>&lt;P&gt;Seems like I was finally able to fix the problem.&lt;BR /&gt;&lt;BR /&gt;Problem was that it always took 1minute until data connections were loaded, both when entering script editor for the first time during a session and at random points afterwards.&lt;BR /&gt;&lt;BR /&gt;What helped to identify the underlying problem was debug-view in Chrome ( Press F12). In that view an error for the Data Market showed up each time the connections finished loading.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Solution was to remove Data Market folder from&amp;nbsp; C:\Program Files\Common Files\Qlik\Custom Data\&lt;BR /&gt;&lt;BR /&gt;So if your server can't access the internet, I would recommend you remove that connector (and repeat that after each update).&lt;BR /&gt;Would be great if Qlik fixed this behavior, so the manual solution is no longer necessary in the future.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Sep 2021 12:56:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/An-error-occurred-or-Failed-to-load-connection-error-message-in/tac-p/1836663#M4277</guid>
      <dc:creator>john_oll</dc:creator>
      <dc:date>2021-09-16T12:56:39Z</dc:date>
    </item>
    <item>
      <title>Re: An error occurred / Failed to load connection error message in Qlik Sense - Server Has No Internet</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/An-error-occurred-or-Failed-to-load-connection-error-message-in/tac-p/1929104#M6392</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;On version QSE Feb2022 on server which is cut from internet , option 1 solve problems with long loading/not working connectors&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;brgds&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Jan Farkas&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 May 2022 09:46:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/An-error-occurred-or-Failed-to-load-connection-error-message-in/tac-p/1929104#M6392</guid>
      <dc:creator>janyf</dc:creator>
      <dc:date>2022-05-11T09:46:16Z</dc:date>
    </item>
    <item>
      <title>Re: An error occurred / Failed to load connection error message in Qlik Sense - Server Has No Internet</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/An-error-occurred-or-Failed-to-load-connection-error-message-in/tac-p/1987819#M7432</link>
      <description>&lt;P&gt;Hello All,&lt;/P&gt;
&lt;P&gt;My server do not have Internet Connection and only opened port 80 , 443 outbound for Qilk license to validate for August 2022 Version.&amp;nbsp; After opening Data Editor its keep on rotating. Is there any specific port need to open for Data Editor on non internet devices ?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Error in logs :&amp;nbsp; throwing error on port 4242.&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;</description>
      <pubDate>Sat, 01 Oct 2022 11:34:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/An-error-occurred-or-Failed-to-load-connection-error-message-in/tac-p/1987819#M7432</guid>
      <dc:creator>jaishree_Qlik</dc:creator>
      <dc:date>2022-10-01T11:34:56Z</dc:date>
    </item>
    <item>
      <title>Re: An error occurred / Failed to load connection error message in Qlik Sense - Server Has No Internet</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/An-error-occurred-or-Failed-to-load-connection-error-message-in/tac-p/1988603#M7447</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/144939"&gt;@jaishree_Qlik&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would recommend posting about this issue directly in our community forum (&lt;A href="https://community.qlik.com/t5/Deployment-Management/bd-p/qlik-sense-deployment" target="_blank" rel="noopener"&gt;Qlik Sense Deployment and Management&lt;/A&gt;), as that way you can make use of our active member base as well as our engineers monitoring the forums.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When posting on the forum please be specific and include screenshots of the error, mention your version, and give details about what you located in the logs.&lt;/P&gt;
&lt;P&gt;Though to get you started: If you are seeing an error in your log files and have traced it back to the issue, I would recommend searching for the specific error in our knowledge base. If you are looking for a list of required ports overall, you can check your version of Qlik Sense on the help site. Here is a link to August 2022's version: &lt;A href="https://help.qlik.com/en-US/sense-admin/August2022/Subsystems/DeployAdministerQSE/Content/Sense_DeployAdminister/QSEoW/Deploy_QSEoW/Ports.htm" target="_blank" rel="noopener"&gt;ports&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;You may also want to check out&amp;nbsp;&lt;A href="https://community.qlik.com/t5/Official-Support-Articles/Data-Connections-Pane-in-Qlik-Sense-Hub-not-loading/ta-p/1717235" target="_blank" rel="noopener"&gt;Data Connections Pane in Qlik Sense Hub not loading&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;Another thing to consider is whether or not you have any custom security rules in your Qlik Sense environment which may prevent access to the Data Editor.&lt;/P&gt;
&lt;P&gt;All the best,&lt;BR /&gt;Sonja&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Oct 2022 12:31:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/An-error-occurred-or-Failed-to-load-connection-error-message-in/tac-p/1988603#M7447</guid>
      <dc:creator>Sonja_Bauernfeind</dc:creator>
      <dc:date>2022-10-04T12:31:15Z</dc:date>
    </item>
    <item>
      <title>Re: An error occurred / Failed to load connection error message in Qlik Sense - Server Has No Internet</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/An-error-occurred-or-Failed-to-load-connection-error-message-in/tac-p/2160373#M11097</link>
      <description>&lt;P&gt;solution 2 worked for me&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jan 2024 08:31:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/An-error-occurred-or-Failed-to-load-connection-error-message-in/tac-p/2160373#M11097</guid>
      <dc:creator>jamshed</dc:creator>
      <dc:date>2024-01-11T08:31:12Z</dc:date>
    </item>
    <item>
      <title>Re: An error occurred / Failed to load connection error message in Qlik Sense - Server Has No Internet</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/An-error-occurred-or-Failed-to-load-connection-error-message-in/tac-p/2530024#M16333</link>
      <description>&lt;P&gt;Dear&lt;BR /&gt;&lt;BR /&gt;After upgrading to Qliksense May 2025 patch 5,&lt;/P&gt;&lt;P&gt;the default value is showing below under runtime tag for&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;- QvEssbaseConnector&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;- QvSalesforceConnector.exe.config&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;- QvSapConnectorPackage.exe.config&lt;/P&gt;&lt;P&gt;- QvWebConnectorPackage.exe&lt;/P&gt;&lt;P&gt;- QvWebStorageProviderConnectorPackage.exe&lt;/P&gt;&lt;P&gt;- QvRestConnector.exe&lt;BR /&gt;&lt;BR /&gt;&amp;lt;runtime&amp;gt;&lt;BR /&gt;&amp;lt;assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"&amp;gt;&lt;BR /&gt;&amp;lt;/assemblyBinding&amp;gt;&lt;BR /&gt;&amp;lt;/runtime&amp;gt;&lt;/P&gt;&lt;P&gt;And&amp;nbsp;QvOdbcConnectorPackage.exe does not have runtime tag in the file&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Sep 2025 04:10:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/An-error-occurred-or-Failed-to-load-connection-error-message-in/tac-p/2530024#M16333</guid>
      <dc:creator>Tool_Tip</dc:creator>
      <dc:date>2025-09-08T04:10:27Z</dc:date>
    </item>
    <item>
      <title>Re: An error occurred / Failed to load connection error message in Qlik Sense - Server Has No Internet</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/An-error-occurred-or-Failed-to-load-connection-error-message-in/tac-p/2548343#M17078</link>
      <description>&lt;P&gt;Option 1 worked for me&lt;/P&gt;&lt;P&gt;Using Qlik sense November 2025 patch 7&lt;/P&gt;</description>
      <pubDate>Mon, 04 May 2026 07:38:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/An-error-occurred-or-Failed-to-load-connection-error-message-in/tac-p/2548343#M17078</guid>
      <dc:creator>ghimsong</dc:creator>
      <dc:date>2026-05-04T07:38:09Z</dc:date>
    </item>
  </channel>
</rss>

