Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
We had Qlikview Server installed and working properly in a Windows Server 2012, with IIS 6.
We recently updated the IIS to 8, and Qlikview web pages stopped working (both Access point and management).
We uninstalled and reinstalled Qlikview, and it started to serve web pages again. Management page is working, but Access Point doesn´t load, it freezes while loading content.
The aplication pools in IIS are .NET 4. ¿Could it be some issue with javascript, or maybe a permission issue ¿?
Could you please help us?
Thank you very much,
As long as I know only IIS6 and IIS7 are supported.
My manual says at System Requirement page:
Web server QlikView Web Server (QVWS) Microsoft IIS 6 and 7
QlikView Web Server (QVWS) Microsoft IIS 6 and 7
IIS 8 is the default for 2012 server and it should work. I have it running on my test system.
Bill
What should I check so that Javascript works? It seems my problem could be a javascript issue.
I would check to make sure that the roles and feature installed is correct.
You can put the below in a .bat file and run it and it will install the items needed. When you run it a CMD window will come up and when in goes away you are set to go. You can also check your setup to make sure each of the below is installed.
start /w pkgmgr /iu:IIS-WebServerRole;IIS-WebServer;IIS-CommonHttpFeatures;IIS-StaticContent;IIS-DefaultDocument;IIS-DirectoryBrowsing;IIS-HttpErrors;IIS-ApplicationDevelopment;IIS-ASPNET;IIS-NetFxExtensibility;IIS-ASP;IIS-ISAPIExtensions;IIS-ISAPIFilter;IIS-HealthAndDiagnostics;IIS-HttpLogging;IIS-RequestMonitor;IIS-Security;IIS-WindowsAuthentication;IIS-RequestFiltering;IIS-IPSecurity;IIS-Performance;IIS-HttpCompressionStatic;IIS-WebServerManagementTools;IIS-ManagementConsole;IIS-ManagementScriptingTools;IIS-ManagementService;IIS-Metabase;IIS-WMICompatibility;IIS-LegacyScripts;IIS-LegacySnapIn;WAS-WindowsActivationService;WAS-ProcessModel;WAS-NetFxEnvironment;WAS-ConfigurationAPI
Bill
Hi, this is an old topic and I'm sure that the issue has ben fixed, but still worth asking. Since you're using Windows Server 2012, did you checked that .NET 4.5 was installed in the Server Roles as well as the Windows Authentication feature?
Regards