Skip to main content
Announcements
See why Qlik is a Leader in the 2024 Gartner® Magic Quadrant™ for Analytics & BI Platforms. Download Now
cancel
Showing results for 
Search instead for 
Did you mean: 
JoshD1
Contributor II
Contributor II

Adding users log

Is it possible to know who added a CAL user and when was added?

Thanks

Labels (4)
2 Solutions

Accepted Solutions
Chip_Matejowsky
Support
Support

Hi @JoshD1,

In QlikView Server 12.60 SR1, Named User CAL assignments are logged in the QlikView Server Events log.  As a test, I assigned a Named User CAL to userID "User1".  In the QVS Events log, this action was logged with the below entries:

100    Notice    CAL allocation: Named CAL "USRAL-WMY02\USER1" added - ok.

100    Notice    CAL allocation audit: "USRAL-WMY02\USER1" added by "QTSEL\WMY"

So you can see that userID USER1 was added and added by account QTSEL\WMY

When a Named User CAL is removed in the QMC, it is again logged in the QVS Event logs, with below entries:

100    Notice    CAL allocation: Unused Named CAL "USRAL-WMY02\USER1" deleted - ok.

100    Notice    CAL allocation audit: "USRAL-WMY02\USER1" deleted by "QTSEL\WMY"

So you can see that userID USER1 was deleted and deleted by account QTSEL\WMY

By default, the QVS logs are stored in %ProgramData%\QlikTech\QlikViewServer.  If you have configured the QVS logs to be written to a different location, you can check for the location in QMC > System > Setup > QlikView Servers > QVS@ > Logging tab > Log folder.

Principal Technical Support Engineer with Qlik Support
Help users find answers! Don't forget to mark a solution that worked for you!

View solution in original post

JoshD1
Contributor II
Contributor II
Author

2 Replies
Chip_Matejowsky
Support
Support

Hi @JoshD1,

In QlikView Server 12.60 SR1, Named User CAL assignments are logged in the QlikView Server Events log.  As a test, I assigned a Named User CAL to userID "User1".  In the QVS Events log, this action was logged with the below entries:

100    Notice    CAL allocation: Named CAL "USRAL-WMY02\USER1" added - ok.

100    Notice    CAL allocation audit: "USRAL-WMY02\USER1" added by "QTSEL\WMY"

So you can see that userID USER1 was added and added by account QTSEL\WMY

When a Named User CAL is removed in the QMC, it is again logged in the QVS Event logs, with below entries:

100    Notice    CAL allocation: Unused Named CAL "USRAL-WMY02\USER1" deleted - ok.

100    Notice    CAL allocation audit: "USRAL-WMY02\USER1" deleted by "QTSEL\WMY"

So you can see that userID USER1 was deleted and deleted by account QTSEL\WMY

By default, the QVS logs are stored in %ProgramData%\QlikTech\QlikViewServer.  If you have configured the QVS logs to be written to a different location, you can check for the location in QMC > System > Setup > QlikView Servers > QVS@ > Logging tab > Log folder.

Principal Technical Support Engineer with Qlik Support
Help users find answers! Don't forget to mark a solution that worked for you!
JoshD1
Contributor II
Contributor II
Author

Wonderful

Thanks