<?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 Issues starting Qlik Web Connectors Web Service in Official Support Articles</title>
    <link>https://community.qlik.com/t5/Official-Support-Articles/Issues-starting-Qlik-Web-Connectors-Web-Service/ta-p/1714356</link>
    <description>&lt;P data-unlink="true"&gt;The Qlik Web Connector Web Services may fail to start due to port conflicts. This article highlights the two most common causes.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;H3 data-unlink="true"&gt;Port conflict: Another application uses port 5555&lt;BR /&gt;&lt;BR /&gt;&lt;/H3&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;System.Net.HttpListenerException: The process cannot access the file because it is being used by another process.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can verify what program is using what port using the command prompt.&lt;/P&gt;
&lt;P&gt;Example usage:&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;C:\&amp;gt;netstat -noab&lt;/LI-CODE&gt;
&lt;P&gt;See&amp;nbsp;&lt;A href="https://community.qlik.com/t5/Knowledge-Base/How-to-check-which-program-is-using-a-specific-port/ta-p/1713742" target="_self"&gt;How to check which program is using a specific port&lt;/A&gt;&amp;nbsp;for more information and methods.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Locate port 5555.&lt;/LI&gt;
&lt;LI&gt;If a different program occupies the port, either:
&lt;UL class="lia-list-style-type-circle"&gt;
&lt;LI&gt;shut down that program,&lt;/LI&gt;
&lt;LI&gt;change the port it uses,&lt;/LI&gt;
&lt;LI&gt;or change the Qlik Web Connector Port.&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;For instructions on how to change the Web Connector Port, see&amp;nbsp;&lt;A href="https://community.qlik.com/t5/Knowledge-Base/Changing-the-listening-port-number-for-Qlik-Web-Connectors/ta-p/1714299" target="_self"&gt;Changing the listening port number for Qlik Web Connectors.&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;Reserved URL Conflict: Access to required URL space denied&lt;/H3&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;Error: System.Net.HttpListenerException (0x80004005): Access is denied&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Verify that the user account running Qlik Web Connectors has full access to the folder including the Qlik Web Connector files.&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;If the problem persists, right-click on the &lt;FONT face="courier new,courier"&gt;QlikWebConnectors.exe&lt;/FONT&gt; and selecting '&lt;STRONG&gt;Run as administrator&lt;/STRONG&gt;' to see if this fixes the problem (however note that you should not need administrator rights to run Qlik Web Connectors).
&lt;UL class="lia-list-style-type-circle"&gt;
&lt;LI&gt;Should this resolve the issue, permissions for the account need to be investigated by your local IT team as it may have access restrictions applied.&amp;nbsp;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;If none of the above has resolved the issue, another application has reserved the required URL space.&lt;BR /&gt;&lt;BR /&gt;
&lt;OL class="lia-list-style-type-lower-alpha"&gt;
&lt;LI&gt;Open Powershell and run:&lt;BR /&gt;&lt;LI-CODE lang="markup"&gt;netsh http show urlacl | where {$_ -match '5555'}​&lt;/LI-CODE&gt;&lt;BR /&gt;In our example we see that something has reserved the URL:&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Web Connector Reserved URL.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/52496i836AEB5846460C61/image-size/large?v=v2&amp;amp;px=999" role="button" title="Web Connector Reserved URL.png" alt="Web Connector Reserved URL.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;If we know that this can be safely removed then you can run the following command in Powershell (note that you might need to run Powershell in admin mode to do this):&lt;BR /&gt;&lt;LI-CODE lang="markup"&gt;netsh http delete urlacl url=http://+:5555/​&lt;/LI-CODE&gt;&lt;BR /&gt;And here we see a confirmation that the URL has been removed:&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Web Connector URL reservation successfully deleted.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/52497i1FE2395290337791/image-size/large?v=v2&amp;amp;px=999" role="button" title="Web Connector URL reservation successfully deleted.png" alt="Web Connector URL reservation successfully deleted.png" /&gt;&lt;/span&gt;
&lt;P&gt; &lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;Alternatively, you can configure Qlik Web Connectors to run on a different port as &lt;A href="https://community.qlik.com/t5/Knowledge-Base/Changing-the-listening-port-number-for-Qlik-Web-Connectors/ta-p/1714299" target="_blank" rel="noopener"&gt;explained here&lt;/A&gt;.&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;/OL&gt;</description>
    <pubDate>Wed, 07 Apr 2021 07:14:52 GMT</pubDate>
    <dc:creator>Bjorn_Wedbratt</dc:creator>
    <dc:date>2021-04-07T07:14:52Z</dc:date>
    <item>
      <title>Issues starting Qlik Web Connectors Web Service</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Issues-starting-Qlik-Web-Connectors-Web-Service/ta-p/1714356</link>
      <description>&lt;P data-unlink="true"&gt;The Qlik Web Connector Web Services may fail to start due to port conflicts. This article highlights the two most common causes.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;H3 data-unlink="true"&gt;Port conflict: Another application uses port 5555&lt;BR /&gt;&lt;BR /&gt;&lt;/H3&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;System.Net.HttpListenerException: The process cannot access the file because it is being used by another process.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can verify what program is using what port using the command prompt.&lt;/P&gt;
&lt;P&gt;Example usage:&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;C:\&amp;gt;netstat -noab&lt;/LI-CODE&gt;
&lt;P&gt;See&amp;nbsp;&lt;A href="https://community.qlik.com/t5/Knowledge-Base/How-to-check-which-program-is-using-a-specific-port/ta-p/1713742" target="_self"&gt;How to check which program is using a specific port&lt;/A&gt;&amp;nbsp;for more information and methods.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Locate port 5555.&lt;/LI&gt;
&lt;LI&gt;If a different program occupies the port, either:
&lt;UL class="lia-list-style-type-circle"&gt;
&lt;LI&gt;shut down that program,&lt;/LI&gt;
&lt;LI&gt;change the port it uses,&lt;/LI&gt;
&lt;LI&gt;or change the Qlik Web Connector Port.&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;For instructions on how to change the Web Connector Port, see&amp;nbsp;&lt;A href="https://community.qlik.com/t5/Knowledge-Base/Changing-the-listening-port-number-for-Qlik-Web-Connectors/ta-p/1714299" target="_self"&gt;Changing the listening port number for Qlik Web Connectors.&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;Reserved URL Conflict: Access to required URL space denied&lt;/H3&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;Error: System.Net.HttpListenerException (0x80004005): Access is denied&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Verify that the user account running Qlik Web Connectors has full access to the folder including the Qlik Web Connector files.&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;If the problem persists, right-click on the &lt;FONT face="courier new,courier"&gt;QlikWebConnectors.exe&lt;/FONT&gt; and selecting '&lt;STRONG&gt;Run as administrator&lt;/STRONG&gt;' to see if this fixes the problem (however note that you should not need administrator rights to run Qlik Web Connectors).
&lt;UL class="lia-list-style-type-circle"&gt;
&lt;LI&gt;Should this resolve the issue, permissions for the account need to be investigated by your local IT team as it may have access restrictions applied.&amp;nbsp;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;If none of the above has resolved the issue, another application has reserved the required URL space.&lt;BR /&gt;&lt;BR /&gt;
&lt;OL class="lia-list-style-type-lower-alpha"&gt;
&lt;LI&gt;Open Powershell and run:&lt;BR /&gt;&lt;LI-CODE lang="markup"&gt;netsh http show urlacl | where {$_ -match '5555'}​&lt;/LI-CODE&gt;&lt;BR /&gt;In our example we see that something has reserved the URL:&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Web Connector Reserved URL.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/52496i836AEB5846460C61/image-size/large?v=v2&amp;amp;px=999" role="button" title="Web Connector Reserved URL.png" alt="Web Connector Reserved URL.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;If we know that this can be safely removed then you can run the following command in Powershell (note that you might need to run Powershell in admin mode to do this):&lt;BR /&gt;&lt;LI-CODE lang="markup"&gt;netsh http delete urlacl url=http://+:5555/​&lt;/LI-CODE&gt;&lt;BR /&gt;And here we see a confirmation that the URL has been removed:&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Web Connector URL reservation successfully deleted.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/52497i1FE2395290337791/image-size/large?v=v2&amp;amp;px=999" role="button" title="Web Connector URL reservation successfully deleted.png" alt="Web Connector URL reservation successfully deleted.png" /&gt;&lt;/span&gt;
&lt;P&gt; &lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;Alternatively, you can configure Qlik Web Connectors to run on a different port as &lt;A href="https://community.qlik.com/t5/Knowledge-Base/Changing-the-listening-port-number-for-Qlik-Web-Connectors/ta-p/1714299" target="_blank" rel="noopener"&gt;explained here&lt;/A&gt;.&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;/OL&gt;</description>
      <pubDate>Wed, 07 Apr 2021 07:14:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Issues-starting-Qlik-Web-Connectors-Web-Service/ta-p/1714356</guid>
      <dc:creator>Bjorn_Wedbratt</dc:creator>
      <dc:date>2021-04-07T07:14:52Z</dc:date>
    </item>
  </channel>
</rss>

