Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
cancel
Showing results for 
Search instead for 
Did you mean: 
VamsiBhagavathula1
Creator
Creator

Retrieve User license & last login information from Postgres Qlik metadata

Hello,

I want to get the user creation date , license allocation(analyzer/professional),last login date or last used  directly from the qlik postgres db's instead of using license or operations app provided in qliksense as they involves log files.

Has anyone tried retreiving the information directly from postgres DB, If yes, Please share me the sample query if you had one or provide me the tables information it involved.

 

Thanks in advance

 

Best Regards,

Vamsi

 

 

Labels (3)
2 Replies
Jack_Guo
Support
Support

Hi @VamsiBhagavathula1 ,

 

user creation date >>> QSR DB, Users table, CreatedDate column.

 

license allocation:

Pro >>> QSR DB,  LicenseProfessionalAccessTypes table, User id column(user id = users.id)

Analyzer >>> QSR DB,  LicenseAnalyzerAccessTypes table, User id column(user id = users.id)

 

last login date >>> QSR DB,  LicenseProfessionalAccessTypes table, lastUsed column.

 

Hope this helps. But we don't suggest to make those call to repo database in a PROD environment.

 

VamsiBhagavathula1
Creator
Creator
Author

Hi @Jack_Guo , Thank you for the information shared. Could you please also let me know tables involved for retrieving user information togather with streams and the applications that he has access to and apps in users work area??

 

Thanks,

Vamsi