Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How do I get a ticket via API for use with OCX?

I am writing a Win Form app that uses the OCX.

I want to pass a qvp address as part of the OpenDocument API to the OCX that includes a ticket so that QVServer does not try to popup a password dialog, e.g.

OpenDocument("qvp://host/file?ticket= .....")

or

OpenDocument("qvp://user@host/file?ticket= .....")

How do I get a ticket using an API?

I am NOT writing a web app that uses JavaScript to do something like:

http://webhost/qvajaxzfc/qvsviewclient.aspx?cmd=<Global%20method='GetTicketForMe'%20/>

1 Solution

Accepted Solutions
1 Reply
Not applicable
Author