<?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 Unable to open Qlik Sense app after changing Internet Proxy or Firewall settings in Official Support Articles</title>
    <link>https://community.qlik.com/t5/Official-Support-Articles/Unable-to-open-Qlik-Sense-app-after-changing-Internet-Proxy-or/ta-p/1887334</link>
    <description>&lt;P&gt;&lt;SPAN class="test-id__field-value slds-form-element__static slds-grow word-break-ie11"&gt;Users are unable to access Qlik Sense applications.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="test-id__field-value slds-form-element__static slds-grow word-break-ie11"&gt;The following message is shown:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN class="test-id__field-value slds-form-element__static slds-grow word-break-ie11"&gt;You cannot access Qlik Sense because you have no access pass.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="test-id__field-value slds-form-element__static slds-grow word-break-ie11"&gt;The Qlik Sense license is valid and a license has been allocated to the user. The hub functions as expected.&amp;nbsp;Recent changes in the environment may include configuration changes to the proxy and/or firewall. &lt;/SPAN&gt;&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;&lt;LI-PRODUCT title="Qlik Sense Enterprise on Windows" id="qlikSenseEnterpriseWindows"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp; February 2019 and later&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The &lt;SPAN class="mc-variable CommonComponents.CompanyName variable"&gt;Qlik&lt;/SPAN&gt; License Service is included in &lt;SPAN class="mc-variable CommonComponents.SenseEnterpriseName variable"&gt;Qlik Sense Enterprise&lt;/SPAN&gt; &lt;SPAN data-mc-conditions="Targets.NotToTranslate"&gt;February 2019&lt;/SPAN&gt; and later releases and is used when &lt;SPAN class="mc-variable CommonComponents.Qlik_Sense variable"&gt;Qlik Sense&lt;/SPAN&gt; is activated using a signed key license. The &lt;SPAN class="mc-variable CommonComponents.CompanyName variable"&gt;Qlik&lt;/SPAN&gt; License Service stores the information about the license, and communicates with a License Back-end Service, hosted by &lt;SPAN class="mc-variable CommonComponents.CompanyName variable"&gt;Qlik&lt;/SPAN&gt;, for product activations and entitlement management.&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;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;Before proceeding with this, verify that none of the more common root causes apply. See&amp;nbsp;&lt;A href="https://community.qlik.com/t5/Knowledge/You-cannot-access-Qlik-Sense-because-you-have-no-access-pass/ta-p/1715138" target="_blank" rel="noopener"&gt;You cannot access Qlik Sense because you have no access pass &lt;/A&gt;.&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Once you have determined that the issue is with a recently configured internet proxy or firewall, we can proceed with configuring the internet proxy to allow communication between the &lt;SPAN class="mc-variable CommonComponents.CompanyName variable"&gt;Qlik&lt;/SPAN&gt; License Service and the License Back-end.&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Stop the &lt;SPAN class="mc-variable CommonComponents.Qlik_Sense variable"&gt;Qlik Sense&lt;/SPAN&gt; Service Dispatcher, which handles the execution of the &lt;SPAN class="mc-variable CommonComponents.CompanyName variable"&gt;Qlik&lt;/SPAN&gt; License Service.&lt;/LI&gt;
&lt;LI&gt;Navigate to the &lt;SPAN class="path"&gt;services.conf&lt;/SPAN&gt;&lt;SPAN&gt; file, which by default is located in:&lt;/SPAN&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;%Program Files%\Qlik\Sense\ServiceDispatcher\services.conf&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Locate the section &lt;/SPAN&gt;&lt;SPAN class="Code"&gt;[licenses.parameters]&lt;/SPAN&gt;&lt;SPAN&gt;, which by default contains the following lines:&lt;/SPAN&gt;&amp;nbsp; &amp;nbsp;&lt;BR /&gt;&lt;LI-CODE lang="c"&gt; [licenses.parameters]
 -qsefw-mode
 -app-settings="..\Licenses\appsettings.json"​&lt;/LI-CODE&gt;&lt;/LI&gt;
&lt;LI&gt;Add the line &lt;FONT face="courier new,courier"&gt;&lt;SPAN class="Code"&gt;-proxy-uri=&lt;A href="http://myproxy.example.com:8888" target="_blank"&gt;http://myproxy.example.com:8888&lt;/A&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;SPAN&gt;&lt;SPAN&gt; as shown below:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;LI-CODE lang="c"&gt;[licenses.parameters]
-qsefw-mode
-proxy-uri=http://myproxy.example.com:8888
-app-settings="..\Licenses\appsettings.json"&lt;/LI-CODE&gt;&lt;SPAN&gt;&lt;BR /&gt;Where &lt;FONT face="courier new,courier"&gt;&lt;A href="http://myproxy.example.com" target="_blank"&gt;http://myproxy.example.com&lt;/A&gt;&lt;/FONT&gt;&lt;SPAN&gt;&amp;nbsp;is the address of your company's proxy, and "8888" is the port used by the proxy.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;Save and close the &lt;SPAN class="path"&gt;services.conf&lt;/SPAN&gt;&lt;SPAN&gt; file.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;Restart the &lt;SPAN class="mc-variable CommonComponents.Qlik_Sense variable"&gt;Qlik Sense&lt;/SPAN&gt;&lt;SPAN&gt; Service Dispatcher.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;If you have a multi-node installation, repeat these steps for all the nodes in your installation.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&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&gt;&lt;A href="https://help.qlik.com/en-US/sense-admin/November2021/Subsystems/DeployAdministerQSE/Content/Sense_DeployAdminister/QSEoW/Deploy_QSEoW/LicenseServiceProxySetUp_QSEoW.htm" target="_blank" rel="noopener"&gt;Configuring a proxy for Qlik License Service communication in Qlik Sense Enterprise on Windows&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/t5/Knowledge/You-cannot-access-Qlik-Sense-because-you-have-no-access-pass/ta-p/1715138" target="_blank" rel="noopener"&gt;You cannot access Qlik Sense because you have no access pass &lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 01 Feb 2022 13:12:43 GMT</pubDate>
    <dc:creator>Daniel_Seo</dc:creator>
    <dc:date>2022-02-01T13:12:43Z</dc:date>
    <item>
      <title>Unable to open Qlik Sense app after changing Internet Proxy or Firewall settings</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Unable-to-open-Qlik-Sense-app-after-changing-Internet-Proxy-or/ta-p/1887334</link>
      <description>&lt;P&gt;&lt;SPAN class="test-id__field-value slds-form-element__static slds-grow word-break-ie11"&gt;Users are unable to access Qlik Sense applications.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="test-id__field-value slds-form-element__static slds-grow word-break-ie11"&gt;The following message is shown:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN class="test-id__field-value slds-form-element__static slds-grow word-break-ie11"&gt;You cannot access Qlik Sense because you have no access pass.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="test-id__field-value slds-form-element__static slds-grow word-break-ie11"&gt;The Qlik Sense license is valid and a license has been allocated to the user. The hub functions as expected.&amp;nbsp;Recent changes in the environment may include configuration changes to the proxy and/or firewall. &lt;/SPAN&gt;&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;&lt;LI-PRODUCT title="Qlik Sense Enterprise on Windows" id="qlikSenseEnterpriseWindows"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp; February 2019 and later&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The &lt;SPAN class="mc-variable CommonComponents.CompanyName variable"&gt;Qlik&lt;/SPAN&gt; License Service is included in &lt;SPAN class="mc-variable CommonComponents.SenseEnterpriseName variable"&gt;Qlik Sense Enterprise&lt;/SPAN&gt; &lt;SPAN data-mc-conditions="Targets.NotToTranslate"&gt;February 2019&lt;/SPAN&gt; and later releases and is used when &lt;SPAN class="mc-variable CommonComponents.Qlik_Sense variable"&gt;Qlik Sense&lt;/SPAN&gt; is activated using a signed key license. The &lt;SPAN class="mc-variable CommonComponents.CompanyName variable"&gt;Qlik&lt;/SPAN&gt; License Service stores the information about the license, and communicates with a License Back-end Service, hosted by &lt;SPAN class="mc-variable CommonComponents.CompanyName variable"&gt;Qlik&lt;/SPAN&gt;, for product activations and entitlement management.&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;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;Before proceeding with this, verify that none of the more common root causes apply. See&amp;nbsp;&lt;A href="https://community.qlik.com/t5/Knowledge/You-cannot-access-Qlik-Sense-because-you-have-no-access-pass/ta-p/1715138" target="_blank" rel="noopener"&gt;You cannot access Qlik Sense because you have no access pass &lt;/A&gt;.&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Once you have determined that the issue is with a recently configured internet proxy or firewall, we can proceed with configuring the internet proxy to allow communication between the &lt;SPAN class="mc-variable CommonComponents.CompanyName variable"&gt;Qlik&lt;/SPAN&gt; License Service and the License Back-end.&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Stop the &lt;SPAN class="mc-variable CommonComponents.Qlik_Sense variable"&gt;Qlik Sense&lt;/SPAN&gt; Service Dispatcher, which handles the execution of the &lt;SPAN class="mc-variable CommonComponents.CompanyName variable"&gt;Qlik&lt;/SPAN&gt; License Service.&lt;/LI&gt;
&lt;LI&gt;Navigate to the &lt;SPAN class="path"&gt;services.conf&lt;/SPAN&gt;&lt;SPAN&gt; file, which by default is located in:&lt;/SPAN&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;%Program Files%\Qlik\Sense\ServiceDispatcher\services.conf&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Locate the section &lt;/SPAN&gt;&lt;SPAN class="Code"&gt;[licenses.parameters]&lt;/SPAN&gt;&lt;SPAN&gt;, which by default contains the following lines:&lt;/SPAN&gt;&amp;nbsp; &amp;nbsp;&lt;BR /&gt;&lt;LI-CODE lang="c"&gt; [licenses.parameters]
 -qsefw-mode
 -app-settings="..\Licenses\appsettings.json"​&lt;/LI-CODE&gt;&lt;/LI&gt;
&lt;LI&gt;Add the line &lt;FONT face="courier new,courier"&gt;&lt;SPAN class="Code"&gt;-proxy-uri=&lt;A href="http://myproxy.example.com:8888" target="_blank"&gt;http://myproxy.example.com:8888&lt;/A&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;SPAN&gt;&lt;SPAN&gt; as shown below:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;LI-CODE lang="c"&gt;[licenses.parameters]
-qsefw-mode
-proxy-uri=http://myproxy.example.com:8888
-app-settings="..\Licenses\appsettings.json"&lt;/LI-CODE&gt;&lt;SPAN&gt;&lt;BR /&gt;Where &lt;FONT face="courier new,courier"&gt;&lt;A href="http://myproxy.example.com" target="_blank"&gt;http://myproxy.example.com&lt;/A&gt;&lt;/FONT&gt;&lt;SPAN&gt;&amp;nbsp;is the address of your company's proxy, and "8888" is the port used by the proxy.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;Save and close the &lt;SPAN class="path"&gt;services.conf&lt;/SPAN&gt;&lt;SPAN&gt; file.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;Restart the &lt;SPAN class="mc-variable CommonComponents.Qlik_Sense variable"&gt;Qlik Sense&lt;/SPAN&gt;&lt;SPAN&gt; Service Dispatcher.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;If you have a multi-node installation, repeat these steps for all the nodes in your installation.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&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&gt;&lt;A href="https://help.qlik.com/en-US/sense-admin/November2021/Subsystems/DeployAdministerQSE/Content/Sense_DeployAdminister/QSEoW/Deploy_QSEoW/LicenseServiceProxySetUp_QSEoW.htm" target="_blank" rel="noopener"&gt;Configuring a proxy for Qlik License Service communication in Qlik Sense Enterprise on Windows&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/t5/Knowledge/You-cannot-access-Qlik-Sense-because-you-have-no-access-pass/ta-p/1715138" target="_blank" rel="noopener"&gt;You cannot access Qlik Sense because you have no access pass &lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Feb 2022 13:12:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Unable-to-open-Qlik-Sense-app-after-changing-Internet-Proxy-or/ta-p/1887334</guid>
      <dc:creator>Daniel_Seo</dc:creator>
      <dc:date>2022-02-01T13:12:43Z</dc:date>
    </item>
  </channel>
</rss>

