<?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 App Reload Fail With &amp;quot;Error: QlikView Connector is not responding&amp;quot; Or  &amp;quot;Connector is not responding&amp;quot;. in Official Support Articles</title>
    <link>https://community.qlik.com/t5/Official-Support-Articles/App-Reload-Fail-With-quot-Error-QlikView-Connector-is-not/ta-p/1714695</link>
    <description>&lt;H4&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;Scenario:&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/H4&gt;
&lt;UL class="lia-list-style-type-circle"&gt;
&lt;LI&gt;Qlik Sense has restricted, slow or no internet connection.&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;App reload fails with error message&amp;nbsp;"&lt;FONT face="courier new,courier"&gt;QlikView Connector is not responding&lt;/FONT&gt;" or "&lt;FONT face="courier new,courier"&gt;Connector is not responding&lt;/FONT&gt;".&lt;/LI&gt;
&lt;LI&gt;Sheets are slow to open.&lt;/LI&gt;
&lt;LI&gt;&lt;FONT face="courier new,courier"&gt;ErrorCode.11041&lt;/FONT&gt; occurs when opening up an App&lt;/LI&gt;
&lt;LI&gt;&lt;FONT face="courier new,courier"&gt;ErrorCode.11043&lt;/FONT&gt; occurs when creating a Database connection in the data load editor.&lt;/LI&gt;
&lt;/UL&gt;
&lt;H3 class="qlik-migrated-tkb-headings"&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Cause:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;Qlik connectors are cryptographically signed for authenticity verification. The .NET framework verification procedure used for this signing includes checking OCSP and Certificate Revocation List information, which are fetched from a online resource if the system doesn't have a cached local copy. These requests will timeout due to lack of access to online resource in environments with restricted, slow or no internet connection. Due to&amp;nbsp;authenticity check failure the connector will not run, and the app reload fails.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Qlik R&amp;amp;D is evaluating options to mitigate the effect of&amp;nbsp;restricted, slow or no internet connection for future releases of Qlik Sense.&lt;/P&gt;
&lt;H3 class="qlik-migrated-tkb-headings"&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Resolution:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;This issue can be resolved by disabling the online dependency for .NET framework based&amp;nbsp;authenticity verification.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;There are two (2) ways of accomplishing this, either by &lt;STRONG&gt;modifying the configuration file&lt;/STRONG&gt; for &lt;U&gt;each connector&lt;/U&gt; or by changing the&lt;STRONG&gt; .Net Framework's&amp;nbsp;&lt;TT&gt;machine.config&lt;/TT&gt;&amp;nbsp;file&lt;/STRONG&gt; on a global level which applies for all connectors.&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Option 1: Editing the Connector configuration file:&lt;/STRONG&gt;Stop all Qlik Sense services on all nodes&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Open the config file in the connector folder in &lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;C:\Program Files\Common Files\Qlik\Custom Data\&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;BR /&gt;for instance&amp;nbsp;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;C:\Program Files\Common Files\Qlik\Custom Data\QvOdbcConnectorPackage\QvOdbcConnectorPackage.exe.config&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;Add the following values before the closing &lt;FONT face="courier new,courier"&gt;&amp;lt;/configuration&amp;gt;&lt;/FONT&gt; tag:&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;&amp;lt;runtime&amp;gt;&amp;nbsp;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;lt;generatePublisherEvidence enabled="false"/&amp;gt;&amp;nbsp;&lt;BR /&gt;&amp;lt;/runtime&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;Repeat steps 2 and 3 for all nodes and all .config files
&lt;UL class="lia-list-style-type-circle"&gt;
&lt;LI&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;C:\Program Files\Common Files\Qlik\Custom Data\QvOdbcConnectorPackage\QvOdbcConnectorPackage.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\QvDataMarketConnector\QvDataMarketConnector.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\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\QvRestConnector\QvRestConnector.exe.config&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;Option 2: &amp;nbsp;Editing the&amp;nbsp;.Net Framework's&amp;nbsp;&lt;TT&gt;machine.config&lt;/TT&gt;&amp;nbsp;file&lt;/STRONG&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Edit &lt;FONT face="courier new,courier"&gt;C:\Windows\Microsoft.NET\Framework64\v4.0.30319\config\machine.config&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;
&lt;OL class="lia-list-style-type-lower-alpha"&gt;
&lt;LI&gt;If there is a &lt;FONT face="courier new,courier"&gt;&amp;lt;runtime/&amp;gt;&lt;/FONT&gt; tag, change it to&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;runtime&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;nbsp; &amp;lt;generatePublisherEvidence enabled="false"/&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;/runtime&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;If there is other stuff in the &amp;lt;runtime&amp;gt; section, then change it to look like this:&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;&amp;lt;runtime&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;some other="stuff"&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;lt;...&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;generatePublisherEvidence enabled="false"/&amp;gt;&lt;BR /&gt;&amp;lt;/runtime&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;LI&gt;Save &lt;FONT face="courier new,courier"&gt;machine.config&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;Repeat on all nodes (if applicable)&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&lt;STRONG&gt;NOTE1&lt;/STRONG&gt;: Changes to &lt;STRONG&gt;&lt;TT&gt;machine.config&lt;/TT&gt;&amp;nbsp;&lt;/STRONG&gt;affects all software using the .NET framework feature.&amp;nbsp;&lt;BR /&gt;&lt;STRONG&gt;NOTE2&lt;/STRONG&gt;: 3rd party connectors &lt;EM&gt;might&lt;/EM&gt;&amp;nbsp;be compiled for 32-bit platforms. In such case repeat steps above for the 32-bit version of the&amp;nbsp;&lt;TT&gt;machine.config&lt;/TT&gt;&amp;nbsp;file; Path&amp;nbsp;&lt;FONT face="courier new,courier"&gt;C:\Windows\Microsoft.NET\Framework\v4.0.30319\config\machine.config&lt;/FONT&gt;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Related Content:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;A href="https://community.qlik.com/t5/Official-Support-Articles/An-error-occurred-Failed-to-load-connection-error-message-in/ta-p/1714051" target="_blank" rel="noopener"&gt;An error occurred / Failed to load connection error message in Qlik Sense - Server Has No Internet&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;&lt;A href="https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-ODBC-Connectors-are-no-longer-available-after-an/ta-p/1819172" target="_blank" rel="noopener"&gt;Qlik Sense - ODBC Connectors are no longer available after an Upgrade - Error Message "Unknown Connection Type. QvOdbcConnectorPackage.exe"&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Internal Investigation IDs:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;SPAN&gt;QLIK-66335&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&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;P class="lia-indent-padding-left-30px"&gt;&lt;LI-PRODUCT title="QlikView" id="qlikView"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;&lt;BR /&gt;&lt;LI-PRODUCT title="Qlik Sense Enterprise on Windows" id="qlikSenseEnterpriseWindows"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 29 Mar 2023 15:05:10 GMT</pubDate>
    <dc:creator>Sonja_Bauernfeind</dc:creator>
    <dc:date>2023-03-29T15:05:10Z</dc:date>
    <item>
      <title>App Reload Fail With "Error: QlikView Connector is not responding" Or  "Connector is not responding".</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/App-Reload-Fail-With-quot-Error-QlikView-Connector-is-not/ta-p/1714695</link>
      <description>&lt;H4&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;Scenario:&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/H4&gt;
&lt;UL class="lia-list-style-type-circle"&gt;
&lt;LI&gt;Qlik Sense has restricted, slow or no internet connection.&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;App reload fails with error message&amp;nbsp;"&lt;FONT face="courier new,courier"&gt;QlikView Connector is not responding&lt;/FONT&gt;" or "&lt;FONT face="courier new,courier"&gt;Connector is not responding&lt;/FONT&gt;".&lt;/LI&gt;
&lt;LI&gt;Sheets are slow to open.&lt;/LI&gt;
&lt;LI&gt;&lt;FONT face="courier new,courier"&gt;ErrorCode.11041&lt;/FONT&gt; occurs when opening up an App&lt;/LI&gt;
&lt;LI&gt;&lt;FONT face="courier new,courier"&gt;ErrorCode.11043&lt;/FONT&gt; occurs when creating a Database connection in the data load editor.&lt;/LI&gt;
&lt;/UL&gt;
&lt;H3 class="qlik-migrated-tkb-headings"&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Cause:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;Qlik connectors are cryptographically signed for authenticity verification. The .NET framework verification procedure used for this signing includes checking OCSP and Certificate Revocation List information, which are fetched from a online resource if the system doesn't have a cached local copy. These requests will timeout due to lack of access to online resource in environments with restricted, slow or no internet connection. Due to&amp;nbsp;authenticity check failure the connector will not run, and the app reload fails.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Qlik R&amp;amp;D is evaluating options to mitigate the effect of&amp;nbsp;restricted, slow or no internet connection for future releases of Qlik Sense.&lt;/P&gt;
&lt;H3 class="qlik-migrated-tkb-headings"&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Resolution:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;This issue can be resolved by disabling the online dependency for .NET framework based&amp;nbsp;authenticity verification.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;There are two (2) ways of accomplishing this, either by &lt;STRONG&gt;modifying the configuration file&lt;/STRONG&gt; for &lt;U&gt;each connector&lt;/U&gt; or by changing the&lt;STRONG&gt; .Net Framework's&amp;nbsp;&lt;TT&gt;machine.config&lt;/TT&gt;&amp;nbsp;file&lt;/STRONG&gt; on a global level which applies for all connectors.&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Option 1: Editing the Connector configuration file:&lt;/STRONG&gt;Stop all Qlik Sense services on all nodes&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Open the config file in the connector folder in &lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;C:\Program Files\Common Files\Qlik\Custom Data\&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;BR /&gt;for instance&amp;nbsp;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;C:\Program Files\Common Files\Qlik\Custom Data\QvOdbcConnectorPackage\QvOdbcConnectorPackage.exe.config&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;Add the following values before the closing &lt;FONT face="courier new,courier"&gt;&amp;lt;/configuration&amp;gt;&lt;/FONT&gt; tag:&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;&amp;lt;runtime&amp;gt;&amp;nbsp;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;lt;generatePublisherEvidence enabled="false"/&amp;gt;&amp;nbsp;&lt;BR /&gt;&amp;lt;/runtime&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;Repeat steps 2 and 3 for all nodes and all .config files
&lt;UL class="lia-list-style-type-circle"&gt;
&lt;LI&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;C:\Program Files\Common Files\Qlik\Custom Data\QvOdbcConnectorPackage\QvOdbcConnectorPackage.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\QvDataMarketConnector\QvDataMarketConnector.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\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\QvRestConnector\QvRestConnector.exe.config&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;Option 2: &amp;nbsp;Editing the&amp;nbsp;.Net Framework's&amp;nbsp;&lt;TT&gt;machine.config&lt;/TT&gt;&amp;nbsp;file&lt;/STRONG&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Edit &lt;FONT face="courier new,courier"&gt;C:\Windows\Microsoft.NET\Framework64\v4.0.30319\config\machine.config&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;
&lt;OL class="lia-list-style-type-lower-alpha"&gt;
&lt;LI&gt;If there is a &lt;FONT face="courier new,courier"&gt;&amp;lt;runtime/&amp;gt;&lt;/FONT&gt; tag, change it to&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;runtime&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;nbsp; &amp;lt;generatePublisherEvidence enabled="false"/&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;/runtime&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;If there is other stuff in the &amp;lt;runtime&amp;gt; section, then change it to look like this:&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;&amp;lt;runtime&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;some other="stuff"&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;lt;...&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;generatePublisherEvidence enabled="false"/&amp;gt;&lt;BR /&gt;&amp;lt;/runtime&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;LI&gt;Save &lt;FONT face="courier new,courier"&gt;machine.config&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;Repeat on all nodes (if applicable)&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&lt;STRONG&gt;NOTE1&lt;/STRONG&gt;: Changes to &lt;STRONG&gt;&lt;TT&gt;machine.config&lt;/TT&gt;&amp;nbsp;&lt;/STRONG&gt;affects all software using the .NET framework feature.&amp;nbsp;&lt;BR /&gt;&lt;STRONG&gt;NOTE2&lt;/STRONG&gt;: 3rd party connectors &lt;EM&gt;might&lt;/EM&gt;&amp;nbsp;be compiled for 32-bit platforms. In such case repeat steps above for the 32-bit version of the&amp;nbsp;&lt;TT&gt;machine.config&lt;/TT&gt;&amp;nbsp;file; Path&amp;nbsp;&lt;FONT face="courier new,courier"&gt;C:\Windows\Microsoft.NET\Framework\v4.0.30319\config\machine.config&lt;/FONT&gt;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Related Content:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;A href="https://community.qlik.com/t5/Official-Support-Articles/An-error-occurred-Failed-to-load-connection-error-message-in/ta-p/1714051" target="_blank" rel="noopener"&gt;An error occurred / Failed to load connection error message in Qlik Sense - Server Has No Internet&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;&lt;A href="https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-ODBC-Connectors-are-no-longer-available-after-an/ta-p/1819172" target="_blank" rel="noopener"&gt;Qlik Sense - ODBC Connectors are no longer available after an Upgrade - Error Message "Unknown Connection Type. QvOdbcConnectorPackage.exe"&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Internal Investigation IDs:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;SPAN&gt;QLIK-66335&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&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;P class="lia-indent-padding-left-30px"&gt;&lt;LI-PRODUCT title="QlikView" id="qlikView"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;&lt;BR /&gt;&lt;LI-PRODUCT title="Qlik Sense Enterprise on Windows" id="qlikSenseEnterpriseWindows"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Mar 2023 15:05:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/App-Reload-Fail-With-quot-Error-QlikView-Connector-is-not/ta-p/1714695</guid>
      <dc:creator>Sonja_Bauernfeind</dc:creator>
      <dc:date>2023-03-29T15:05:10Z</dc:date>
    </item>
  </channel>
</rss>

