<?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 QVS and Web Server on separate boxes in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/QVS-and-Web-Server-on-separate-boxes/m-p/170377#M1312447</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ihave working configuration as i understated from your description:&lt;/P&gt;&lt;P&gt;1. IIS 6 on w2003 32 bit&lt;/P&gt;&lt;P&gt;2. qvs 8.5 (no matter sub version but it is 8.5.6231)&lt;/P&gt;&lt;P&gt;3. anonymous access to iis website of qvs application&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what i have done is:&lt;/P&gt;&lt;P&gt;1. in the qvs i installed qvs and qvajaxzfc support&lt;/P&gt;&lt;P&gt;2. on iis i installed iis support (if you have no firewalls no need for tunneling) and qvajaxzfc support&lt;/P&gt;&lt;P&gt;3. change the file qvsviewclient.asp from var host ='localhost' to var host='my qvs server fqdn' on iis (this tell where the qvs is)&lt;/P&gt;&lt;P&gt;4. verify that on the iis you have the qvscomremote.dll file installed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 28 Dec 2010 07:51:40 GMT</pubDate>
    <dc:creator>boaz_shatz</dc:creator>
    <dc:date>2010-12-28T07:51:40Z</dc:date>
    <item>
      <title>QVS and Web Server on separate boxes</title>
      <link>https://community.qlik.com/t5/QlikView/QVS-and-Web-Server-on-separate-boxes/m-p/170366#M1312436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Has anyone had any success in setting up QVS on one box with the web front-end (QVWS and/or IIS) on a separate box? Here's what we're trying to do:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;QVS is on a 64-bit Windows 2003 server.&lt;/LI&gt;&lt;LI&gt;The web server is 32-bit Windows 2003 running IIS 6.&lt;/LI&gt;&lt;LI&gt;We are only interested in deploying pages using the AJAX ZFC.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Has anyone managed to pull off a similar configuration? I'm particularly interested in the answers to the following:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;What QlikView components were installed on QVS?&lt;/LI&gt;&lt;LI&gt;What QlikView components were installed on the web server?&lt;/LI&gt;&lt;LI&gt;Are you using QVWS or IIS or both to publish AJAX pages?&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Any help would be greatly appreciated.&lt;/P&gt;&lt;P&gt;&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/QVS-and-Web-Server-on-separate-boxes/m-p/170366#M1312436</guid>
      <dc:creator />
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>QVS and Web Server on separate boxes</title>
      <link>https://community.qlik.com/t5/QlikView/QVS-and-Web-Server-on-separate-boxes/m-p/170367#M1312437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is some more information on this in the new QVS 9 SR1 Reference manual under chapter 17 - Functional Architecture. Page 196 contains settings for running the webserver on another machine than the QVS.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Oct 2009 10:02:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVS-and-Web-Server-on-separate-boxes/m-p/170367#M1312437</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-10-27T10:02:34Z</dc:date>
    </item>
    <item>
      <title>QVS and Web Server on separate boxes</title>
      <link>https://community.qlik.com/t5/QlikView/QVS-and-Web-Server-on-separate-boxes/m-p/170368#M1312438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I've set this up a number if times with QlikView Server 8.5 and earlier and I don't think it's changed for 9.&lt;BR /&gt;&lt;BR /&gt;The following steps should help:&lt;/P&gt;&lt;P&gt;From the machine you have installed QVS on:&lt;BR /&gt;1) Copy the folder 'C:\Program Files\QlikView\Server\QvClients' to your web server, I would recommend copying this to 'C:\Inetpub\wwwroot'.&lt;BR /&gt;2) Copy the file 'C:\Program Files\QlikView\Server\QvsComRemote.dll' to your web server, say to 'C:\QlikViewServerComponents\'.&lt;/P&gt;&lt;P&gt;Now on the target web server (you shouldn't need to run any QlikView installers on this):&lt;BR /&gt;3) In IIS. create a virtual directory in your web site named QvAjaxZfc which points to 'C:\Inetpub\wwwroot\QvClients\QvAjaxZfc'.&lt;BR /&gt;4) In IIS, create a virtual directory in your web site named QvClients which points to 'C:\Inetpub\wwwroot\QvClients'.&lt;BR /&gt;5) At the command line run 'regsvr32 c:\QlikViewComponents\QvsComRemote.dll'.&lt;BR /&gt;6) Edit 'C:\Inetpub\wwwroot\QvClients\settings.js' in notepad by uncommenting the line:&lt;BR /&gt;// var QvsHost = "qvs.site.com";'&lt;BR /&gt;and replacing the variable with that of you QlikView server machin name or ipaddress.&lt;/P&gt;&lt;P&gt;You should now be able to browse to:&lt;BR /&gt;&lt;A href="http://localhost/QvAjaxZfc/QvsViewClient.asp"&gt;http://localhost/QvAjaxZfc/QvsViewClient.asp&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Where localhost is the name or ipaddress of your webserver - this is the backend which talks to QlikView Server.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Oct 2009 13:26:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVS-and-Web-Server-on-separate-boxes/m-p/170368#M1312438</guid>
      <dc:creator>chrisbrain</dc:creator>
      <dc:date>2009-10-27T13:26:29Z</dc:date>
    </item>
    <item>
      <title>QVS and Web Server on separate boxes</title>
      <link>https://community.qlik.com/t5/QlikView/QVS-and-Web-Server-on-separate-boxes/m-p/170369#M1312439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This may be *an* answer, but not the one I was hoping for. We have this running under 8.5. We set it up by installing the QV 8.5's IIS components on our web server. The end result was similar to what you describe, although there wasn't as much manual movement of files.&lt;/P&gt;&lt;P&gt;I was hoping to get it working so we wouldn't have to publish our AJAX files to the IIS web server. I believe this is only possible when using the QVWebServer. In the end, if we get this working, we'll probably need both the QVWS and IIS. QVWS for the qlikview pages and IIS to handle our special authentication needs.&lt;/P&gt;&lt;P&gt;Still looking for ideas...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Oct 2009 19:33:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVS-and-Web-Server-on-separate-boxes/m-p/170369#M1312439</guid>
      <dc:creator />
      <dc:date>2009-10-27T19:33:59Z</dc:date>
    </item>
    <item>
      <title>QVS and Web Server on separate boxes</title>
      <link>https://community.qlik.com/t5/QlikView/QVS-and-Web-Server-on-separate-boxes/m-p/170370#M1312440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Where do you want to publish your Web Pages/Ajax files if not on the web server?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Oct 2009 20:27:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVS-and-Web-Server-on-separate-boxes/m-p/170370#M1312440</guid>
      <dc:creator>chrisbrain</dc:creator>
      <dc:date>2009-10-27T20:27:23Z</dc:date>
    </item>
    <item>
      <title>QVS and Web Server on separate boxes</title>
      <link>https://community.qlik.com/t5/QlikView/QVS-and-Web-Server-on-separate-boxes/m-p/170371#M1312441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;QV9 supports getting the AJAX files directly from the QlikView server *if* you are using the QVWebServer. You don't have to publish the web pages like you did in older versions.&lt;/P&gt;&lt;P&gt;Or so we're told.&lt;/P&gt;&lt;P&gt;I have that working on a stand-alone box that's running QVS and QVWS. I no longer have to publish the AJAX pages every time I make a change to them.&lt;/P&gt;&lt;P&gt;Now I need to split these functions apart so that QVS is running on a different box than QVWS. I also need IIS running on the same box as QVWS so I can implement my authentication stuff.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Oct 2009 21:04:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVS-and-Web-Server-on-separate-boxes/m-p/170371#M1312441</guid>
      <dc:creator />
      <dc:date>2009-10-27T21:04:54Z</dc:date>
    </item>
    <item>
      <title>QVS and Web Server on separate boxes</title>
      <link>https://community.qlik.com/t5/QlikView/QVS-and-Web-Server-on-separate-boxes/m-p/170372#M1312442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have done a configuration for that. What i have done is..&lt;/P&gt;&lt;P&gt;- Install QVS on both server&lt;/P&gt;&lt;P&gt;- On IIS server machine, edit the file "QVClients\setting.js" to point to QlikView Server (change the vars QvsHost). Vars QvsPort is optional. Dont forget to remove the comment tags.&lt;/P&gt;&lt;P&gt;- On QV Server machine, edit the file "HttpServer\config.xml". Change QvsHost to point to QV Server. And also change QvsTunnel to match ur environment.&lt;/P&gt;&lt;P&gt;- IIS Server machine - do not run QV Server (QV Management Console)&lt;/P&gt;&lt;P&gt;- QV Server machine - run QV Server (QV Management Console)&lt;/P&gt;&lt;P&gt;That's what i have done and I'm able to access all the qvw file from our intranet but...we can't accessed from outside intranet. If I'm access from internet all the document list is appeared but cant open the QVW it's gave an error something like this "iis_authenticated .... . .. cant open file". All of my qvw file and ajax is located on QV server machine.&lt;/P&gt;&lt;P&gt;What i have done is quite same with Chris Brain but i didn't do the step number 5. Maybe Chris can explain what is the purpose on this step.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Dec 2010 21:41:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVS-and-Web-Server-on-separate-boxes/m-p/170372#M1312442</guid>
      <dc:creator />
      <dc:date>2010-12-21T21:41:20Z</dc:date>
    </item>
    <item>
      <title>QVS and Web Server on separate boxes</title>
      <link>https://community.qlik.com/t5/QlikView/QVS-and-Web-Server-on-separate-boxes/m-p/170373#M1312443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do people on your intranet have connectivity to your QV Server machine? If so, it might explain why it works from the intranet but not from outside.&lt;/P&gt;&lt;P&gt;Can you get to the QlikView AccessPoint page on your IIS Server machine?&lt;/P&gt;&lt;P&gt;When people are on your intranet, what is the URL that they use to open the document?&lt;/P&gt;&lt;P&gt;Are you using AJAX/ZFC or IE Client to deploy it? Are you using NTFS or DMS authorization?&lt;/P&gt;&lt;P&gt;Can you get to the&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Dec 2010 22:17:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVS-and-Web-Server-on-separate-boxes/m-p/170373#M1312443</guid>
      <dc:creator />
      <dc:date>2010-12-21T22:17:54Z</dc:date>
    </item>
    <item>
      <title>QVS and Web Server on separate boxes</title>
      <link>https://community.qlik.com/t5/QlikView/QVS-and-Web-Server-on-separate-boxes/m-p/170374#M1312444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, people in intranet can connect to QVServer, I try to run telnet command to that IP from internet but failed to connect.&lt;/P&gt;&lt;P&gt;Yes i can get to qlikview accesspoint from intranet and also from internet (from internet can't get the document list)&lt;/P&gt;&lt;P&gt;The URL to access is "bi.mydomain.com/qlikview"&lt;/P&gt;&lt;P&gt;I'm using IE client. It should be the same method if you using AJAX/ZFC to deploy.&lt;/P&gt;&lt;P&gt;I'm using NTFS authorization&lt;/P&gt;&lt;P&gt;Btw, my problem is people from the outside/internet can't get access to the document because this IP address is on out intranet. Is this the source of my problem? How to solve this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Dec 2010 06:54:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVS-and-Web-Server-on-separate-boxes/m-p/170374#M1312444</guid>
      <dc:creator />
      <dc:date>2010-12-22T06:54:01Z</dc:date>
    </item>
    <item>
      <title>QVS and Web Server on separate boxes</title>
      <link>https://community.qlik.com/t5/QlikView/QVS-and-Web-Server-on-separate-boxes/m-p/170375#M1312445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When people connect to the Accesspoint page from outside, do they authenticate? On the accesspoint page, in the upper right, it says "Logged in as: " somebody. If you have a particular user who connects from both inside and outside, is the "Logged in as:" name the same in both cases? I would think that even without connectivity to the QVS, Accesspoint should provide the same document list regardless of where the user comes from.&lt;/P&gt;&lt;P&gt;I'm not completely sure about this, as we only use AJAX/ZFC, but you need to have some sort of connectivity from the outside to your QV Server when using the IE plug-in. You could poke a hole in your firewall so that traffic over port 4747 can get from the outside to your QVS. Or, you could implement tunnelling so that people connect to your web server, and then it tunnels requests to your QVS. By default, I think it will try to use port 4747, but I think it can also use port 80 if things are configured correctly.&lt;/P&gt;&lt;P&gt;There's more information about this in section 17.2 of the Server/Publisher Reference Manual.&lt;/P&gt;&lt;P&gt;I finally got our set-up running by installing the QlikView Web Server service on *both* our IIS Web Server and our QVS. I'm not completely sure if this is necessary, but things started working for us when we configured it this way, so I didn't spend a lot of time trying to figure out the details.&lt;/P&gt;&lt;P&gt;Please post back to the list if you get things working.&lt;/P&gt;&lt;P&gt;Good Luck&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Dec 2010 16:03:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVS-and-Web-Server-on-separate-boxes/m-p/170375#M1312445</guid>
      <dc:creator />
      <dc:date>2010-12-22T16:03:15Z</dc:date>
    </item>
    <item>
      <title>QVS and Web Server on separate boxes</title>
      <link>https://community.qlik.com/t5/QlikView/QVS-and-Web-Server-on-separate-boxes/m-p/170376#M1312446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;everytime people connect to accesspoint or just the standard qlikview they must login. At the accesspoint the "logged in as:" was filled with their username. All the document list was appeared on this page but we can't open the document from internet only from intranet the document can be open.&lt;/P&gt;&lt;P&gt;Here a list of error message when I try to open the document from internet/outside.&lt;/P&gt;&lt;P&gt;1. Access to: bi.mydomain.com/qlikview/accesspoint&lt;/P&gt;&lt;P&gt;- Open document with "Internet Explorer Client": Stuck on The windows dialog box appear (Connect to server), i try with "Use NT Identity", "Anonymous" and "Alternate Identity" still can't open the document.&lt;/P&gt;&lt;P&gt;- Open document with "Java Client": error message appeared "Can't connect to server. The server might be down or there may be a firewall that block the connection. Try again?."&lt;/P&gt;&lt;P&gt;2. Access to bi.mydomain.com/qlikview: the same error also as open document with IE client on accesspoint.&lt;/P&gt;&lt;P&gt;3. Access to bi.mydomain.com/qlikview: In here i try to open with AJAZ/ZFC using the default sample. Error message "Failed to open document, you don't have access to the server.&lt;/P&gt;&lt;P&gt;What do you think about that? Do i have to create a tunnel to QVS?&lt;/P&gt;&lt;P&gt;Did you create a tunnel? change the config.xml and also make changes the vars QVStunnel?&lt;/P&gt;&lt;P&gt;Btw, can you ping or telnet the IP address of your QVS from internet/outside?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;Update&lt;/B&gt;: I just saw the QVS log, it appears the authentication on QVS server is the problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;128&lt;/I&gt; Error Anonymous logon failed: L.&lt;/P&gt;&lt;P&gt;&lt;I&gt;119&lt;/I&gt; Error Failed acquiring token for anonymous access&lt;/P&gt;&lt;P&gt;I can't change the security setting on the QVS, everytime I change to anonymous it won't changes and always back to "prohibited anonymous". Already try to reinstall the QVS but this bug still exist.&lt;/P&gt;&lt;P&gt;I'm using QVS x64 8.5 6231 and running on windows 2003 SP1&lt;/P&gt;&lt;P style="font-style: italic"&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Dec 2010 02:35:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVS-and-Web-Server-on-separate-boxes/m-p/170376#M1312446</guid>
      <dc:creator />
      <dc:date>2010-12-23T02:35:27Z</dc:date>
    </item>
    <item>
      <title>QVS and Web Server on separate boxes</title>
      <link>https://community.qlik.com/t5/QlikView/QVS-and-Web-Server-on-separate-boxes/m-p/170377#M1312447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ihave working configuration as i understated from your description:&lt;/P&gt;&lt;P&gt;1. IIS 6 on w2003 32 bit&lt;/P&gt;&lt;P&gt;2. qvs 8.5 (no matter sub version but it is 8.5.6231)&lt;/P&gt;&lt;P&gt;3. anonymous access to iis website of qvs application&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what i have done is:&lt;/P&gt;&lt;P&gt;1. in the qvs i installed qvs and qvajaxzfc support&lt;/P&gt;&lt;P&gt;2. on iis i installed iis support (if you have no firewalls no need for tunneling) and qvajaxzfc support&lt;/P&gt;&lt;P&gt;3. change the file qvsviewclient.asp from var host ='localhost' to var host='my qvs server fqdn' on iis (this tell where the qvs is)&lt;/P&gt;&lt;P&gt;4. verify that on the iis you have the qvscomremote.dll file installed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Dec 2010 07:51:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVS-and-Web-Server-on-separate-boxes/m-p/170377#M1312447</guid>
      <dc:creator>boaz_shatz</dc:creator>
      <dc:date>2010-12-28T07:51:40Z</dc:date>
    </item>
    <item>
      <title>QVS and Web Server on separate boxes</title>
      <link>https://community.qlik.com/t5/QlikView/QVS-and-Web-Server-on-separate-boxes/m-p/170378#M1312448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, this is similar to what we had when we were running QV 8.5. However, QV 9.0 (and above) is a different beast, so a different solution was needed for us.&lt;/P&gt;&lt;P&gt;Your answer might help with Dwi's issue, but I can't verify that one.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jan 2011 15:31:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVS-and-Web-Server-on-separate-boxes/m-p/170378#M1312448</guid>
      <dc:creator />
      <dc:date>2011-01-03T15:31:19Z</dc:date>
    </item>
    <item>
      <title>QVS and Web Server on separate boxes</title>
      <link>https://community.qlik.com/t5/QlikView/QVS-and-Web-Server-on-separate-boxes/m-p/170379#M1312449</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV&gt;&lt;P&gt;Hi Boaz,&lt;/P&gt;&lt;DIV&gt;&lt;P&gt;i'm not using IIS 6, i'm using IIS 5.1 and since on the web server there's a lot of others website, the network people didn't want to upgrade the IIS.&lt;/P&gt;&lt;DIV&gt;On what you have done, did you using QV 9? Your configuration step is quite similiar on what i have done also.&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;I can't use QV 9 because we got stuck on IIS 5.1&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jan 2011 20:58:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVS-and-Web-Server-on-separate-boxes/m-p/170379#M1312449</guid>
      <dc:creator />
      <dc:date>2011-01-04T20:58:46Z</dc:date>
    </item>
    <item>
      <title>QVS and Web Server on separate boxes</title>
      <link>https://community.qlik.com/t5/QlikView/QVS-and-Web-Server-on-separate-boxes/m-p/170380#M1312450</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bill,&lt;/P&gt;&lt;P&gt;Did you still using QV 8.5? using the separated IIS and QVS, did you able to open the document from the outside/internet?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jan 2011 21:10:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVS-and-Web-Server-on-separate-boxes/m-p/170380#M1312450</guid>
      <dc:creator />
      <dc:date>2011-01-04T21:10:12Z</dc:date>
    </item>
    <item>
      <title>QVS and Web Server on separate boxes</title>
      <link>https://community.qlik.com/t5/QlikView/QVS-and-Web-Server-on-separate-boxes/m-p/170381#M1312451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Where I am, we've always had IIS 6 - even when we were running QV8.5.&lt;/P&gt;&lt;P&gt;Here are a few comments and thoughts:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;We've never allowed direct access to the QVS from any user's PC. The only traffic to the QVS is from the web server.&lt;/LI&gt;&lt;LI&gt;We also needed to set up a *domain-level* windows account for use by QlikView. This account had Administrator-level access on BOTH the web server and the QVS. Any QlikView services on either box ran under this account. Is that how you are set up?&lt;/LI&gt;&lt;LI&gt;I don't remember how it worked under QV 8.5, but there might need to be some sort of connectivity between your web server and your Windows domain controller in order to authenticate Windows user credentials. (I'm just guessing about that one. We use DMS authentication, so we've rolled our own authentication scheme and don't use Windows authentication.)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Good luck,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jan 2011 21:21:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVS-and-Web-Server-on-separate-boxes/m-p/170381#M1312451</guid>
      <dc:creator />
      <dc:date>2011-01-04T21:21:30Z</dc:date>
    </item>
    <item>
      <title>QVS and Web Server on separate boxes</title>
      <link>https://community.qlik.com/t5/QlikView/QVS-and-Web-Server-on-separate-boxes/m-p/170382#M1312452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have some questions regarding the best method for authentication setting on IIS for this configurations&lt;/P&gt;&lt;P&gt;- When i'm changing the authentication on IIS then i got an error "object error" when trying to open the qv document list. How to solve this? what is the best authentication configuration both on the Web server machine(IIS) and QV Server machine?&lt;/P&gt;&lt;P&gt;- On my licenses (LEF) there is text " FORCE_AUTHENTICATION;YES; ", so i can't change the security setting on the QVS, it always stick on "prohibited anonymous". So, what is the best authentication configuration for my case?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible that my issue (cant open document from outside/internet) is happened because of wrong authentication configuration both on IIS and QVS?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jan 2011 21:22:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVS-and-Web-Server-on-separate-boxes/m-p/170382#M1312452</guid>
      <dc:creator />
      <dc:date>2011-01-04T21:22:53Z</dc:date>
    </item>
    <item>
      <title>QVS and Web Server on separate boxes</title>
      <link>https://community.qlik.com/t5/QlikView/QVS-and-Web-Server-on-separate-boxes/m-p/170383#M1312453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bill,&lt;/P&gt;&lt;P&gt;Thank you for your response, maybe for the next step i'll try to use DMS authentication because I never touch this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jan 2011 21:27:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVS-and-Web-Server-on-separate-boxes/m-p/170383#M1312453</guid>
      <dc:creator />
      <dc:date>2011-01-04T21:27:20Z</dc:date>
    </item>
    <item>
      <title>QVS and Web Server on separate boxes</title>
      <link>https://community.qlik.com/t5/QlikView/QVS-and-Web-Server-on-separate-boxes/m-p/170384#M1312454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Setting up DMS Authentication is not trivial. I think you'll only want to try that after you've exhausted all other possibilities.&lt;/P&gt;&lt;P&gt;I wonder if there's a problem running qvscomremote.dll under your version of Windows/IIS. What version of Windows is the web server running?&lt;/P&gt;&lt;P&gt;It might be worth testing to see if the Windows authentication part is working. You could do that by creating a new website that just has a vanilla "Hello World" HTML page. Then set the site to only allow Integrated Windows Authentication (while disabling anonymous access). Do you have experience with that?&lt;/P&gt;&lt;P&gt;If that works, then you will know that it's not Windows authentication that's causing the problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jan 2011 21:39:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVS-and-Web-Server-on-separate-boxes/m-p/170384#M1312454</guid>
      <dc:creator />
      <dc:date>2011-01-04T21:39:10Z</dc:date>
    </item>
    <item>
      <title>QVS and Web Server on separate boxes</title>
      <link>https://community.qlik.com/t5/QlikView/QVS-and-Web-Server-on-separate-boxes/m-p/170385#M1312455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV&gt;&lt;P&gt;yeah..you were right i'm already exhausted with this, because i dont really understand on network (not yet).&lt;/P&gt;&lt;P&gt;Hmm..i'll try to test qvscomremote. The web server running on windows 2003 SP1 32bit with IIS 5.1&lt;/P&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jan 2011 21:50:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVS-and-Web-Server-on-separate-boxes/m-p/170385#M1312455</guid>
      <dc:creator />
      <dc:date>2011-01-04T21:50:44Z</dc:date>
    </item>
  </channel>
</rss>

