<?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 QEMC Access Point URL in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/QEMC-Access-Point-URL/m-p/204962#M1284918</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;idealbrain,&lt;/P&gt;&lt;P&gt;I used option #2 above and it worked like a charm. Thanks for your help.&lt;/P&gt;&lt;P&gt;rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Jun 2010 20:14:09 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-06-17T20:14:09Z</dc:date>
    <item>
      <title>QEMC Access Point URL</title>
      <link>https://community.qlik.com/t5/QlikView/QEMC-Access-Point-URL/m-p/204958#M1284914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The default Access Point url is: &lt;A href="http://localhost/qlikview/index.htm" target="_blank"&gt;http://localhost/qlikview/index.htm&lt;/A&gt;. If I wanted to create a generic url that users could access regardless of the server name how would I go about doing that? The reason I ask is I'd like to have a more generic name for the url so we can have users point to one address regardless of which server we have QlikView on.&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;rob&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/QEMC-Access-Point-URL/m-p/204958#M1284914</guid>
      <dc:creator />
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>QEMC Access Point URL</title>
      <link>https://community.qlik.com/t5/QlikView/QEMC-Access-Point-URL/m-p/204959#M1284915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure if I follow you, but (as you already know) a web server is by default accessible using the default machine (netbios) name (i.e. http://win2k8 if the machine name is WIN2K8). It is also common that you have a Fully Qualified Name (FQN) registered in DNS for the machine, in the format "machinename.domain" (i.e win2k8.company.com) and in that case users can access the web server using http://win2k8.company.com.&lt;/P&gt;&lt;P&gt;It's not very uncommon that you have an internal naming convention on your servers that is not very user-friendly (USPRODQVS for a production QVS in the US as an example). In this case you can register alternative DNS-records in your environment, either HOST(A) records or ALIAS(CNAME) records. You can have multiple HOST(A)-records registered on the same IP-address if you want, which is common for example when hosting multiple web sites on the same IIS server:&lt;/P&gt;&lt;P&gt;USPRODQVS 10.0.1.10 (default HOST(A) record)&lt;BR /&gt;QVS 10.0.1.10&lt;BR /&gt;PORTAL 10.0.1.10&lt;/P&gt;&lt;P&gt;In this example you can reach each of the web sites on the server using:&lt;/P&gt;&lt;P&gt;http://usprodqvs (default site with default host header=NETBIOS name)&lt;BR /&gt;http://qvs (qvs site with host header=qvs)&lt;BR /&gt;http://portal (a site with host header=portal)&lt;/P&gt;&lt;P&gt;ALIAS(CNAME) records in DNS will point to already existing HOST(A)-records and can also be used. However, sometimes you need to pay attention to the type of DNS-record being used. Kerberos for example will not utilize the ALIAS(CNAME) records when generating tokens, but the HOST(A) record.&lt;/P&gt;&lt;P&gt;I suggest you have a chat with your DNS-admin and have him/her register appropriate DNS-records for your environment. If you later install QVS on a new machine (i.e. new IP address), it's easy to simply alter the DNS-record to point to the IP-address for the new machine and the end-users will still access the web site like they're used to.&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Bjorn&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jun 2010 08:30:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QEMC-Access-Point-URL/m-p/204959#M1284915</guid>
      <dc:creator>Bjorn_Wedbratt</dc:creator>
      <dc:date>2010-06-17T08:30:46Z</dc:date>
    </item>
    <item>
      <title>QEMC Access Point URL</title>
      <link>https://community.qlik.com/t5/QlikView/QEMC-Access-Point-URL/m-p/204960#M1284916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Bjorn,&lt;/P&gt;&lt;P&gt;Thanks for your reply. Yes, you have part of my question. Our Network admin was going to make all of the DNS changes that you mention above. My question is more around what would I need to change in the QEMC in order for internal users to access the access point from the new FQN. For example, by default our access point has the following URL: &lt;A href="http://dcwebb99/qlikview/index.htm"&gt;http://dcwebb99/qlikview/index.htm&lt;/A&gt;. If we change the DNS so the FQN is something like: &lt;A href="http://bi-internal.companyname.com"&gt;http://bi-internal.companyname.com&lt;/A&gt; what changes would I need to make in the QEMC so when my end users type &lt;A href="http://bi-internal.companyname.com"&gt;http://bi-internal.companyname.com&lt;/A&gt; that it points to the same Access Point location that &lt;A href="http://dcwebb99/qlikview/index.htm"&gt;http://dcwebb99/qlikview/index.htm&lt;/A&gt; . I'm guessing all I'd have to do is rename the URL in the QlikView Web Servers\General area to &lt;A href="http://bi-internal.companyname.com"&gt;http://bi-internal.companyname.com&lt;/A&gt; . Currently, the name shows up as: &lt;A href="http://dcwebb99:4750/qvws.asmx"&gt;http://dcwebb99:4750/qvws.asmx&lt;/A&gt; .&lt;/P&gt;&lt;P&gt;thanks again,&lt;/P&gt;&lt;P&gt;rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jun 2010 15:25:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QEMC-Access-Point-URL/m-p/204960#M1284916</guid>
      <dc:creator />
      <dc:date>2010-06-17T15:25:47Z</dc:date>
    </item>
    <item>
      <title>QEMC Access Point URL</title>
      <link>https://community.qlik.com/t5/QlikView/QEMC-Access-Point-URL/m-p/204961#M1284917</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="http://bi-internal.companyname.com/"&gt;http://bi-internal.companyname.com&lt;/A&gt; takes you to the default page \ location of your web server.&lt;/P&gt;&lt;P&gt;To default it to access point, you could do in different ways.&lt;/P&gt;&lt;P&gt;1) To configure you webserver home directory to your access point.&lt;/P&gt;&lt;P&gt;2) You can place a small default.asp \ default.htm page to redirect to &lt;A href="http://bi-internal.companyname.com/"&gt;http://bi-internal.companyname.com&lt;/A&gt;&lt;A href="http://dcwebb99/qlikview/index.htm"&gt;qlikview/index.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sample ASP script.&lt;/P&gt;&lt;P&gt;&amp;lt;%&lt;/P&gt;&lt;P&gt;Response.redirect "/accesspoint"&lt;/P&gt;&lt;P&gt;%&amp;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;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jun 2010 17:01:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QEMC-Access-Point-URL/m-p/204961#M1284917</guid>
      <dc:creator />
      <dc:date>2010-06-17T17:01:02Z</dc:date>
    </item>
    <item>
      <title>QEMC Access Point URL</title>
      <link>https://community.qlik.com/t5/QlikView/QEMC-Access-Point-URL/m-p/204962#M1284918</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;idealbrain,&lt;/P&gt;&lt;P&gt;I used option #2 above and it worked like a charm. Thanks for your help.&lt;/P&gt;&lt;P&gt;rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jun 2010 20:14:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QEMC-Access-Point-URL/m-p/204962#M1284918</guid>
      <dc:creator />
      <dc:date>2010-06-17T20:14:09Z</dc:date>
    </item>
    <item>
      <title>QEMC Access Point URL</title>
      <link>https://community.qlik.com/t5/QlikView/QEMC-Access-Point-URL/m-p/204963#M1284919</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The only place where the server name part of the URL is controlled in QEMC is in the Print properties of the QlikView Server. This URL is used to deliver Exported content for AJAX clients. Change http://xxxx/QvPrint to just /QvPrint and it will work with whatever servername the users use.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Jun 2010 11:43:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QEMC-Access-Point-URL/m-p/204963#M1284919</guid>
      <dc:creator>MichaelRobertshaw</dc:creator>
      <dc:date>2010-06-19T11:43:38Z</dc:date>
    </item>
    <item>
      <title>QEMC Access Point URL</title>
      <link>https://community.qlik.com/t5/QlikView/QEMC-Access-Point-URL/m-p/204964#M1284920</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;idealbrain,&lt;/P&gt;&lt;P&gt;Where would I place the default.asp script if I'm not running IIS? We were running IIS on a previous server so I just placed the default.asp file in the C:\Inetpub\wwwroot folder. I have another machine where I'm not running IIS and I can't figure out where to put the default.asp redirect. Maybe it would be easier to go with you option #1? Could you provid a little more detail on option #1 or let me know where to place the default.asp file for the server that's not running IIS?&lt;/P&gt;&lt;P&gt;thanks so much,&lt;/P&gt;&lt;P&gt;rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jun 2010 14:35:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QEMC-Access-Point-URL/m-p/204964#M1284920</guid>
      <dc:creator />
      <dc:date>2010-06-29T14:35:52Z</dc:date>
    </item>
    <item>
      <title>QEMC Access Point URL</title>
      <link>https://community.qlik.com/t5/QlikView/QEMC-Access-Point-URL/m-p/204965#M1284921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rob,&lt;/P&gt;&lt;P&gt;Default.asp is for IIS. Which webserver are you using on the another machine?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jun 2010 14:46:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QEMC-Access-Point-URL/m-p/204965#M1284921</guid>
      <dc:creator />
      <dc:date>2010-06-29T14:46:01Z</dc:date>
    </item>
    <item>
      <title>QEMC Access Point URL</title>
      <link>https://community.qlik.com/t5/QlikView/QEMC-Access-Point-URL/m-p/204966#M1284922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rob,&lt;/P&gt;&lt;P&gt;If you're using QlikView Web server, there are some additional "tweaks".&lt;/P&gt;&lt;P&gt;First of all, you need to configure QVWS to "listen" to the host URL. By default QVWS is configure to listen to &lt;A href="http://server/qlikview"&gt;http://server/qlikview&lt;/A&gt; (among other &lt;A&gt;URL:s&lt;/A&gt; required).&lt;BR /&gt;If you open config.xml (%PROGRAMDATA%\Qliktech\QvWebServer) you notice there are a number of virtual folders defined. What you need to do to have QVWS listen to a root folder is to create an additional folder tag, but leave the &amp;lt;NAME&amp;gt;-tag blank:&lt;/P&gt;&lt;P&gt;&amp;lt;Web&amp;gt;&lt;BR /&gt; &amp;lt;Folders&amp;gt;&lt;BR /&gt; &lt;STRONG&gt;&amp;lt;Folder&amp;gt;&lt;BR /&gt; &amp;lt;Name&amp;gt;&amp;lt;/Name&amp;gt;&lt;BR /&gt; &amp;lt;Path&amp;gt;C:\Program Files\QlikView\Root&amp;lt;/Path&amp;gt;&lt;BR /&gt; &amp;lt;/Folder&amp;gt;&lt;BR /&gt;&lt;/STRONG&gt; &amp;lt;Folder&amp;gt;&lt;BR /&gt; &amp;lt;Name&amp;gt;QlikView&amp;lt;/Name&amp;gt;&lt;BR /&gt; &amp;lt;Path&amp;gt;C:\Program Files\QlikView\Web&amp;lt;/Path&amp;gt;&lt;BR /&gt; &amp;lt;/Folder&amp;gt;&lt;/P&gt;&lt;P&gt;In this case my root-folder would be in C:\Program Files\QlikView\Root (make sure to create this folder).&lt;BR /&gt;Restart QVWS and pay attention to the log generated in %PROGRAMDATA\Qliktech\QvWebServer\Log. Notice there's now a register prefix for &lt;A href="http://+:80/"&gt;http://+:80/&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;2010-06-29 15:40:49.9097898 Information register prefix: "&lt;A href="https://+:443/scripts/"&gt;https://+:443/scripts/&lt;/A&gt;"&lt;BR /&gt;&lt;STRONG&gt;2010-06-29 15:40:49.9410402 Information register prefix: "&lt;/STRONG&gt;&lt;A href="http://+:80/"&gt;&lt;STRONG&gt;http://+:80/&lt;/STRONG&gt;&lt;/A&gt;&lt;STRONG&gt;"&lt;/STRONG&gt;&lt;BR /&gt;2010-06-29 15:40:49.9410402 Information register prefix: "&lt;A href="http://+:80/qlikview/"&gt;http://+:80/qlikview/&lt;/A&gt;"&lt;BR /&gt;2010-06-29 15:40:49.9410402 Information register prefix: "&lt;A href="http://+:80/qvanalyzer/"&gt;http://+:80/qvanalyzer/&lt;/A&gt;"&lt;BR /&gt;2010-06-29 15:40:49.9410402 Information register prefix: "&lt;A href="http://+:80/qvclients/"&gt;http://+:80/qvclients/&lt;/A&gt;"&lt;BR /&gt;2010-06-29 15:40:49.9410402 Information register prefix: "&lt;A href="http://+:80/qvplugin/"&gt;http://+:80/qvplugin/&lt;/A&gt;"&lt;BR /&gt;2010-06-29 15:40:49.9410402 Information register prefix: "&lt;A href="http://+:80/qvjava/"&gt;http://+:80/qvjava/&lt;/A&gt;"&lt;BR /&gt;2010-06-29 15:40:49.9410402 Information register prefix: "&lt;A href="http://+:80/qvajaxzfc/"&gt;http://+:80/qvajaxzfc/&lt;/A&gt;"&lt;BR /&gt;2010-06-29 15:40:49.9410402 Information register prefix: "&lt;A href="http://+:80/qvprint/"&gt;http://+:80/qvprint/&lt;/A&gt;"&lt;BR /&gt;2010-06-29 15:40:49.9410402 Information register prefix: "&lt;A href="http://+:4750/"&gt;http://+:4750/&lt;/A&gt;"&lt;BR /&gt;2010-06-29 15:40:49.9410402 Information register prefix: "&lt;A href="http://+:80/scripts/"&gt;http://+:80/scripts/&lt;/A&gt;"&lt;/P&gt;&lt;P&gt;Great, now we have a root folder for &lt;A href="http://server"&gt;http://server&lt;/A&gt;. As you cannot use ASP in an easy way with QVWS, instead create a default.htm page in the root-folder (C:\Program files\Qlikview\Root). Use a meta-tag do redirect to /qlikview, like:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;lt;HTML&amp;gt;&lt;BR /&gt;&amp;lt;HEAD&amp;gt;&lt;BR /&gt;&amp;lt;meta http-equiv="refresh" content="2;url=/qlikview"&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;lt;/HEAD&amp;gt;&lt;BR /&gt;&amp;lt;BODY&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;redirecting please wait...&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;lt;/BODY&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;lt;/HTML&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jun 2010 14:54:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QEMC-Access-Point-URL/m-p/204966#M1284922</guid>
      <dc:creator>Bjorn_Wedbratt</dc:creator>
      <dc:date>2010-06-29T14:54:33Z</dc:date>
    </item>
    <item>
      <title>QEMC Access Point URL</title>
      <link>https://community.qlik.com/t5/QlikView/QEMC-Access-Point-URL/m-p/204967#M1284923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;idealbrain,&lt;/P&gt;&lt;P&gt;I'm using the QlikView Web Server on the other machine.&lt;/P&gt;&lt;P&gt;rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jun 2010 14:58:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QEMC-Access-Point-URL/m-p/204967#M1284923</guid>
      <dc:creator />
      <dc:date>2010-06-29T14:58:05Z</dc:date>
    </item>
    <item>
      <title>QEMC Access Point URL</title>
      <link>https://community.qlik.com/t5/QlikView/QEMC-Access-Point-URL/m-p/204968#M1284924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bjorn,&lt;/P&gt;&lt;P&gt;Your solution worked perfectly! Thanks so much for your help.&lt;/P&gt;&lt;P&gt;rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jun 2010 15:18:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QEMC-Access-Point-URL/m-p/204968#M1284924</guid>
      <dc:creator />
      <dc:date>2010-06-29T15:18:13Z</dc:date>
    </item>
    <item>
      <title>QEMC Access Point URL</title>
      <link>https://community.qlik.com/t5/QlikView/QEMC-Access-Point-URL/m-p/204969#M1284925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bjorn,&lt;/P&gt;&lt;P&gt;One last question: Everything is working perfectly. One thing I noticed however is our internal users are now prompted for their log-in credentials, using this new method, whereas before they were automatically validated through NTFS authorization. Is there something I can change in the QMC to automatically validate based on NTFS?&lt;/P&gt;&lt;P&gt;thanks again,&lt;/P&gt;&lt;P&gt;rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jul 2010 15:22:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QEMC-Access-Point-URL/m-p/204969#M1284925</guid>
      <dc:creator />
      <dc:date>2010-07-07T15:22:26Z</dc:date>
    </item>
    <item>
      <title>QEMC Access Point URL</title>
      <link>https://community.qlik.com/t5/QlikView/QEMC-Access-Point-URL/m-p/204970#M1284926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Rob,&lt;BR /&gt;Hmm...when do you get prompted for login credentials? Is it when trying &lt;A href="http://server"&gt;http://server&lt;/A&gt; in the browser or is it when being redirected to &lt;A href="http://server/qlikview"&gt;http://server/qlikview&lt;/A&gt; ? Or is it when actually trying to open a document? If it is the first two, pay attention to the zone settings in IE. To be able to do "single-sign-on" using IWA, the zone in IE must be Local Intranet when reaching &lt;A href="http://server"&gt;http://server&lt;/A&gt;. If not, add the site to the local intranet zone.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jul 2010 15:40:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QEMC-Access-Point-URL/m-p/204970#M1284926</guid>
      <dc:creator>Bjorn_Wedbratt</dc:creator>
      <dc:date>2010-07-07T15:40:11Z</dc:date>
    </item>
    <item>
      <title>QEMC Access Point URL</title>
      <link>https://community.qlik.com/t5/QlikView/QEMC-Access-Point-URL/m-p/204971#M1284927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I type &lt;A href="http://server/qlikview"&gt;http://server/qlikview&lt;/A&gt; I do not get prompted. Everything flows through to the QVW as expected. When I type in the new redirected url of &lt;A href="http://bi-internal.datacoremarketing.com"&gt;http://bi-internal.datacoremarketing.com&lt;/A&gt; I get prompted immediately. All I have to do is fill in my AD credentials and I'm in, but if there was a way to flow through without being prompted that would be ideal.&lt;/P&gt;&lt;P&gt;FYI - I get prompted in both IE and Firefox.&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jul 2010 15:48:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QEMC-Access-Point-URL/m-p/204971#M1284927</guid>
      <dc:creator />
      <dc:date>2010-07-07T15:48:59Z</dc:date>
    </item>
    <item>
      <title>QEMC Access Point URL</title>
      <link>https://community.qlik.com/t5/QlikView/QEMC-Access-Point-URL/m-p/204972#M1284928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Add &lt;A href="http://bi-internal.datacoremarketing.com"&gt;http://bi-internal.datacoremarketing.com&lt;/A&gt; to the Local Intranet zone in IE (tools - Internet options - security - Local Intranet - Sites - advanced). The zone should change from Internet to Local Intranet in the bottom of your browser window.&lt;/P&gt;&lt;P&gt;For FF, open FF and browse to about:config&lt;BR /&gt;locate "network.automatic-ntlm-auth.trusted-uris"&lt;BR /&gt;modify the value and add the site&lt;BR /&gt;you might also need to add values into "network.negotiate-auth.delegation-uris" and "network.negotiate-auth.trusted-uris"&lt;/P&gt;&lt;P&gt;For more info try googling Firefox and Integrated Windows Authentication&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jul 2010 16:16:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QEMC-Access-Point-URL/m-p/204972#M1284928</guid>
      <dc:creator>Bjorn_Wedbratt</dc:creator>
      <dc:date>2010-07-07T16:16:00Z</dc:date>
    </item>
    <item>
      <title>QEMC Access Point URL</title>
      <link>https://community.qlik.com/t5/QlikView/QEMC-Access-Point-URL/m-p/204973#M1284929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bjorn,&lt;/P&gt;&lt;P&gt;That worked! Thanks again for the help. I really apprecaite it.&lt;/P&gt;&lt;P&gt;rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jul 2010 21:11:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QEMC-Access-Point-URL/m-p/204973#M1284929</guid>
      <dc:creator />
      <dc:date>2010-07-08T21:11:43Z</dc:date>
    </item>
    <item>
      <title>QEMC Access Point URL</title>
      <link>https://community.qlik.com/t5/QlikView/QEMC-Access-Point-URL/m-p/204974#M1284930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Bjorn,&lt;/P&gt;&lt;P&gt;I am using DMS + Section Access with single sign-on.&lt;/P&gt;&lt;P&gt;I managed to login - using the login page - and connect to the Access Point but if I point &lt;A href="http://server"&gt;http://server&lt;/A&gt; to the &lt;A href="http://server/qlikivew"&gt;http://server/qlikivew&lt;/A&gt; (by modifying the confi.xml file) the login does not work properly. In other words, I do not manage to login directly on the Access Point page ... Do you know why and how I can fix this?&lt;/P&gt;&lt;P&gt;Also, I wonder if you have any tweak to point the &lt;A href="http://server/"&gt;http://server&lt;/A&gt; to the Login page (&lt;A href="http://server/qlikview.login.htm"&gt;http://server/qlikview.login.htm&lt;/A&gt;) instead of the Access Point page (http//server.qlikview)?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Patrice&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Aug 2010 20:56:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QEMC-Access-Point-URL/m-p/204974#M1284930</guid>
      <dc:creator />
      <dc:date>2010-08-16T20:56:23Z</dc:date>
    </item>
    <item>
      <title>QEMC Access Point URL</title>
      <link>https://community.qlik.com/t5/QlikView/QEMC-Access-Point-URL/m-p/204975#M1284931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I saw the discussion using Alias instead of default server name, but in my case it is not exactly the same issue.&lt;BR /&gt;Even, I try what Bjorn suggested and the result is the same. So I went back to the default configuration.&lt;/P&gt;&lt;P&gt;"bi-internal.companyname.com" is an ALIAS(CNAME) records in DNS that point to the default server name (DefaultServerName) set during the installation.&lt;/P&gt;&lt;P&gt;Login to &lt;A href="http://bi-internal.companyname.com/qlikview/index.htm"&gt;http://bi-internal.companyname.com/qlikview/index.htm&lt;/A&gt; : No problem to access the list of QVApps built and distributed.&lt;BR /&gt;The Single-Sign-On works well also with that url.&lt;BR /&gt;But, clicking on a link (My preferred client : IE Plugin) the page is blank and here are the 2 messages I get :&lt;/P&gt;&lt;P&gt;Line : 2&lt;BR /&gt;Character : 1&lt;BR /&gt;Error : Invalid String (or Invalid Character)&lt;BR /&gt;Code : 0&lt;BR /&gt;url : qvp://DefaultServerName/QVApp.qvw?iis_authenticate={ticket_number}&amp;amp;tunneler=http%3A//bi-internal.companyname.com/scripts/QVSTunnel.dll%3Fhost%3DDefaultServerName&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Line : 1&lt;BR /&gt;Character : 1&lt;BR /&gt;Error : Expected object&lt;BR /&gt;Code : 0&lt;BR /&gt;url : qvp://DefaultServerName/QVApp.qvw?iis_authenticate={ticket_number}&amp;amp;tunneler=http%3A//bi-internal.companyname.com/scripts/QVSTunnel.dll%3Fhost%3DDefaultServerName&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;But as soon as I put the "&lt;A href="http://DefaultServerName"&gt;http://DefaultServerName&lt;/A&gt;" in the trusted sites of IE it works well.&lt;/P&gt;&lt;P&gt;My issue is that, in my company, Host file is prohibited on end users machines; and trusted sites neither allowed; only the sites ending by "companyname.com" is to be used and are included in "Intranet Local" zone (in Security of IE Internet Options).&lt;/P&gt;&lt;P&gt;Could you help me fixing this issue ?&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Gilles.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Sep 2010 14:52:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QEMC-Access-Point-URL/m-p/204975#M1284931</guid>
      <dc:creator />
      <dc:date>2010-09-28T14:52:11Z</dc:date>
    </item>
    <item>
      <title>QEMC Access Point URL</title>
      <link>https://community.qlik.com/t5/QlikView/QEMC-Access-Point-URL/m-p/204976#M1284932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In "Program files\QlikView\Server\QVClients\QVPlugIn" :&lt;BR /&gt;- rename &lt;B&gt;opendoc.htm&lt;/B&gt; as &lt;B&gt;opendoc.bck&lt;/B&gt;&lt;BR /&gt;- then rename &lt;B&gt;opendoc_fix.htm&lt;/B&gt; as &lt;B&gt;opendoc.htm&lt;/B&gt;&lt;/P&gt;&lt;P&gt;This will solve security issues regarding frameset under IE. &lt;B&gt;&lt;BR /&gt;&lt;/B&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Oct 2010 15:55:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QEMC-Access-Point-URL/m-p/204976#M1284932</guid>
      <dc:creator>yblake</dc:creator>
      <dc:date>2010-10-08T15:55:52Z</dc:date>
    </item>
    <item>
      <title>QEMC Access Point URL</title>
      <link>https://community.qlik.com/t5/QlikView/QEMC-Access-Point-URL/m-p/204977#M1284933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I got some understanding on the redirecting the pages..But here is my requirement.&lt;/P&gt;&lt;P&gt;I have a 2 Cases&lt;/P&gt;&lt;DIV class="ForumPostBody"&gt;&lt;P&gt;1) When the user is not having installed the Qlugin Plugin and he logged in, in this case what to show the customised message like "Your the First Time user want to install the qlikview Y/N.If Yes then the QlikView Installation has to taken place or N Ignore the action.&lt;/P&gt;&lt;P&gt;2) If the user is using the AZAX and is not a Authorised one then It's popping up for user id and password.This should be replaced with Proper message like ' NOT A AUTHORISED USER.Please contact so and so person'.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Can anyone help me in understanding 'What changes I have to do &amp;amp; where I have to do ....&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Ram.&lt;/P&gt;&lt;DIV style="clear:both;"&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Feb 2011 12:13:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QEMC-Access-Point-URL/m-p/204977#M1284933</guid>
      <dc:creator />
      <dc:date>2011-02-15T12:13:57Z</dc:date>
    </item>
  </channel>
</rss>

