<?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>topic Re: Qlik Web Connector for a multi node environment in Connectivity &amp; Data Prep</title>
    <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Qlik-Web-Connector-for-a-multi-node-environment/m-p/1792745#M8724</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;These two issues sound like the same underlying issue to me.&lt;/P&gt;&lt;P&gt;In your first para you say you can create and use a connection successfully using localhost but in the next para you say you are getting 'access denied' - where is this happening from compared to the first para?&lt;/P&gt;&lt;P&gt;From what you say if you need to support reloads from nodes other than where QWC is running then you will need to set AllowRemoteAccess to true and I would also say set up forms auth users for the web interface and require SSL as described here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/connectors/Subsystems/Web_Connectors_help/Content/Connectors_QWC/Administer/User_authentication.htm" target="_blank"&gt;https://help.qlik.com/en-US/connectors/Subsystems/Web_Connectors_help/Content/Connectors_QWC/Administer/User_authentication.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;With AllowRemoteAccess = true by default QWC should listen on the machine name so I would expect version 1. in your list below to work. But I would recommend ensuring you can ping this from the machine(s) where you need to connect from and if this doesn't work you could use the&amp;nbsp;HostnameOverride setting in deploy.config to set e.g. your 3. value above.&lt;/P&gt;</description>
    <pubDate>Fri, 19 Mar 2021 05:59:03 GMT</pubDate>
    <dc:creator>chrisbrain</dc:creator>
    <dc:date>2021-03-19T05:59:03Z</dc:date>
    <item>
      <title>Qlik Web Connector for a multi node environment</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Qlik-Web-Connector-for-a-multi-node-environment/m-p/1792705#M8723</link>
      <description>&lt;P&gt;I installed Qlik Web Connectors on my central node in a multi node environment.&amp;nbsp; I followed the basic instruction and I'm able to set up web connector and run it locally when I'm in my app, using localhost as my server connection.&amp;nbsp; This is obviously because when I'm running script from the hub, it runs on the central node.&amp;nbsp; However, when I have the scheduler run this, on a rim node, it fails.&amp;nbsp; I have 2 issues.&lt;/P&gt;&lt;P&gt;First, I get errors when I try to create a new web file data connection.&amp;nbsp; If I use the server name for my connection to the web connectors, I get various errors.&amp;nbsp; For example, my server name is hypothetically "QLKTST01".&amp;nbsp; When I create the web connection, it fails when I try to add it with the following error message:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;A href="http://QLKTST01:5555" target="_blank"&gt;http://QLKTST01:5555&lt;/A&gt;&amp;nbsp;- request is invalid&lt;/LI&gt;&lt;LI&gt;&lt;A href="http://localhost:555" target="_blank"&gt;http://localhost:5555&lt;/A&gt;&amp;nbsp;- access is denied&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://QLKTST01.domain.com:5555" target="_blank"&gt;https://QLKTST01.domain.com:5555&lt;/A&gt;&amp;nbsp;- SSL/TSL handshake failed. Certificates and/or passwords are invalid&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;The only way to make it work is if I create it as "http://localhost:5555/web/".&amp;nbsp; I get an access is denied error but I can click through it and get results.&lt;/P&gt;&lt;P&gt;Second, what kind of changes do I need to make changes in my deploy.config file?&amp;nbsp; Do I need to enable "AllowRemoteAccess"?&amp;nbsp; It's not clear in the documentation if this is for remote access of the rim nodes under the service account.&amp;nbsp; What I'm reading is that this is for users to access the web connector interface to generate their own script.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Apr 2021 09:10:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Qlik-Web-Connector-for-a-multi-node-environment/m-p/1792705#M8723</guid>
      <dc:creator>micahsakata</dc:creator>
      <dc:date>2021-04-02T09:10:04Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Web Connector for a multi node environment</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Qlik-Web-Connector-for-a-multi-node-environment/m-p/1792745#M8724</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;These two issues sound like the same underlying issue to me.&lt;/P&gt;&lt;P&gt;In your first para you say you can create and use a connection successfully using localhost but in the next para you say you are getting 'access denied' - where is this happening from compared to the first para?&lt;/P&gt;&lt;P&gt;From what you say if you need to support reloads from nodes other than where QWC is running then you will need to set AllowRemoteAccess to true and I would also say set up forms auth users for the web interface and require SSL as described here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/connectors/Subsystems/Web_Connectors_help/Content/Connectors_QWC/Administer/User_authentication.htm" target="_blank"&gt;https://help.qlik.com/en-US/connectors/Subsystems/Web_Connectors_help/Content/Connectors_QWC/Administer/User_authentication.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;With AllowRemoteAccess = true by default QWC should listen on the machine name so I would expect version 1. in your list below to work. But I would recommend ensuring you can ping this from the machine(s) where you need to connect from and if this doesn't work you could use the&amp;nbsp;HostnameOverride setting in deploy.config to set e.g. your 3. value above.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Mar 2021 05:59:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Qlik-Web-Connector-for-a-multi-node-environment/m-p/1792745#M8724</guid>
      <dc:creator>chrisbrain</dc:creator>
      <dc:date>2021-03-19T05:59:03Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Web Connector for a multi node environment</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Qlik-Web-Connector-for-a-multi-node-environment/m-p/1793367#M8725</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/18543"&gt;@micahsakata&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;I would suggest checking in the deploy.config file if the following tags:&lt;/P&gt;&lt;P&gt;&amp;lt;AllowRemoteAccess&amp;gt;&lt;STRONG&gt;true&lt;/STRONG&gt;&amp;lt;/AllowRemoteAccess&amp;gt;&lt;BR /&gt;&amp;lt;DefaultAllowedIpAddresses&amp;gt;&lt;STRONG&gt;any&lt;/STRONG&gt;&amp;lt;/DefaultAllowedIpAddresses&amp;gt; (It can be any IP that you want to use but I suggest using any for testing purposes.)&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;And also that you have the same allowed Ip addresses in the UI. (make sure to press save if you make any change)&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Francisco_Fernandez_0-1616420675424.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/51598i1F2FFBF7DE79B37E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Francisco_Fernandez_0-1616420675424.png" alt="Francisco_Fernandez_0-1616420675424.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Mar 2021 13:46:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Qlik-Web-Connector-for-a-multi-node-environment/m-p/1793367#M8725</guid>
      <dc:creator>Francisco_Fernandez</dc:creator>
      <dc:date>2021-03-22T13:46:13Z</dc:date>
    </item>
  </channel>
</rss>

