Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I am getting the error when am try to open the application through IE browser.
As per earlier discussions we have to check port 4747 is open or not.How we can check that through command prompt or other way in windows server 2003.
If in case if the port is already opened how we can step forward to resolve the same like whether we have to install tunnel in server 2003 with IIS.
It will be great if some one shares information related to 4747 and installation of tunnel in server 2003.
Thanks in adv,
Dhanu
Hi Dhanu
I think 4747 port on your server is closed.
Tunneling is just sort of workaround if you can't access the server on port 4747. To setup tunneling in IIS you have to add QVSTunnel.dll as ISAPI filter (please check to QlikView Server Reference for details)
Lukasz
Thanks Lukasz for quick reply...
Yes, you might be right.Could you please share how we can check whether the port is open or not though command prompt or any way.
Thanks,
Dhanu
If you have telnet on your client you can try this (replace qvservername with your server):
telnet qvservername 4747
Otherwise you can try with Putty.