<?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 obtain the last access date for users with Capacity license through PostgreSQL? in Management &amp; Governance</title>
    <link>https://community.qlik.com/t5/Management-Governance/How-to-obtain-the-last-access-date-for-users-with-Capacity/m-p/2481604#M29205</link>
    <description>&lt;P&gt;o provide a successful update on this topic, here is the solution found.&lt;/P&gt;
&lt;P&gt;With the help of Guilherme Leite (Qlik Brazil), we were able to access the consumption information as follows:&lt;/P&gt;
&lt;P&gt;The License Monitor performs a routine of reading the REST Connections using Qlik's APIs and writes a QVD called “governanceLicenseLog_X.XX.X_file.qvd” in “C:\ProgramData\Qlik\Sense\Log”. This QVD contains license allocation information.&lt;/P&gt;
&lt;P&gt;Through this file, we gained access to the missing information.&lt;/P&gt;
&lt;P&gt;Issue resolved.&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Leandro Godek&lt;/P&gt;</description>
    <pubDate>Sat, 14 Sep 2024 01:50:14 GMT</pubDate>
    <dc:creator>Godek</dc:creator>
    <dc:date>2024-09-14T01:50:14Z</dc:date>
    <item>
      <title>How to obtain the last access date for users with Capacity license through PostgreSQL?</title>
      <link>https://community.qlik.com/t5/Management-Governance/How-to-obtain-the-last-access-date-for-users-with-Capacity/m-p/2418431#M29202</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hello All,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;To retrieve data from the professional license, I am using the LicenseProfessionalAccessTypes table from the public schema through the LastUsed field.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;SELECT User_ID,&amp;nbsp;LastUsed FROM public.LicenseProfessionalAccessTypes&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Similarly, to obtain data from the analyzer license, I am using the LicenseAnalyzerAccessTypes table from the public schema through the LastUsed field.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;EM&gt;SELECT User_ID,&amp;nbsp;LastUsed FROM public.LicenseAnalyzerAccessTypes&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;However, when attempting to obtain the last access for the capacity license, I couldn't identify which table to query.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Can someone help me with this question?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;Leandro Godek&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jan 2025 16:09:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/How-to-obtain-the-last-access-date-for-users-with-Capacity/m-p/2418431#M29202</guid>
      <dc:creator>Godek</dc:creator>
      <dc:date>2025-01-29T16:09:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to obtain the last access date for users with Capacity license through PostgreSQL?</title>
      <link>https://community.qlik.com/t5/Management-Governance/How-to-obtain-the-last-access-date-for-users-with-Capacity/m-p/2420291#M29203</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/288184"&gt;@Godek&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;In Qlik Sense&amp;nbsp;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;License Monitoring&lt;/FONT&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;SPAN&gt;app&amp;nbsp;provides usage data for Analyzer Capacity. Please refer&amp;nbsp;&lt;A title="License Monitor" href="https://help.qlik.com/en-US/sense-admin/November2023/Subsystems/DeployAdministerQSE/Content/Sense_DeployAdminister/QSEoW/Administer_QSEoW/Monitoring_QSEoW/License-monitor-app.htm#:~:text=License%20Monitor%20sheets,-The%20License%20Monitor&amp;amp;text=Usage%20by%20App-,Allows%20the%20user%20to%20select%20a%20time%20period%20over%20which,tokens%20consumed%20by%20each%20app.&amp;amp;text=The%20Timeline%20sheet%20displays%20token,anticipate%20future%20token%20allocation%20needs." target="_blank" rel="noopener"&gt;License Monitor.&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;However, I checked in pgAdmin and I was able to find the Analyzer Capacity usage details under this table&amp;nbsp;&lt;STRONG&gt;LicenseAnalyzerTimeAccessUsages.&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;I hope this helps!&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;Deeksha&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 17 Feb 2024 03:35:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/How-to-obtain-the-last-access-date-for-users-with-Capacity/m-p/2420291#M29203</guid>
      <dc:creator>Deeksha_JayaSapalya</dc:creator>
      <dc:date>2024-02-17T03:35:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to obtain the last access date for users with Capacity license through PostgreSQL?</title>
      <link>https://community.qlik.com/t5/Management-Governance/How-to-obtain-the-last-access-date-for-users-with-Capacity/m-p/2420782#M29204</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/123231"&gt;@Deeksha_JayaSapalya&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thank you for responding to the topic.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I had already accessed the content of the LicenseAnalyzerTimeAccessUsages table; however, it only stores accesses for the current month. I have the impression that when the month changes, its data is cleared. In this case, what I need is all the latest accesses with the capacity license, regardless of whether the month is current or not.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best Regards,&lt;BR /&gt;&lt;BR /&gt;Leandro Godek&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Feb 2024 14:39:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/How-to-obtain-the-last-access-date-for-users-with-Capacity/m-p/2420782#M29204</guid>
      <dc:creator>Godek</dc:creator>
      <dc:date>2024-02-19T14:39:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to obtain the last access date for users with Capacity license through PostgreSQL?</title>
      <link>https://community.qlik.com/t5/Management-Governance/How-to-obtain-the-last-access-date-for-users-with-Capacity/m-p/2481604#M29205</link>
      <description>&lt;P&gt;o provide a successful update on this topic, here is the solution found.&lt;/P&gt;
&lt;P&gt;With the help of Guilherme Leite (Qlik Brazil), we were able to access the consumption information as follows:&lt;/P&gt;
&lt;P&gt;The License Monitor performs a routine of reading the REST Connections using Qlik's APIs and writes a QVD called “governanceLicenseLog_X.XX.X_file.qvd” in “C:\ProgramData\Qlik\Sense\Log”. This QVD contains license allocation information.&lt;/P&gt;
&lt;P&gt;Through this file, we gained access to the missing information.&lt;/P&gt;
&lt;P&gt;Issue resolved.&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Leandro Godek&lt;/P&gt;</description>
      <pubDate>Sat, 14 Sep 2024 01:50:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/How-to-obtain-the-last-access-date-for-users-with-Capacity/m-p/2481604#M29205</guid>
      <dc:creator>Godek</dc:creator>
      <dc:date>2024-09-14T01:50:14Z</dc:date>
    </item>
  </channel>
</rss>

