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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
sudhakar_b
Partner - Contributor
Partner - Contributor

How to get the date on which a document CAL/user was assigned to a document

Hi,

Is there a way I can get the date on which a document CAL/user was assigned to a document or a named CAL created first? Appreciate any pointers on this.

Thanks in Advance

1 Solution

Accepted Solutions
Peter_Cammaert
Partner - Champion III
Partner - Champion III

IMHO there is no specific log dedicated to CAL assignments/recalls.

The Events Log (See C:\ProgramData\QlikTech\QlikviewServer) however has information about CAL assignments, both for Document CALs, Named User CALs as well as for automatically assigned CALs.

Look for lines that contain:

100 Notice  CAL allocation:...

or

700 Information CAL allocation: CAL has been automatically assigned to...

Best,

Peter

View solution in original post

2 Replies
Peter_Cammaert
Partner - Champion III
Partner - Champion III

IMHO there is no specific log dedicated to CAL assignments/recalls.

The Events Log (See C:\ProgramData\QlikTech\QlikviewServer) however has information about CAL assignments, both for Document CALs, Named User CALs as well as for automatically assigned CALs.

Look for lines that contain:

100 Notice  CAL allocation:...

or

700 Information CAL allocation: CAL has been automatically assigned to...

Best,

Peter

sudhakar_b
Partner - Contributor
Partner - Contributor
Author

Thanks a lot Peter. Definitely put me in the right track. Will pick it up from here... looks very much possible.