<?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: How to assign Doc Cal's through API? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-assign-Doc-Cal-s-through-API/m-p/438248#M1274133</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, it can be done in the QMS API.&amp;nbsp; Have a look in the SDK:&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" class="loading" href="https://community.qlik.com/docs/DOC-2639" title="http://community.qlik.com/docs/DOC-2639"&gt;http://community.qlik.com/docs/DOC-2639&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For a working piece of code take a look at the source for qv-user-manager:&lt;/P&gt;&lt;P&gt;&lt;A class="loading" href="https://github.com/braathen/qv-user-manager" title="https://github.com/braathen/qv-user-manager"&gt;https://github.com/braathen/qv-user-manager&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 Nov 2012 16:35:56 GMT</pubDate>
    <dc:creator>dde</dc:creator>
    <dc:date>2012-11-16T16:35:56Z</dc:date>
    <item>
      <title>How to assign Doc Cal's through API?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-assign-Doc-Cal-s-through-API/m-p/438247#M1274128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a way to modify the amount of assigned doc cals to a QVW through code/API, etc? Thanks,&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/How-to-assign-Doc-Cal-s-through-API/m-p/438247#M1274128</guid>
      <dc:creator />
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to assign Doc Cal's through API?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-assign-Doc-Cal-s-through-API/m-p/438248#M1274133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, it can be done in the QMS API.&amp;nbsp; Have a look in the SDK:&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" class="loading" href="https://community.qlik.com/docs/DOC-2639" title="http://community.qlik.com/docs/DOC-2639"&gt;http://community.qlik.com/docs/DOC-2639&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For a working piece of code take a look at the source for qv-user-manager:&lt;/P&gt;&lt;P&gt;&lt;A class="loading" href="https://github.com/braathen/qv-user-manager" title="https://github.com/braathen/qv-user-manager"&gt;https://github.com/braathen/qv-user-manager&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Nov 2012 16:35:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-assign-Doc-Cal-s-through-API/m-p/438248#M1274133</guid>
      <dc:creator>dde</dc:creator>
      <dc:date>2012-11-16T16:35:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to assign Doc Cal's through API?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-assign-Doc-Cal-s-through-API/m-p/438249#M1274136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Dave,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found the part of code that should do what I'm looking for:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if (users.Count &amp;gt; allocatedCals)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; metaData.Licensing.CALsAllocated = users.Count();&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but when this executes, it causes error "System.Exception: Too many document CALs assigned". Is there something missing?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Nov 2012 02:16:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-assign-Doc-Cal-s-through-API/m-p/438249#M1274136</guid>
      <dc:creator />
      <dc:date>2012-11-17T02:16:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to assign Doc Cal's through API?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-assign-Doc-Cal-s-through-API/m-p/438250#M1274138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is what it is saying true?&amp;nbsp; Do you have enough free CALs to assign more?&amp;nbsp; Remember that for Document CALs you have to specify a total number to allocate within the QlikView Management Console.&amp;nbsp; Even the API won't break those rules.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Nov 2012 10:00:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-assign-Doc-Cal-s-through-API/m-p/438250#M1274138</guid>
      <dc:creator>dde</dc:creator>
      <dc:date>2012-11-20T10:00:48Z</dc:date>
    </item>
  </channel>
</rss>

