Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Create ticket from C# using QVSRemote.Client & QvsComRemote.dll

The QV Server ref manual gives an example of using VBScript to create a ticket

 

set ntsecurity = CreateObject ("QVSRemote.Client")

ntsecurity.AdminConnect "localhost"

ticket = ntsecurity.Execute("<Global method='GetTicket'><UserId>User</UserId></Global>")

Does anyone have an example how to do this using C# syntax?

What do I need to add to my Project references? Do I add C:\Program Files\QlikView\Server\QvsComRemote.dll?

daniel

5 Replies
dde
Employee
Employee

That's a really old way of going about things.  I recommend looking at WebTickets in QV11.

Not applicable
Author

I need to get a ticket from a C# desktop app so I can pass it to the QV OCX as part of a DocumentOpen call to the QV Server.

Not applicable
Author

Also ... we need to be backward compatible with QVServer 10 installations.

dde
Employee
Employee

I suggest you raise this in the Integration forum instead.

Not applicable
Author