Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

User who created a Trigger (QV10 Publisher)?

Is there a way to determine the username of the user who created a trigger or who last updated/saved an existing trigger in Publisher?

1 Solution

Accepted Solutions
danielrozental
Master II
Master II

There is a trigger.xml file in the QVPR folder, for every trigger there is a ModifiedByUser and a ModifiedTime field.

Hopefully that is enough info for what you're trying to achieve.

View solution in original post

4 Replies
danielrozental
Master II
Master II

It is possible to enable an audit log for QVPR changes, I'm not sure if those changes will be logged there but you can try setting it up to see.

You should edit the following file

C:\Program Files\QlikView\Management Service\QVManagementService.exe.config

Then change the EnableAuditLogging key value to true.

    <!-- ****** Audit logging ****** -->

    <!-- Enable logging of changes to QVPR. Requires restart of QMS after change. -->

    <add key="EnableAuditLogging" value="true" />

Save and restart management service.

garystrader
Partner - Creator III
Partner - Creator III

QV V11 has a feature called "Manager Audit Logging" which tracks all changes made to QMC along with the user ID that changed them.  I'm not aware of a way to track this in V10.

danielrozental
Master II
Master II

There is a trigger.xml file in the QVPR folder, for every trigger there is a ModifiedByUser and a ModifiedTime field.

Hopefully that is enough info for what you're trying to achieve.

Not applicable
Author

Thank you, Daniel.  That was exactly what I was looking for!