<?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 get List of Users which have license in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-get-List-of-Users-which-have-license/m-p/484818#M1303091</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to monitor users you may use the app that David Foster uploaded. I haven't tried it but it may be good:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-4774"&gt;License_Analyser_K3FDS.qvw&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Sep 2013 17:28:24 GMT</pubDate>
    <dc:creator>Carlos_Reyes</dc:creator>
    <dc:date>2013-09-26T17:28:24Z</dc:date>
    <item>
      <title>How to get List of Users which have license</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-List-of-Users-which-have-license/m-p/484817#M1303090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in MY QMC i see list of users page by page,,,&lt;/P&gt;&lt;P&gt;is there any backend file or palce where i could get list of all users. it is not convinient to copy page by page..&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 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-List-of-Users-which-have-license/m-p/484817#M1303090</guid>
      <dc:creator />
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to get List of Users which have license</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-List-of-Users-which-have-license/m-p/484818#M1303091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to monitor users you may use the app that David Foster uploaded. I haven't tried it but it may be good:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-4774"&gt;License_Analyser_K3FDS.qvw&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Sep 2013 17:28:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-List-of-Users-which-have-license/m-p/484818#M1303091</guid>
      <dc:creator>Carlos_Reyes</dc:creator>
      <dc:date>2013-09-26T17:28:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to get List of Users which have license</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-List-of-Users-which-have-license/m-p/484819#M1303093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi I cant fine Qlikview_Docs\AccessPoint path..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have changed settings.ini file but i cant find CalData.pgo.xml&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Sep 2013 18:53:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-List-of-Users-which-have-license/m-p/484819#M1303093</guid>
      <dc:creator />
      <dc:date>2013-09-26T18:53:10Z</dc:date>
    </item>
    <item>
      <title>Re: Re: How to get List of Users which have license</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-List-of-Users-which-have-license/m-p/484820#M1303095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well.. I hand't tried it, but now I have and although it is supposed that you must change the paths in the "Configuration" tab, I did that and tried to reload and got the same error as you. So I suppose you may ignore those variables in the Configuration tab and instead change the paths at the end of the "Main" tab in the script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For instance... I changed those as following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_13802235664047236" jivemacro_uid="_13802235664047236"&gt;
&lt;P&gt;// Path for LEF file on QV Server&lt;/P&gt;
&lt;P&gt;set vLEF_Path&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = 'C:\ProgramData\QlikTech' ;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;// Path where txt data generated by QV Powertools batch file are saved&lt;/P&gt;
&lt;P&gt;set vAccessPoint_Path&amp;nbsp;&amp;nbsp;&amp;nbsp; = 'C:\Users\MyUser\Documents\QVS\Configuration' ;&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After doing that I reloaded and it worked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The first path is usually the same, or very similar, since it's very rare that somebody changes that. But the second is more likely to change so you must check in your QMC:&amp;nbsp; &lt;EM&gt;System\ Setup \ QlikView Severs \ Folders \ Root Folder&lt;/EM&gt;&amp;nbsp; which folder is selected as root folder.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Sep 2013 19:29:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-List-of-Users-which-have-license/m-p/484820#M1303095</guid>
      <dc:creator>Carlos_Reyes</dc:creator>
      <dc:date>2013-09-26T19:29:30Z</dc:date>
    </item>
    <item>
      <title>Re: Re: How to get List of Users which have license</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-List-of-Users-which-have-license/m-p/484821#M1303098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi , I ahve done following steps.&lt;/P&gt;&lt;P&gt;Stopped servers and updated settings.ini file and added&amp;nbsp; PgoAsXmlAlso=1.&lt;/P&gt;&lt;P&gt;restarted servers and in QMC Root Folder is pointing E:\QlikView_Docs\QVSettings to this. After restart it did not create required file,, so got this error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cannot open file '\\qlikview-pw00.esc.win.colpal.com\e$\QlikView_Docs\QVSettings\CalData.pgo.xml' The system cannot find the file specified.&lt;/P&gt;&lt;P&gt;The QVSettings folder has thgese files only aqs shown below&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QVSettings.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/46942_QVSettings.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Sep 2013 20:20:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-List-of-Users-which-have-license/m-p/484821#M1303098</guid>
      <dc:creator />
      <dc:date>2013-09-26T20:20:50Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: How to get List of Users which have license</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-List-of-Users-which-have-license/m-p/484822#M1303101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First, you only have to stop QlikViewServer service, it is no required to stop all.&lt;/P&gt;&lt;P&gt;Second, where did you put the PgoAsXmlAlso=1 line? You have to put it in the Settings section, not in the Authentication part. See below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;&lt;STRONG style="font-size: 12pt;"&gt;[Settings 7]&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;DocumentDirectory=C:\Users\Carlos Reyes\Documents\Evolcon\QVS\Configuración&lt;/P&gt;
&lt;P&gt;CanDynamicUpdate=1&lt;/P&gt;
&lt;P&gt;NumberOfDocuments=-1&lt;/P&gt;
&lt;P&gt;UserCalList=C:\ProgramData\QlikTech\QlikViewServer\FUL.dat&lt;/P&gt;
&lt;P&gt;DocumentList=C:\ProgramData\QlikTech\QlikViewServer\FDL.dat&lt;/P&gt;
&lt;P&gt;ServerLogFolder=C:\ProgramData\QlikTech\QlikViewServer&lt;/P&gt;
&lt;P&gt;HF820UpdateCalNamedCals=0&lt;/P&gt;
&lt;P&gt;PInfoX=EVPOQCZKPCTGUHZJNZQEFONIBSUYUHNKSKRSVCNKJD&lt;/P&gt;
&lt;P&gt;PInfoY=YGcPSCZKPCTGUHZJNZQEFONIBSUYUHNKSKRSVCNKMZQCEJRJPaUEVCFLFaUYSCZKPCTGUHZJNZQEFOZJJSTOUKZJPCLcUEZJHKVcUHRFcCVeECdJTCLKELdJMaQeEHVFDSUYVIRJJaSMVEVIXCICECVJJSTSUJRKSKQIVHJKTCLEUKFJMCVSEHRLBCRaUEZJJaUIFJFIEaTEVCNKMJRMVHRJDaTcUWMISCXCECVJJSTSUJRKSKQIUHJKFaUYCBVKJCTIVEZJcKVGVKFISKSeUJRFFSVeEGNIPSTaSBJKcKVGVKFISKSeUJRFOCVASAVKUCSeEJFJUKWYVJVISSVSUBFJPCLYVEZJJaQSUHBEEKRASJVITKSGcJaJAJRcEQQJBCIGUHZJTaTYUARFOCVASAVKUCSeEJFJUKWYVKNKVKQEVEdJTCICUKRKFSTIVEZIJaQCECdJTCLcEKBEBKVIFEdJSKSIVMRLFaUIVABEDaTaEIFIDOEHcGGIMBXYUHNIBCTYCHRKAJQKFKBJPSUSEKFLcKQKFKVIOCVSUBFIDKSGcJaJARTIFGVJMJRIVEFKVKRIVABEPSQYUEdIBCVeEJFJBCXcUEZKFCTASHJIMKSOUARKPSUSUHBEBCTIVHRFBG&lt;/P&gt;
&lt;P&gt;PInfoZ=RCbbXJVFRJLKTWIGRJLCTbAHTJOSTaQGSBOaCbAGRJOGDcUGSBNaScAGYZNCTccGQJNaSYAGQRMYSJVFRJLKTWIGRJLCTbAHTJOSTaQGSBOaCbAGRJOGDcUGSBNaScAGYZNCTccGQJNaSaEGTBLGVWEGNJMaCYQFTKLCTWUGNRMCTWEGXBOGTcEHVBNEDcUFWBMCTcMGYJNEDaUFZBMQTbEGZZNATaUFRBMATZQFTKLCTWUGNZMETWUGUBNYSJVFRJLKTWMGSJLKDaUGMZUaSYUFVJLMDWMKNJMaCZUFRBLGVWEGNJNaSYEGMZUaSYUFVJLCTaQFTKLCTWIGNBMYSJVFRJLKTWYGUJLCDYQFTKLCTWEGWJLCDZIGYBOYCJA&lt;/P&gt;
&lt;P&gt;NumberOfUserCals=25&lt;/P&gt;
&lt;P&gt;NumberOfSessionCals=-1&lt;/P&gt;
&lt;P&gt;NumberOfUsageCals=-1&lt;/P&gt;
&lt;P&gt;NumberOfInfrequentNamedCals=0&lt;/P&gt;
&lt;P&gt;NumberOfConcurrentInfrequentNamedCals=0&lt;/P&gt;
&lt;P&gt;SessionCalsInUse=0&lt;/P&gt;
&lt;P&gt;NumberOfDocumentCals=5&lt;/P&gt;
&lt;P&gt;UsageCalAvailable=&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -1&lt;/P&gt;
&lt;P&gt;MarginTop=20&lt;/P&gt;
&lt;P&gt;&lt;STRONG style="font-size: 14pt;"&gt;&lt;EM&gt;PgoAsXmlAlso=1&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;DocumentMounts="Productivo","C:\Users\Carlos Reyes\Documents\Evolcon\QVS\Aplicaciones de Usuario",1;&lt;/P&gt;
&lt;P&gt;Other_String=Otros&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;STRONG&gt;[Authentication]&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Serial=1006 5608 4315 9802&lt;/P&gt;
&lt;P&gt;Organization=EVOLCON&lt;/P&gt;
&lt;P&gt;Name=EVOLCON&lt;/P&gt;
&lt;P&gt;Check=0283721204&lt;/P&gt;
&lt;P&gt;LastLefUpdateAttemptDate=2013-04-18 E587B7F1-3183CFF8-27D6B0AD-0A1B561C-3D568A95&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Third, you have to save the Settings.ini and start the QlikViewServer service, then you should see the new CalData.pgo file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jiveImage" src="https://community.qlik.com/legacyfs/online/46960_pastedImage_15.png" style="width: 620px; height: 33px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fourth, reload the app.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Sep 2013 20:50:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-List-of-Users-which-have-license/m-p/484822#M1303101</guid>
      <dc:creator>Carlos_Reyes</dc:creator>
      <dc:date>2013-09-26T20:50:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to get List of Users which have license</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-List-of-Users-which-have-license/m-p/484823#M1303103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Faisal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I retrieve this information on a couple of sites by using QlikView Power Tools (see: &lt;A _jive_internal="true" href="https://community.qlik.com/docs/DOC-3059"&gt;http://community.qlik.com/docs/DOC-3059&lt;/A&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Install this and then configure the QV User Manager to talk to your server.&amp;nbsp; You can then use a command line and pipe the output to a file.&amp;nbsp; I then pull this file in as an addition to the QlikView Ops Monitor - so as well as seeing which users have licences you can see how much they have been using them.&amp;nbsp; If you wish this file to be updated regularly you can call the command line from Windows Scheduler.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please post back if you require further information on this solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.quickintelligence.co.uk/"&gt;http://www.quickintelligence.co.uk/&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Sep 2013 20:59:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-List-of-Users-which-have-license/m-p/484823#M1303103</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2013-09-26T20:59:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to get List of Users which have license</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-List-of-Users-which-have-license/m-p/484824#M1303104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Excellent ,, it worked,, and i can download list of all users,,,,, i wish i could give you 100 points&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Sep 2013 22:03:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-List-of-Users-which-have-license/m-p/484824#M1303104</guid>
      <dc:creator />
      <dc:date>2013-09-26T22:03:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to get List of Users which have license</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-List-of-Users-which-have-license/m-p/484825#M1303106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I wish that too hahaha, but you can give me 10 if you mark my answer as correct.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Sep 2013 22:07:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-List-of-Users-which-have-license/m-p/484825#M1303106</guid>
      <dc:creator>Carlos_Reyes</dc:creator>
      <dc:date>2013-09-26T22:07:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to get List of Users which have license</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-List-of-Users-which-have-license/m-p/484826#M1303108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Done,,, Thank You for Your help.......&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Sep 2013 22:15:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-List-of-Users-which-have-license/m-p/484826#M1303108</guid>
      <dc:creator />
      <dc:date>2013-09-26T22:15:37Z</dc:date>
    </item>
  </channel>
</rss>

