<?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: Server Architecture Question in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Server-Architecture-Question/m-p/1127154#M1314816</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;FYI: the explanation is probably not describing your real architecture. It should look more like the second picture in Chapter 17 Clustering QlikView Servers of the QlikView Server Reference Manual. You see, the QMC is not a service, it's not even a program, it's just a web page independently delivered to your browser by the web server inside the QMS (QlikView Management Service). That QMS is a pseudo-external service in that it doesn't interfere in the communications between the browser client/IE plugin/QV Desktop on the one side and one of the multiple QVS services that create the document lyaout, fill it with data and react to selections on the other side. To prove my point, just shut down the QMS - you will not be able to access the QMC anymore. But the AccessPoint will keep working as before, not very well but it works (after refreshing at least ten times).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Back to picture two in chapter 17:&amp;nbsp; the actual chain is more like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'courier new', courier;"&gt;Load Balancer-&amp;gt;Web Servers (2)-&amp;gt;(&lt;EM&gt;firewall?&lt;/EM&gt;)-&amp;gt;Cluster of 6 QVS Servers-&amp;gt;connected to NAS&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'courier new', courier; font-size: 13px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ^&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ^&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'courier new', courier; font-size: 13px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; |&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; |&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ---------------&amp;gt; QMS / QMC &amp;lt;------------&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Please correct me if a made an error in my assumptions.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Tunneling is used to channel native client traffic from the user through a firewall to the QVS that is servicing requests. As such, it isn't used by Ajax clients as they use port 80/443 http traffic&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; anyway&lt;/SPAN&gt; that doesn't need tunneling&amp;nbsp; But it is being used by the native clients whenever they fail to connect straight to the QVS using port 4747 (qvp) and they need to use another camouflaged protocol (qvpx) through the same ports 80/443. You can resolve tunneling problems by simply unblocking post 4747 to your QVS cluster. I'm assuming that you may not want to do that and that there is a firewall between the Web servers (in DMZ?) and the QVS cluster for good reasons. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;An important question from my side is this: what kind of errors does the tunneler DLL throw? It seems that the timeout errors occur between the web servers and the QMS/QMC? Are the web server machines also used for other applications / traffic? Did you monitor the cpu/memory load on those machines?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Best,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Peter&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 04 Jun 2016 13:45:09 GMT</pubDate>
    <dc:creator>Peter_Cammaert</dc:creator>
    <dc:date>2016-06-04T13:45:09Z</dc:date>
    <item>
      <title>Server Architecture Question</title>
      <link>https://community.qlik.com/t5/QlikView/Server-Architecture-Question/m-p/1127153#M1314813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;‌We implemented a new structure that does not seem to follow any schema that we have seen via these forums.&amp;nbsp; However, we have also been experiencing multiple connection issues via our access point in both I.E. Plugin and Ajax.&lt;/P&gt;&lt;P&gt;the design is:&lt;/P&gt;&lt;P&gt;System Load Balancer - pointing to - Web App Servers (2) -both pointing back to - 1 server running QMC only -pointing back to - QVS Servers (6) - connected to NAS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;from what we see the connection errors almost all are thrown as tunneler errors In I.E. Aand no connection errors in Ajax.&lt;/P&gt;&lt;P&gt;it also appears to be a timeout connection between web app servers back through QMC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does this infrastructure pose any issues that anyone sees In this design?&lt;/P&gt;&lt;P&gt;The the tunneler errors are getting progressively more frequent.&amp;nbsp; We have found that if we repetitively refresh the browser like 10 times we will finally get in, but for our large user group this is not ideal.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any input will be appreciated.&lt;/P&gt;&lt;P&gt;thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Server-Architecture-Question/m-p/1127153#M1314813</guid>
      <dc:creator />
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Server Architecture Question</title>
      <link>https://community.qlik.com/t5/QlikView/Server-Architecture-Question/m-p/1127154#M1314816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;FYI: the explanation is probably not describing your real architecture. It should look more like the second picture in Chapter 17 Clustering QlikView Servers of the QlikView Server Reference Manual. You see, the QMC is not a service, it's not even a program, it's just a web page independently delivered to your browser by the web server inside the QMS (QlikView Management Service). That QMS is a pseudo-external service in that it doesn't interfere in the communications between the browser client/IE plugin/QV Desktop on the one side and one of the multiple QVS services that create the document lyaout, fill it with data and react to selections on the other side. To prove my point, just shut down the QMS - you will not be able to access the QMC anymore. But the AccessPoint will keep working as before, not very well but it works (after refreshing at least ten times).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Back to picture two in chapter 17:&amp;nbsp; the actual chain is more like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'courier new', courier;"&gt;Load Balancer-&amp;gt;Web Servers (2)-&amp;gt;(&lt;EM&gt;firewall?&lt;/EM&gt;)-&amp;gt;Cluster of 6 QVS Servers-&amp;gt;connected to NAS&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'courier new', courier; font-size: 13px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ^&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ^&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'courier new', courier; font-size: 13px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; |&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; |&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ---------------&amp;gt; QMS / QMC &amp;lt;------------&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Please correct me if a made an error in my assumptions.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Tunneling is used to channel native client traffic from the user through a firewall to the QVS that is servicing requests. As such, it isn't used by Ajax clients as they use port 80/443 http traffic&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; anyway&lt;/SPAN&gt; that doesn't need tunneling&amp;nbsp; But it is being used by the native clients whenever they fail to connect straight to the QVS using port 4747 (qvp) and they need to use another camouflaged protocol (qvpx) through the same ports 80/443. You can resolve tunneling problems by simply unblocking post 4747 to your QVS cluster. I'm assuming that you may not want to do that and that there is a firewall between the Web servers (in DMZ?) and the QVS cluster for good reasons. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;An important question from my side is this: what kind of errors does the tunneler DLL throw? It seems that the timeout errors occur between the web servers and the QMS/QMC? Are the web server machines also used for other applications / traffic? Did you monitor the cpu/memory load on those machines?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Best,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Peter&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Jun 2016 13:45:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Server-Architecture-Question/m-p/1127154#M1314816</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2016-06-04T13:45:09Z</dc:date>
    </item>
    <item>
      <title>Re: Server Architecture Question</title>
      <link>https://community.qlik.com/t5/QlikView/Server-Architecture-Question/m-p/1127155#M1314821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;‌the architecture is as I described and a place that I think we are having some issues.&lt;/P&gt;&lt;P&gt; system load balancer is pointing to 2 QVWS web servers, those point to a single server running QMC only, then that points to 6 QVS servers.&amp;nbsp; firewall is disabled on all servers, we have tested to the web servers and everything is good.&amp;nbsp; My real question is, does the design we put in place work?&amp;nbsp; With a single server running a QMC behind the QVWS and ahead of the QVS cause problems.&amp;nbsp; &lt;/P&gt;&lt;P&gt;We have tried several of the tunneling solutions to no avail.&amp;nbsp; The error it throws is the tunnel.dll not found.&amp;nbsp; However we are not using IIS so not sure why we are getting pushed to that as well.&amp;nbsp; Anyway, as you can tell, I am not the IT but more the app and DB design person, just trying to figure out the issue.&amp;nbsp; I keep coming back to our design, and I cannot find anywhere in any Qlik community or other forums that even suggest our design, so trying to determine if that design could be a part of the issue?&lt;/P&gt;&lt;P&gt;thank you for your input&lt;/P&gt;&lt;P&gt;brian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Jun 2016 14:59:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Server-Architecture-Question/m-p/1127155#M1314821</guid>
      <dc:creator />
      <dc:date>2016-06-04T14:59:22Z</dc:date>
    </item>
    <item>
      <title>Re: Server Architecture Question</title>
      <link>https://community.qlik.com/t5/QlikView/Server-Architecture-Question/m-p/1127156#M1314825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, then let's go back to square one. Two questions:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Why do you think that in your architecture, QMC ( ! ) is between the two QVWS servers and the QVS cluster? If you use tunneling, traffic always flows from the QVWS straight to a selected QVS server based on your load balancing strategy.&lt;/LI&gt;&lt;LI&gt;Tunneling is builtin into the QVWS service,&lt;SPAN style="text-decoration: line-through;"&gt; so the errors must be listed in the QVWS logs. Can you post one here?&lt;/SPAN&gt; There should be errors in the Events logs of some of the nodes. See below.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Edit] Did some checking out opf possible causes for the intermittent errors. Apparently the most common cause for these problems is a corrupt TicketData.pgo file. This file exists in two places: in the Document Root on the NAS, and in C:\ProgramData\QlikTech\QlikViewServer\ on each node. The timestamp of these files should update with each user accessing a QlikView document. If not or if these files are larger than about 1K, stop all QVS on all nodes, delete all TicketData.pgo files (can't do any harm as they will be recreated) and start the QVS nodes.&amp;nbsp; See also here: &lt;A href="https://community.qlik.com/message/452450"&gt;Re: Error on using QvsTunnel IE Plug-in&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Jun 2016 21:25:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Server-Architecture-Question/m-p/1127156#M1314825</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2016-06-04T21:25:37Z</dc:date>
    </item>
    <item>
      <title>Re: Server Architecture Question</title>
      <link>https://community.qlik.com/t5/QlikView/Server-Architecture-Question/m-p/1127157#M1314828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Peter,&lt;/P&gt;&lt;P&gt;Sorry, you are correct, the QMC is not between them, rather off to the side, or overhead.&amp;nbsp; We install the QMC on an independent server managing the remainder of the environment.&lt;/P&gt;&lt;P&gt;We opted to do a complete re-install and upgrade of QV and it is working now.&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jun 2016 12:00:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Server-Architecture-Question/m-p/1127157#M1314828</guid>
      <dc:creator />
      <dc:date>2016-06-06T12:00:00Z</dc:date>
    </item>
    <item>
      <title>Re: Server Architecture Question</title>
      <link>https://community.qlik.com/t5/QlikView/Server-Architecture-Question/m-p/1127158#M1314830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Brian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;good to hear that you managed to resolve the connection problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please close the discussion by marking your own answer as correct? The answer will appear in the same frame as the original question, making it easier for other Community members to find a solution to similar problems. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jun 2016 12:30:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Server-Architecture-Question/m-p/1127158#M1314830</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2016-06-06T12:30:38Z</dc:date>
    </item>
  </channel>
</rss>

