<?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: QlikView License Monitor App Issue - Signed License Key with Professional and Analyzer users in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/QlikView-License-Monitor-App-Issue-Signed-License-Key-with/m-p/1962820#M1290195</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;In May 2021 SR2 I am seeing the license assignment in the Event log.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;20220801T070522.000-0400 20220801T070911.000-0400 4 100 Notice UserLicense: User M21\User1 is using Analyzer Capacity license. ab825f94-1313-4a93-b8ee-01ba43227e67&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;20220801T070522.000-0400 20220801T071052.000-0400 4 100 Notice UserLicense: User M21\User2 is using Analyzer license. d481720e-3095-4dc7-9acf-90c9324d74af&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Bill&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 01 Aug 2022 11:14:02 GMT</pubDate>
    <dc:creator>Bill_Britt</dc:creator>
    <dc:date>2022-08-01T11:14:02Z</dc:date>
    <item>
      <title>QlikView License Monitor App Issue - Signed License Key with Professional and Analyzer users</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-License-Monitor-App-Issue-Signed-License-Key-with/m-p/1953267#M1290192</link>
      <description>&lt;P&gt;Hi Everyone,&lt;/P&gt;
&lt;P&gt;we were using an App to monitor the assignment or deletion of named and document licenses to Users to a customer that need this info for internal auditing needings.&lt;/P&gt;
&lt;P&gt;We could obtain “Date Assigned” Measure calculated as &amp;nbsp;= Max({$&amp;lt;Flg_Have_NamedCAL = {y}&amp;gt;} Tms_Assigned_NamedCAL) from &amp;nbsp;Events Logs located in QW server Path “\\SERVER_NAME\QLIK_LOGS\QVS\Logs\Events_*.log”&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="GiulioA_5-1657272463944.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/83629i9F4FDA2CA5589FFF/image-size/large?v=v2&amp;amp;px=999" role="button" title="GiulioA_5-1657272463944.png" alt="GiulioA_5-1657272463944.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;From those files we were using the &lt;STRONG&gt;Message&lt;/STRONG&gt; field to extract the info like this:&lt;/P&gt;
&lt;P&gt;1)&lt;/P&gt;
&lt;P&gt;If(WildMatch(Message,'*cal allocation*','*no longer marked for deletion - ok*'),'y','')&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;as Flg_CalAllocation&lt;/P&gt;
&lt;P&gt;If(WildMatch(Message,'*cal deallocation - ok*'),'y','')&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; as Flg_CalDeallocation&lt;/P&gt;
&lt;P&gt;If(WildMatch(Message,'*document*'),'y','')&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; as Flg_Document&lt;/P&gt;
&lt;P&gt;If(WildMatch(Message,'*named cal*'),'y','')&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; as Flg_Named&lt;/P&gt;
&lt;P&gt;If(WildMatch(Message,'*added - ok*','*no longer marked for deletion - ok*'),'y','')&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;as Flg_Added&lt;/P&gt;
&lt;P&gt;If(WildMatch(Message,'*deleted - ok*','*" marked for deletion - ok*'),'y','')&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; as Flg_Deleted&lt;/P&gt;
&lt;P&gt;2)&lt;/P&gt;
&lt;P&gt;If(Flg_CalAllocation='y' and Flg_Named='y' and Flg_Added='y' and Flg_Deleted='' and Flg_Document='' and Flg_CalDeallocation='','y','')&amp;nbsp;&amp;nbsp;&amp;nbsp; as Flg_Assigned_NamedCAL&lt;/P&gt;
&lt;P&gt;If(Flg_CalAllocation='y' and Flg_Named='y' and Flg_Added='' and Flg_Deleted='y' and Flg_Document='' and Flg_CalDeallocation='','y','') &amp;nbsp;&amp;nbsp;&amp;nbsp; as Flg_Removed_NamedCAL&lt;/P&gt;
&lt;P&gt;After changing QlikView Server License to &lt;STRONG&gt;Signed License Key &lt;/STRONG&gt;and User License from Document and Named to &lt;STRONG&gt;Analyzer&lt;/STRONG&gt; and &lt;STRONG&gt;Professional&lt;/STRONG&gt; we can’t find this info in the events Logs located in \\SERVER_NAME\QLIK_LOGS\QVS\Logs\Events_*.log&lt;/P&gt;
&lt;P&gt;We changed the Script to match the new license type as here below:&lt;/P&gt;
&lt;P&gt;If(Wildmatch(Message,'*Professional*'), 'y', '') &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; as Flg_Have_ProfessionalCAL&lt;/P&gt;
&lt;P&gt;If(Wildmatch(Message,'*Analyzer*'), 'y', '')&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;as Flg_Have_AnalyzerCAL&lt;/P&gt;
&lt;DIV id="tinyMceEditorGiulioA_3" class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;P&gt;But filtering the messages by using these 2 flags Flg_Have_ProfessionalCAL=’Y’ or Flg_Have_AnalyzerCAL=’Y’, the only messages that we can find in Events Log are these:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="GiulioA_6-1657272512447.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/83630i2525DB0D37C4F23D/image-size/large?v=v2&amp;amp;px=999" role="button" title="GiulioA_6-1657272512447.png" alt="GiulioA_6-1657272512447.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;So is no more possible to catch the added or deleted license to the users by applying the wildmatch we were using with the previous licensing:&lt;/P&gt;
&lt;P&gt;If(WildMatch(Message,'*added - ok*','*no longer marked for deletion - ok*'),'y','')&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; as Flg_Added&lt;/P&gt;
&lt;P&gt;If(WildMatch(Message,'*deleted - ok*','*" marked for deletion - ok*'),'y','')&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;as Flg_Deleted&lt;/P&gt;
&lt;P&gt;Does anyone know if there’s another log file or other files where is possible to catch the Professional and Analyzer licenses allocation and deletion in QlikView environment with Signed license Key?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-License-Monitor-App-Issue-Signed-License-Key-with/m-p/1953267#M1290192</guid>
      <dc:creator>GiulioA</dc:creator>
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView License Monitor App Issue - Signed License Key with Professional and Analyzer users</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-License-Monitor-App-Issue-Signed-License-Key-with/m-p/1962820#M1290195</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;In May 2021 SR2 I am seeing the license assignment in the Event log.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;20220801T070522.000-0400 20220801T070911.000-0400 4 100 Notice UserLicense: User M21\User1 is using Analyzer Capacity license. ab825f94-1313-4a93-b8ee-01ba43227e67&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;20220801T070522.000-0400 20220801T071052.000-0400 4 100 Notice UserLicense: User M21\User2 is using Analyzer license. d481720e-3095-4dc7-9acf-90c9324d74af&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Bill&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Aug 2022 11:14:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-License-Monitor-App-Issue-Signed-License-Key-with/m-p/1962820#M1290195</guid>
      <dc:creator>Bill_Britt</dc:creator>
      <dc:date>2022-08-01T11:14:02Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView License Monitor App Issue - Signed License Key with Professional and Analyzer users</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-License-Monitor-App-Issue-Signed-License-Key-with/m-p/1963179#M1290199</link>
      <description>&lt;P&gt;Hi Bill,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thanks for checking! Do you also find the license allocation or deallocation? Our customer needs to analyze those users with Professional or Analyzer license allocated that are not using the license.&lt;/P&gt;
&lt;P&gt;I was using these from the Event Log to catch that info:&lt;/P&gt;
&lt;P&gt;If(WildMatch(Message,'*cal allocation*','*no longer marked for deletion - ok*'),'y','')&amp;nbsp; &amp;nbsp; &amp;nbsp; -&amp;gt; Allocation&lt;/P&gt;
&lt;P&gt;If(WildMatch(Message,'*cal deallocation - ok*'),'y','')&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;-&amp;gt; CalDeallocation&lt;/P&gt;</description>
      <pubDate>Tue, 02 Aug 2022 07:32:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-License-Monitor-App-Issue-Signed-License-Key-with/m-p/1963179#M1290199</guid>
      <dc:creator>GiulioA</dc:creator>
      <dc:date>2022-08-02T07:32:20Z</dc:date>
    </item>
  </channel>
</rss>

