<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Create ticket from C# using QVSRemote.Client &amp; QvsComRemote.dll in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Create-ticket-from-C-using-QVSRemote-Client-QvsComRemote-dll/m-p/391961#M1333509</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The QV Server ref manual gives an example of using VBScript to create a ticket&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 8pt; font-family: CourierNewPS-BoldMT;"&gt;&lt;STRONG style="font-size: 8pt; font-family: CourierNewPS-BoldMT;"&gt;&amp;nbsp; &lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P align="left"&gt;set ntsecurity = CreateObject ("QVSRemote.Client")&lt;/P&gt;&lt;P&gt;ntsecurity.AdminConnect "localhost"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 8pt; font-family: CourierNewPS-BoldMT;"&gt;&lt;STRONG style="font-size: 8pt; font-family: CourierNewPS-BoldMT;"&gt;ticket = ntsecurity.Execute("&amp;lt;Global method='GetTicket'&amp;gt;&amp;lt;UserId&amp;gt;User&amp;lt;/UserId&amp;gt;&amp;lt;/Global&amp;gt;")&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 8pt; font-family: CourierNewPS-BoldMT;"&gt;&lt;STRONG style="font-size: 8pt; font-family: CourierNewPS-BoldMT;"&gt;&lt;STRONG style="font-size: 8pt; font-family: CourierNewPS-BoldMT;"&gt;&lt;STRONG style="font-size: 8pt; font-family: CourierNewPS-BoldMT;"&gt;﻿&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 8pt; font-family: CourierNewPS-BoldMT;"&gt;&lt;STRONG style="font-size: 8pt; font-family: CourierNewPS-BoldMT;"&gt;﻿&lt;/STRONG&gt;&lt;/STRONG&gt;Does anyone have an example how to do this using C# syntax?&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 8pt; font-family: CourierNewPS-BoldMT;"&gt;&lt;STRONG style="font-size: 8pt; font-family: CourierNewPS-BoldMT;"&gt;﻿&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 8pt; font-family: CourierNewPS-BoldMT;"&gt;&lt;STRONG style="font-size: 8pt; font-family: CourierNewPS-BoldMT;"&gt;﻿&lt;/STRONG&gt;&lt;/STRONG&gt;What do I need to add to my Project references? Do I add C:\Program Files\QlikView\Server\QvsComRemote.dll?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;daniel&lt;SPAN id="mce_marker"&gt;&lt;/SPAN&gt;&lt;SPAN id="mce_marker"&gt;&lt;/SPAN&gt;&lt;SPAN id="mce_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
    <dc:creator />
    <dc:date>2026-01-26T18:19:17Z</dc:date>
    <item>
      <title>Create ticket from C# using QVSRemote.Client &amp; QvsComRemote.dll</title>
      <link>https://community.qlik.com/t5/QlikView/Create-ticket-from-C-using-QVSRemote-Client-QvsComRemote-dll/m-p/391961#M1333509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The QV Server ref manual gives an example of using VBScript to create a ticket&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 8pt; font-family: CourierNewPS-BoldMT;"&gt;&lt;STRONG style="font-size: 8pt; font-family: CourierNewPS-BoldMT;"&gt;&amp;nbsp; &lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P align="left"&gt;set ntsecurity = CreateObject ("QVSRemote.Client")&lt;/P&gt;&lt;P&gt;ntsecurity.AdminConnect "localhost"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 8pt; font-family: CourierNewPS-BoldMT;"&gt;&lt;STRONG style="font-size: 8pt; font-family: CourierNewPS-BoldMT;"&gt;ticket = ntsecurity.Execute("&amp;lt;Global method='GetTicket'&amp;gt;&amp;lt;UserId&amp;gt;User&amp;lt;/UserId&amp;gt;&amp;lt;/Global&amp;gt;")&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 8pt; font-family: CourierNewPS-BoldMT;"&gt;&lt;STRONG style="font-size: 8pt; font-family: CourierNewPS-BoldMT;"&gt;&lt;STRONG style="font-size: 8pt; font-family: CourierNewPS-BoldMT;"&gt;&lt;STRONG style="font-size: 8pt; font-family: CourierNewPS-BoldMT;"&gt;﻿&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 8pt; font-family: CourierNewPS-BoldMT;"&gt;&lt;STRONG style="font-size: 8pt; font-family: CourierNewPS-BoldMT;"&gt;﻿&lt;/STRONG&gt;&lt;/STRONG&gt;Does anyone have an example how to do this using C# syntax?&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 8pt; font-family: CourierNewPS-BoldMT;"&gt;&lt;STRONG style="font-size: 8pt; font-family: CourierNewPS-BoldMT;"&gt;﻿&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 8pt; font-family: CourierNewPS-BoldMT;"&gt;&lt;STRONG style="font-size: 8pt; font-family: CourierNewPS-BoldMT;"&gt;﻿&lt;/STRONG&gt;&lt;/STRONG&gt;What do I need to add to my Project references? Do I add C:\Program Files\QlikView\Server\QvsComRemote.dll?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;daniel&lt;SPAN id="mce_marker"&gt;&lt;/SPAN&gt;&lt;SPAN id="mce_marker"&gt;&lt;/SPAN&gt;&lt;SPAN id="mce_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-ticket-from-C-using-QVSRemote-Client-QvsComRemote-dll/m-p/391961#M1333509</guid>
      <dc:creator />
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Create ticket from C# using QVSRemote.Client &amp; QvsComRemote.dll</title>
      <link>https://community.qlik.com/t5/QlikView/Create-ticket-from-C-using-QVSRemote-Client-QvsComRemote-dll/m-p/391962#M1333511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's a really old way of going about things.&amp;nbsp; I recommend looking at WebTickets in QV11.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Oct 2012 14:31:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-ticket-from-C-using-QVSRemote-Client-QvsComRemote-dll/m-p/391962#M1333511</guid>
      <dc:creator>dde</dc:creator>
      <dc:date>2012-10-10T14:31:33Z</dc:date>
    </item>
    <item>
      <title>Re: Create ticket from C# using QVSRemote.Client &amp; QvsComRemote.dll</title>
      <link>https://community.qlik.com/t5/QlikView/Create-ticket-from-C-using-QVSRemote-Client-QvsComRemote-dll/m-p/391963#M1333514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;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.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Oct 2012 14:47:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-ticket-from-C-using-QVSRemote-Client-QvsComRemote-dll/m-p/391963#M1333514</guid>
      <dc:creator />
      <dc:date>2012-10-10T14:47:58Z</dc:date>
    </item>
    <item>
      <title>Re: Create ticket from C# using QVSRemote.Client &amp; QvsComRemote.dll</title>
      <link>https://community.qlik.com/t5/QlikView/Create-ticket-from-C-using-QVSRemote-Client-QvsComRemote-dll/m-p/391964#M1333515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also ... we need to be backward compatible with QVServer 10 installations.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Oct 2012 15:16:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-ticket-from-C-using-QVSRemote-Client-QvsComRemote-dll/m-p/391964#M1333515</guid>
      <dc:creator />
      <dc:date>2012-10-10T15:16:20Z</dc:date>
    </item>
    <item>
      <title>Re: Create ticket from C# using QVSRemote.Client &amp; QvsComRemote.dll</title>
      <link>https://community.qlik.com/t5/QlikView/Create-ticket-from-C-using-QVSRemote-Client-QvsComRemote-dll/m-p/391965#M1333519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I suggest you raise this in the Integration forum instead.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Oct 2012 16:05:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-ticket-from-C-using-QVSRemote-Client-QvsComRemote-dll/m-p/391965#M1333519</guid>
      <dc:creator>dde</dc:creator>
      <dc:date>2012-10-10T16:05:08Z</dc:date>
    </item>
    <item>
      <title>Re: Create ticket from C# using QVSRemote.Client &amp; QvsComRemote.dll</title>
      <link>https://community.qlik.com/t5/QlikView/Create-ticket-from-C-using-QVSRemote-Client-QvsComRemote-dll/m-p/391966#M1333525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;see &lt;A _jive_internal="true" href="https://community.qlik.com/message/285636#285636"&gt;http://community.qlik.com/message/285636#285636&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Dec 2012 22:16:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-ticket-from-C-using-QVSRemote-Client-QvsComRemote-dll/m-p/391966#M1333525</guid>
      <dc:creator />
      <dc:date>2012-12-15T22:16:43Z</dc:date>
    </item>
  </channel>
</rss>

