Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I recently installed Qlikview 10 server on a Windows 2008 server. Although Qlikview documents can be seen on the server and on remote PCs (by passing Windows user name and password) using Rich Clien,. However, visiting Accesspoint (http://CTSRV1/qlikview) on the server and on remore PCs , doesn't show any document as shown below. Any idea why?
Also, how can users pass their Windows credential to access Qlikview documents from remote PCs over the Internet? These PCs are in differet work group and can communicate with Qlikview server over the Internet.
Hello,
Check that anonymous authentication is disabled in the server (QlikView Enterprise Management Console, System, Setup, QlikView Server, click on the server, right pane, Security) and that the site is not listed under the "Intranet" section of Internet Explorer. If so, when the Accesspoint doesn't get any credentials will ask for user and password (similarly as what happens when you access it from any browser than Internet Explorer).
Hope that helps.
I set "prohibit anonymous authentication" in QEMC and disabled anonymous in IIS admin (I don't have Qlikview Web Server) but still on the local server, I receive below error in IE. Users on remote PCs receive error "You do not have permission to view this directory or page." on their IE. I downloaded IE plugin for remote users but still the error persists.
I have Anonymous authentication, ASP.NET impersonation and Forms Authentication disabled in IIS admin for Qlikview and default web sites.
Internet Information Services 7.5
Module | IIS Web Core |
---|---|
Notification | AuthenticateRequest |
Handler | StaticFile |
Error Code | 0x80070005 |
Requested URL | http://ctsrv1:80/qlikview/ |
---|---|
Physical Path | C:\Program Files\QlikView\Web\ |
Logon Method | Not yet determined |
Logon User | Not yet determined |
Microsoft Knowledge Base Articles:
Undo the changes in IIS. If your users are from other Windows domain, than IIS will consider them "anonymous" .
Do the changes in QlikView Management console, QEMC
-Alex
Hello!
I have the same problem. Have you solved?
Thank you very much for your help.
I'm not sure if the original poster resolved his issue, but IIS anonymous authentication must in fact be disabled as Miguel mentioned. If the users are on the same intranet as the QVS, then the default IE security setting will send their Windows credentials automagically. If the users are outside the domain, they will see a Windows login box, where they'll be able to enter their credentials. Either way, it should work.
The first step is to make sure that the users are authenticating, then we can deal with authorization. In the top-right corner of the AccessPoint, you can see the words "Logged in as." If this is followed by nothing, then authentication is failing. Note (!!) if you see nothing here, it does not mean that the user is logged on as Anonymous, but rather that there's a contradiction in your security structure somewhere (for example, if you prohibit Anonymous authentication in the QEMC but have only Anonymous Authentication enabled in IIS). An interesting quirk with Server 2008 is that Windows Authentication is not installed by default--make sure it's installed and enabled on all virtual directories, and Anonymous Authentication is disabled.
Cheers,
Thanks,
My problem: An interesting quirk with Windows Server 2008 Is That Authentication is not installed by default
But now to put localhost or localhost / QlikView I load a blank page ... any ideas?
Resolved,
In IIS was not the function of "static content"
Thank you very much
I got the same issue but with the clues from Vlad, I solved the problem:
1) Server Manager - Roles - Web Server (IIS) - Add Role Services --> Windows Authentication
2) IIS Manager - Default Web Site - Authentication --> Enable [Windows Authentication]
3) Restart the Default Web Site
Then try http://localhost/qlikview/ , you should see the QV files.
Good Luck !
Joseph