<?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: QES Session CAL Usage CAL anonymous user in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/QES-Session-CAL-Usage-CAL-anonymous-user/m-p/1021770#M1232894</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;I found the risk: it is not stable, I have to set on IIS Anonymous access Disabled and Windows access Enabled. Then setup the GetTicket.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;Problem now is to make work GetTicket with Workbench in cross domain. It seems to have multi-hop authentication.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;I can see in debug, that I get the ticket correctly, but I get the "Qv is undefined error". But I managed to make it work bu using the QProxy.aspx, and modifying it forcing authentication by replacing default credentials with the credential of an QlikView Administrator member(that is in another domain) :&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;NetworkCredential networkCredential = new NetworkCredential(user, pwd);&lt;/P&gt;&lt;P&gt; // Associate the 'NetworkCredential' object with the 'WebRequest' object.&lt;/P&gt;&lt;P&gt; request.Credentials = networkCredential;&lt;/P&gt;&lt;P&gt;&amp;nbsp; //request.UseDefaultCredentials = true;&lt;/P&gt;&lt;P&gt;&amp;nbsp; //request.Credentials = CredentialCache.DefaultCredentials;&lt;/P&gt;&lt;P&gt;&amp;nbsp; request.KeepAlive = false;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 Feb 2016 12:26:09 GMT</pubDate>
    <dc:creator>rospigliosi</dc:creator>
    <dc:date>2016-02-25T12:26:09Z</dc:date>
    <item>
      <title>QES Session CAL Usage CAL anonymous user</title>
      <link>https://community.qlik.com/t5/QlikView/QES-Session-CAL-Usage-CAL-anonymous-user/m-p/1021769#M1232892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have two servers:&lt;/P&gt;&lt;P&gt;one is QlikView server SBE, the other is&amp;nbsp; &lt;SPAN style="font-size: 13.3333px;"&gt;QlikView server QES.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I integrated objects of 1 qlikview dashboard in a .NET portal with workbench.&lt;/P&gt;&lt;P&gt;The access from .NET via workbench is anonymous.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now on the documentation I read that anonymous access is not allowed on QES.&lt;/P&gt;&lt;P&gt;What are the&amp;nbsp; risks? why it seems to work?&lt;/P&gt;&lt;P&gt;Usage CAL are assigned anyway?&lt;/P&gt;&lt;P&gt;is it a possible solution to use a single service user for all users?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 16:26:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QES-Session-CAL-Usage-CAL-anonymous-user/m-p/1021769#M1232892</guid>
      <dc:creator>rospigliosi</dc:creator>
      <dc:date>2026-01-26T16:26:21Z</dc:date>
    </item>
    <item>
      <title>Re: QES Session CAL Usage CAL anonymous user</title>
      <link>https://community.qlik.com/t5/QlikView/QES-Session-CAL-Usage-CAL-anonymous-user/m-p/1021770#M1232894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;I found the risk: it is not stable, I have to set on IIS Anonymous access Disabled and Windows access Enabled. Then setup the GetTicket.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;Problem now is to make work GetTicket with Workbench in cross domain. It seems to have multi-hop authentication.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;I can see in debug, that I get the ticket correctly, but I get the "Qv is undefined error". But I managed to make it work bu using the QProxy.aspx, and modifying it forcing authentication by replacing default credentials with the credential of an QlikView Administrator member(that is in another domain) :&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;NetworkCredential networkCredential = new NetworkCredential(user, pwd);&lt;/P&gt;&lt;P&gt; // Associate the 'NetworkCredential' object with the 'WebRequest' object.&lt;/P&gt;&lt;P&gt; request.Credentials = networkCredential;&lt;/P&gt;&lt;P&gt;&amp;nbsp; //request.UseDefaultCredentials = true;&lt;/P&gt;&lt;P&gt;&amp;nbsp; //request.Credentials = CredentialCache.DefaultCredentials;&lt;/P&gt;&lt;P&gt;&amp;nbsp; request.KeepAlive = false;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Feb 2016 12:26:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QES-Session-CAL-Usage-CAL-anonymous-user/m-p/1021770#M1232894</guid>
      <dc:creator>rospigliosi</dc:creator>
      <dc:date>2016-02-25T12:26:09Z</dc:date>
    </item>
  </channel>
</rss>

