<?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 Re: GetWebTicket() Invalid Call in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/GetWebTicket-Invalid-Call/m-p/458633#M1304767</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Daniel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I already checked that. Any other ideas? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Igor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 28 Jan 2013 09:37:02 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-01-28T09:37:02Z</dc:date>
    <item>
      <title>GetWebTicket() Invalid Call</title>
      <link>https://community.qlik.com/t5/QlikView/GetWebTicket-Invalid-Call/m-p/458631#M1304765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to integrate Qlikview(v.11) into Salesforce.com using Qlikview ticketing. Here is the article I'm following: &lt;A _jive_internal="true" class="loading" href="https://community.qlik.com/docs/DOC-3730" title="http://community.qlik.com/docs/DOC-3730" target="_blank"&gt;http://community.qlik.com/docs/DOC-3730&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately, I keep getting "Invalid call" as a result of GetWebTicket method. I think I did all the prep work right. Could anyone suggest the reasons why I keep getting "Invalid call" and what would be the first places to check? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help will be highly appreciated. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Igor&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/GetWebTicket-Invalid-Call/m-p/458631#M1304765</guid>
      <dc:creator />
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: GetWebTicket() Invalid Call</title>
      <link>https://community.qlik.com/t5/QlikView/GetWebTicket-Invalid-Call/m-p/458632#M1304766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;User running the code that does the call should be a "QlikView Administrator" and "QlikView Management API" groups.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jan 2013 15:28:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GetWebTicket-Invalid-Call/m-p/458632#M1304766</guid>
      <dc:creator>danielrozental</dc:creator>
      <dc:date>2013-01-25T15:28:18Z</dc:date>
    </item>
    <item>
      <title>Re: GetWebTicket() Invalid Call</title>
      <link>https://community.qlik.com/t5/QlikView/GetWebTicket-Invalid-Call/m-p/458633#M1304767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Daniel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I already checked that. Any other ideas? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Igor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jan 2013 09:37:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GetWebTicket-Invalid-Call/m-p/458633#M1304767</guid>
      <dc:creator />
      <dc:date>2013-01-28T09:37:02Z</dc:date>
    </item>
    <item>
      <title>Re: GetWebTicket() Invalid Call</title>
      <link>https://community.qlik.com/t5/QlikView/GetWebTicket-Invalid-Call/m-p/458634#M1304768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Igor,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In IIS make sure to set QvAJAXZfc folder to Anonymous authentication, switch to "Content View", select GetWebTicket.aspx, right click and select "Switch to Features View" and set Windows Authentication on that file only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another alternative if Windows Authentication is not possible or desirable is to set everything to Anonymous authentication and then use whitelists for the server requesting the ticket in c:\ProgramData\QlikTech\WebServer\config.xml to something like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;GetWebTicket url="/QvAjaxZfc/GetWebTicket.aspx"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;TrustedIP&amp;gt;192.168.0.1&amp;lt;/TrustedIP&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/GetWebTicket&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Rikard&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jan 2013 16:20:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GetWebTicket-Invalid-Call/m-p/458634#M1304768</guid>
      <dc:creator />
      <dc:date>2013-01-28T16:20:58Z</dc:date>
    </item>
    <item>
      <title>Re: GetWebTicket() Invalid Call</title>
      <link>https://community.qlik.com/t5/QlikView/GetWebTicket-Invalid-Call/m-p/458635#M1304769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rikard,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Everything works now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Really appreciate your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way that I give evaluation to your support? Will be happy to do it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Igor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jan 2013 17:20:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GetWebTicket-Invalid-Call/m-p/458635#M1304769</guid>
      <dc:creator />
      <dc:date>2013-01-28T17:20:44Z</dc:date>
    </item>
    <item>
      <title>Re: GetWebTicket() Invalid Call</title>
      <link>https://community.qlik.com/t5/QlikView/GetWebTicket-Invalid-Call/m-p/458636#M1304770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Igor,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Don't worry about it, I'm glad that it's working for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Next time it's maybe you who are helping someone, with this or something else.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers!&lt;/P&gt;&lt;P&gt;Rikard&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jan 2013 08:39:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GetWebTicket-Invalid-Call/m-p/458636#M1304770</guid>
      <dc:creator />
      <dc:date>2013-01-29T08:39:58Z</dc:date>
    </item>
    <item>
      <title>Re: GetWebTicket() Invalid Call</title>
      <link>https://community.qlik.com/t5/QlikView/GetWebTicket-Invalid-Call/m-p/458637#M1304771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi again guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to set up Web Ticketing using QVWS, not IIS. What would be the required steps to set up Web Ticketing with QVWS? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Especially, I don't get how do I set up the access to GetWebTicket.aspx page? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Igor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Feb 2013 16:12:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GetWebTicket-Invalid-Call/m-p/458637#M1304771</guid>
      <dc:creator />
      <dc:date>2013-02-04T16:12:24Z</dc:date>
    </item>
    <item>
      <title>Re: GetWebTicket() Invalid Call</title>
      <link>https://community.qlik.com/t5/QlikView/GetWebTicket-Invalid-Call/m-p/458638#M1304772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would really recommend using IIS, especially if you want to use Windows Authentication for the ticket request, it's much easier to setup using IIS and you still need to host some .ASPX pages somewhere, right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I haven't tested it, but I guess you can make everything anonymous in the QVWS and use white lists of IP adresses to get the ticket instead.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/Rikard&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Feb 2013 08:59:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GetWebTicket-Invalid-Call/m-p/458638#M1304772</guid>
      <dc:creator />
      <dc:date>2013-02-05T08:59:09Z</dc:date>
    </item>
    <item>
      <title>Re: GetWebTicket() Invalid Call</title>
      <link>https://community.qlik.com/t5/QlikView/GetWebTicket-Invalid-Call/m-p/458639#M1304773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to test the same webticket example under Qlikview 11 using IIS wev server and got the same error "Invalid Call". I have both, the QvAjaxZfc folder &amp;amp; the GetWebticket.aspx configured for both anonymous and Windows authentication". Thanks for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Sep 2013 18:14:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GetWebTicket-Invalid-Call/m-p/458639#M1304773</guid>
      <dc:creator />
      <dc:date>2013-09-04T18:14:14Z</dc:date>
    </item>
    <item>
      <title>Re: GetWebTicket() Invalid Call</title>
      <link>https://community.qlik.com/t5/QlikView/GetWebTicket-Invalid-Call/m-p/458640#M1304774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had done as described.. Still I get the "Invalid Call" result. &lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;KRS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Dec 2013 07:51:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GetWebTicket-Invalid-Call/m-p/458640#M1304774</guid>
      <dc:creator>krishnaroopa</dc:creator>
      <dc:date>2013-12-05T07:51:11Z</dc:date>
    </item>
    <item>
      <title>Re: GetWebTicket() Invalid Call</title>
      <link>https://community.qlik.com/t5/QlikView/GetWebTicket-Invalid-Call/m-p/458641#M1304775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The invalid call error more or less always has to do with authentication, meaning trust, everything is about trust when it comes to webtickets. Either you configure everything to be anonymous and use the TrustedIP in the configuration, or you use windows authentication and supply proper credentials.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I prefer the anonymous method myself... and a common problem I've seen is that it's sometimes not clear how to find the actual IP address to trust. In case it's localhost, try to ping localhost to see what you get back. Sometimes it's 127.0.0.1, sometimes it's ::1, make sure to use the correct value. If the server is remote, the actual IP address should work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Dec 2013 13:37:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GetWebTicket-Invalid-Call/m-p/458641#M1304775</guid>
      <dc:creator />
      <dc:date>2013-12-06T13:37:12Z</dc:date>
    </item>
    <item>
      <title>Re: GetWebTicket() Invalid Call</title>
      <link>https://community.qlik.com/t5/QlikView/GetWebTicket-Invalid-Call/m-p/1827133#M1304776</link>
      <description>&lt;P&gt;Thanks, adding&amp;nbsp;&lt;SPAN&gt;127.0.0.1 and&amp;nbsp; ::1,&amp;nbsp;solve my problem. Thank you.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Aug 2021 13:53:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GetWebTicket-Invalid-Call/m-p/1827133#M1304776</guid>
      <dc:creator>boguslaw_gmitru</dc:creator>
      <dc:date>2021-08-06T13:53:55Z</dc:date>
    </item>
  </channel>
</rss>

