Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
I'm trying to have thte QlikView developer open a server document using a ticket. Server Reference manual says it is possible to do (Client Usage:
• The Windows client can use tickets (via QVP url) or negotiate authentication) but I can't get the right QVP url to do so.
HTTP url is something like: http://localhost/QvPlugin/opendoc.htm?document=aaa.qvw&ticket=E8F167B3ABE4E5CF0AE751A65390EE55A8F3CFB2
QVP url should be something like qvp://localhost/aaa.qvw? ticket= E8F167B3ABE4E5CF0AE751A65390EE 55A8F3CFB2 but it doesn't work
Any ideas would be greatly appreciated.
Got it, it's It's qvp://localhost/aaa.qvw?IIS_AUTHENTICATE=9DE3834676F901E8DC782913C15EDF5AED55D006
I have a situation wherin I am using Both the AJAX client as well as Qvplugin client to open a document with ticket authentication depending upon the browser version..
It works fine with AJAX ZFC client ( url http://server/QvAJAXZfc/opendoc.htm/file.qvw?TICKET=DSHQJGDGJDQJKDQGDDGGDGGGGG).
When I open the same document using the qvplugin client, it doesn't open the document.(url http://server/Qvpluginc/opendoc.htm/file.qvw?TICKET=DSHQJGDGJDQJKDQGDDGGDGGGGG). Am I missing something here? would appreciate your comments.