Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Dear All,
Our customer is facing cannot open HTML file for section access after they have done Qlikview server migration.
I have tested with localhost address. No issue, but when we change to server name, will facing cannot open html file problem.
http://<ServerName>:4780/QMS/AuthTable ------> cannot open html file.
http://localhost:4780/QMS/AuthTable -------à no issue.
Here is some finding from qlik community, tested but no use.
https://community.qlikview.com/message/695535
Suggestion:
Euriss >>> User account already in Administrators group
Euriss >>> Service account already set as admin in this section table.
https://community.qlik.com/thread/159364
Suggestion:
Euriss >>> we are using service account dy.
https://community.qlik.com/thread/145003
Suggestion:
Euriss >>> Both Qlikview Server and Qlikview Publisher also can browser this url link.
How are you allocating whole link. Let's assume your server name QLIK
Hi Anil,
this link is auto generate by QMC when i clicked on the link below
I'm not absolutely sure but I think these data are somewhere stored within real data-files, probably some xml's. Take a look within your server program-data directory if you could find the right file(content). I would start here:
\\YOURSERVER\D\QlikViewServer\ProgramData\ManagementService\QVPR
whereby you need to adjust this part: \\YOURSERVER\D\QlikViewServer to your system.
- Marcus
Sorry Marcus,
Even i know where is the source, but i not sure why the url from QMC is not work.
I looked for an older posting from me and I have had read the source as xml-file and not as htm-file although the file-extension pretend to be a htm-file: Re: check if qlikview server services are alive and able to response. Therefore try it with xml as file-fomat.
- Marcus
Dear Marcus,
I have to use read as xml format but still failed.
Maybe there is an issue with the DNS resolution of your servername - try instead the servername the IP address of the server.
- Marcus
Dear Marcus,
here is the combination I tried.
http://<ServerName>:4780/QMS/AuthTable ------> cannot open html file.
http://<ServerIP>:4780/QMS/AuthTable ------> cannot open html file.
http://localhost:4780/QMS/AuthTable -------> no issue.
But i cannot use localhost to continue my script due to my application is sit on another server
For me it looked that there is anywhere a network and/or security configuration issue but I don't have any idea where - maybe pcammaert could give a hint.
- Marcus