Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
danielrozental
Master II
Master II

Using Tickets with QlikView Developer

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.

2 Replies
danielrozental
Master II
Master II
Author

Got it, it's It's qvp://localhost/aaa.qvw?IIS_AUTHENTICATE=9DE3834676F901E8DC782913C15EDF5AED55D006

Reference says it should be the USERID parameter but that doesn't work.
Not applicable

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.