<?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: QVWS and IIS reside on the same server in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/QVWS-and-IIS-reside-on-the-same-server/m-p/270436#M1193022</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Thanks, that covers all my questions!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Jun 2011 09:07:51 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-06-22T09:07:51Z</dc:date>
    <item>
      <title>QVWS and IIS reside on the same server</title>
      <link>https://community.qlik.com/t5/QlikView/QVWS-and-IIS-reside-on-the-same-server/m-p/270428#M1193014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Usually you install QlikView Server (QVS) with intend to use either QlikView Web Server (QVWS) or IIS. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Due to limited resources, I may need to install QVS -- with the intention to use QVWS as its webserver, and not leveraging IIS --, BUT on the same server (Windows 2003) that has IIS and IIS-dependent applications installed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would it be unwise to do so? I'm guessing the users would still be able to get to AccessPoint (as it is still uses QVWS).&lt;/P&gt;&lt;P&gt;My question is will it cause any issues with the other apps that uses IIS as you could say that there are now 2 webservers sitting on the same server?&lt;/P&gt;&lt;P&gt;(All the users for the other apps will be domain users)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What should I do if it's the case? Any suggestion will be appreaciated&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;QVAWUser - Anton&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jun 2011 16:42:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVWS-and-IIS-reside-on-the-same-server/m-p/270428#M1193014</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-06-07T16:42:26Z</dc:date>
    </item>
    <item>
      <title>QVWS and IIS reside on the same server</title>
      <link>https://community.qlik.com/t5/QlikView/QVWS-and-IIS-reside-on-the-same-server/m-p/270429#M1193015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Anton,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's not so unsual in my experience due to restricted resources or small deployments or test servers. I always prefer not to mix services up, and install them in different computers. Anyway, you can install the server to use QVWS but you will need to change the port QVWS is listening to in order to serve documents right. Besides, you may need, depending on your network structure, do some NAT translating or routing... Even having them in different computers but in the same network, this firewalling/NAT process would be required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IIS and QVWS are independent services running in the same machine, so if permissions are set properly, you shouldn't have any problems to differentiate access to IIS and QVWS, and have both correctly isolated from each other.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the short answer as far as I know is yes, provided you change the port and you have the .NET libraries required installed in your computer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/people/mabaeyens" style="font-size: 12px; outline-style: none; padding-top: 1px; padding-bottom: 1px; padding-left: 17px; color: #007fc0; zoom: 1; background-position: no-repeat no-repeat;"&gt;Miguel Angel Baeyens&lt;/A&gt;&lt;/P&gt;&lt;P&gt;BI Consultant&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.grupocomex.com/" style="font-size: 12px; outline-style: none; color: #007fc0;"&gt;Comex Grupo Ibérica&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jun 2011 16:53:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVWS-and-IIS-reside-on-the-same-server/m-p/270429#M1193015</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2011-06-07T16:53:15Z</dc:date>
    </item>
    <item>
      <title>QVWS and IIS reside on the same server</title>
      <link>https://community.qlik.com/t5/QlikView/QVWS-and-IIS-reside-on-the-same-server/m-p/270430#M1193016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Miguel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your quick response. As to what you just mentioned, I need to change that settings either from QEMC or config.xml, yes? Again, thank you for pointing me to right direction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;QVAWUser-Anton&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jun 2011 17:08:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVWS-and-IIS-reside-on-the-same-server/m-p/270430#M1193016</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-06-07T17:08:31Z</dc:date>
    </item>
    <item>
      <title>QVWS and IIS reside on the same server</title>
      <link>https://community.qlik.com/t5/QlikView/QVWS-and-IIS-reside-on-the-same-server/m-p/270431#M1193017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Anton,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, from version 10 on you can change the HTTP port in the QEMC (or in the xml, but the first is more comfortable for me). That will require a services restart, and depending on your network hardware and software (network paths, DHCP servers...), to reset the computer. Anyway, it's usually not a big deal just changing the port, applying and restarting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/people/mabaeyens" style="font-size: 12px; outline-style: none; padding-top: 1px; padding-bottom: 1px; padding-left: 17px; color: #007fc0; zoom: 1; background-position: no-repeat no-repeat;"&gt;Miguel Angel Baeyens&lt;/A&gt;&lt;/P&gt;&lt;P&gt;BI Consultant&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.grupocomex.com/" style="font-size: 12px; outline-style: none; color: #007fc0;"&gt;Comex Grupo Ibérica&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jun 2011 17:57:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVWS-and-IIS-reside-on-the-same-server/m-p/270431#M1193017</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2011-06-07T17:57:04Z</dc:date>
    </item>
    <item>
      <title>QVWS and IIS reside on the same server</title>
      <link>https://community.qlik.com/t5/QlikView/QVWS-and-IIS-reside-on-the-same-server/m-p/270432#M1193018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually I don't think you'd have any issues running both web servers on port 80. They will do port sharing and all calls for the QV registered virtual folders in QVWS will be directed to the QlikView web server while calls to folders on the IIS will go there.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jun 2011 02:44:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVWS-and-IIS-reside-on-the-same-server/m-p/270432#M1193018</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-06-08T02:44:13Z</dc:date>
    </item>
    <item>
      <title>QVWS and IIS reside on the same server</title>
      <link>https://community.qlik.com/t5/QlikView/QVWS-and-IIS-reside-on-the-same-server/m-p/270433#M1193019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Miguel and Johannes,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your inputs. I'll do my test and let you know what the outcome is. Again, I really appreciate it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anton&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jun 2011 05:10:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVWS-and-IIS-reside-on-the-same-server/m-p/270433#M1193019</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-06-08T05:10:26Z</dc:date>
    </item>
    <item>
      <title>Re: QVWS and IIS reside on the same server</title>
      <link>https://community.qlik.com/t5/QlikView/QVWS-and-IIS-reside-on-the-same-server/m-p/270434#M1193020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;IIR and QVWS can be run parallel. We have such a system in production, although it gets a bit more tricky (yet feasible) if you switch to SSL, where no port sharing is available. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I currently have an issue running the Non-SSL-Scenario on Windows XP. The QlikView Webserver won't start unless I switch off IIS...Does portsharing only work on Windows Server versions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Seb&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jun 2011 07:50:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVWS-and-IIS-reside-on-the-same-server/m-p/270434#M1193020</guid>
      <dc:creator />
      <dc:date>2011-06-22T07:50:02Z</dc:date>
    </item>
    <item>
      <title>QVWS and IIS reside on the same server</title>
      <link>https://community.qlik.com/t5/QlikView/QVWS-and-IIS-reside-on-the-same-server/m-p/270435#M1193021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Seb,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It depends on your .NET (3 or higher) and IIS version (&lt;A href="http://msdn.microsoft.com/en-us/library/ms734772.aspx"&gt;check here&lt;/A&gt; for further reference). Windows XP &lt;A href="http://msdn.microsoft.com/en-us/library/ms733768.aspx"&gt;doesn't support port sharing&lt;/A&gt;, though.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/people/mabaeyens" style="font-size: 12px; outline-style: none; padding-top: 1px; padding-bottom: 1px; padding-left: 17px; color: #007fc0; zoom: 1; background-position: no-repeat no-repeat;"&gt;Miguel Angel Baeyens&lt;/A&gt;&lt;/P&gt;&lt;P&gt;BI Consultant&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.grupocomex.com/" style="font-size: 12px; outline-style: none; color: #007fc0;"&gt;Comex Grupo Ibérica&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jun 2011 08:32:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVWS-and-IIS-reside-on-the-same-server/m-p/270435#M1193021</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2011-06-22T08:32:40Z</dc:date>
    </item>
    <item>
      <title>Re: QVWS and IIS reside on the same server</title>
      <link>https://community.qlik.com/t5/QlikView/QVWS-and-IIS-reside-on-the-same-server/m-p/270436#M1193022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Thanks, that covers all my questions!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jun 2011 09:07:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVWS-and-IIS-reside-on-the-same-server/m-p/270436#M1193022</guid>
      <dc:creator />
      <dc:date>2011-06-22T09:07:51Z</dc:date>
    </item>
    <item>
      <title>Re: QVWS and IIS reside on the same server</title>
      <link>https://community.qlik.com/t5/QlikView/QVWS-and-IIS-reside-on-the-same-server/m-p/270437#M1193023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Calibri', 'sans-serif'; color: #1f497d; font-size: 11pt;"&gt;I need urgent help on the below mentioned.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Calibri', 'sans-serif'; color: #1f497d; font-size: 11pt;"&gt;Facing the port confliction issue between IIS and QVWS (QlikView Webserver) on port 80 which is not allowing to run the QVWS. We have also tried changing the port settings from QMC (QlikView Management Console) and config file of QVWS but still it is not functioning properly.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Calibri', 'sans-serif'; color: #1f497d; font-size: 11pt;"&gt;Details: Installed QV Server 11.2 on Windows Server 2008 R2 where IIS 7.5 was already configured using microstrategy services.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Feb 2013 09:22:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVWS-and-IIS-reside-on-the-same-server/m-p/270437#M1193023</guid>
      <dc:creator />
      <dc:date>2013-02-13T09:22:17Z</dc:date>
    </item>
    <item>
      <title>Re: QVWS and IIS reside on the same server</title>
      <link>https://community.qlik.com/t5/QlikView/QVWS-and-IIS-reside-on-the-same-server/m-p/270438#M1193024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Calibri', 'sans-serif'; color: #1f497d; font-size: 11pt;"&gt;I need urgent help on the below mentioned.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Calibri', 'sans-serif'; color: #1f497d; font-size: 11pt;"&gt;Facing the port confliction issue between IIS and QVWS (QlikView Webserver) on port 80 which is not allowing to run the QVWS. We have also tried changing the port settings from QMC (QlikView Management Console) and config file of QVWS but still it is not functioning properly.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Calibri', 'sans-serif'; color: #1f497d; font-size: 11pt;"&gt;Details: Installed QV Server 11.2 on Windows Server 2008 R2 where IIS 7.5 was already configured using microstrategy services.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Feb 2013 09:22:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVWS-and-IIS-reside-on-the-same-server/m-p/270438#M1193024</guid>
      <dc:creator />
      <dc:date>2013-02-13T09:22:29Z</dc:date>
    </item>
    <item>
      <title>Re: QVWS and IIS reside on the same server</title>
      <link>https://community.qlik.com/t5/QlikView/QVWS-and-IIS-reside-on-the-same-server/m-p/270439#M1193025</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Calibri', 'sans-serif'; color: #1f497d; font-size: 11pt;"&gt;I need urgent help on the below mentioned.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Calibri', 'sans-serif'; color: #1f497d; font-size: 11pt;"&gt;Facing the port confliction issue between IIS and QVWS (QlikView Webserver) on port 80 which is not allowing to run the QVWS. We have also tried changing the port settings from QMC (QlikView Management Console) and config file of QVWS but still it is not functioning properly.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Calibri', 'sans-serif'; color: #1f497d; font-size: 11pt;"&gt;Details: Installed QV Server 11.2 on Windows Server 2008 R2 where IIS 7.5 was already configured using microstrategy services.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Feb 2013 09:22:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVWS-and-IIS-reside-on-the-same-server/m-p/270439#M1193025</guid>
      <dc:creator />
      <dc:date>2013-02-13T09:22:53Z</dc:date>
    </item>
    <item>
      <title>Re: QVWS and IIS reside on the same server</title>
      <link>https://community.qlik.com/t5/QlikView/QVWS-and-IIS-reside-on-the-same-server/m-p/270440#M1193026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Calibri', 'sans-serif'; color: #1f497d; font-size: 11pt;"&gt;I need urgent help on the below mentioned.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Calibri', 'sans-serif'; color: #1f497d; font-size: 11pt;"&gt;Facing the port confliction issue between IIS and QVWS (QlikView Webserver) on port 80 which is not allowing to run the QVWS. We have also tried changing the port settings from QMC (QlikView Management Console) and config file of QVWS but still it is not functioning properly.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Calibri', 'sans-serif'; color: #1f497d; font-size: 11pt;"&gt;Details: Installed QV Server 11.2 on Windows Server 2008 R2 where IIS 7.5 was already configured using microstrategy services.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Feb 2013 09:23:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVWS-and-IIS-reside-on-the-same-server/m-p/270440#M1193026</guid>
      <dc:creator />
      <dc:date>2013-02-13T09:23:31Z</dc:date>
    </item>
  </channel>
</rss>

