Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
Whenever I try to access the Server Management Console through the IE, Iam getting the message as "Service Not Available" in one of my server. In other servers, Iam not getting this error message.
Could you please let me know why we get this and how to fix this.
You mean service unavailable?
Recently I had similar error message (because of mixing ASP.NET 1.0 and ASP.NET 2.0 on the server) and the following steps solved the problem:
1. Reinstall asp.net 2.0:
C:\WINDOWS\microsoft.net\Framework\v2.0.50727>aspnet_regiis -i
v2.0.50727 - your asp.net 2.0 may be different!
2. Go to Internet Information Services Manager and make sure that ASP.NET 2.0 is enabled (under Web Service Extension). Restart IIS
you may find useful information here:
http://forums.asp.net/t/1174765.aspx
http://support.microsoft.com/kb/842493
http://support.microsoft.com/default.aspx?kbid=823552&FR=1
That was happen because qlikview server is not running yet. Have you already check it in Service Manager? Is it running? And also try to check at the qlikview server licenses, it maybe wrong and not registered yet.
@karoldorniak: You were right, i forgot that i also doing the same thing as you do to solve the problem.