Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
i get this error when using IE plugin:
qvp://SERVER/file.qvw?iis_authenticate=FDFSREWEWR43232FSDFSDFS343&tunneler=http%3A/scripts/QVSTunnel.dll%3Fhost%3DLocalhost could not be opened.
i tried to use opendoc_fix, added localhost and servername to the host file. doesn't solve the problem. any one else see this error?
seems like it is a specific tunnel issue?
We are using it on both external(internet) and internal(intranet) servers. In both cases we are using the IP address of the the server itself.
Hope this helps,
B
Hi everyone
I been testing and in Link Machine name i input the servername or ipserver and after stressing the accesspoint the issue doesn't appear while a open several documents, but when i open all documents (10) my RAM is overload and after keep on tryin open and close i can provoke tue issue to appears so this could be a block by stressing i don't know if anyone else has seen this before.
Make sure if you use the FromRequest that you do not put it in ()
I made changes to the file "C:\Program Files\QlikView\Server\QlikViewClients\QlikViewPlugin\opendoc.js".
function createQvpUrl
/*
if (ticket != null) {
url += (url.indexOf ('?') == -1) ? '?' : '&';
url += "iis_authenticate=" + ticket;
}
*/