Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

QMC- changes

Hi All,

if  i have track the changes done in past on QMC and who did., like change in settings, logs enabled/disabled.

Where can i go and check these details

Thanks

Manish madan

1 Solution

Accepted Solutions
Bill_Britt
Former Employee
Former Employee

Hi,

To enable auditing do the following:

• Go to C:\Program Files\QlikView\Management Service

• Open QVmanagementService.exe.config in any text editor

• Locate the key "EnableAuditing" and set the value to "true"

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

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

• Optionally change the audit log folder as well. Default location is %ProgramData%\QlikTech\ManagementService\AuditLog

Note: The above folder will not be created until the first time any changes are logged

• Save QVmanagementService.exe.config and restart QlikView Management Service

• Open QlikView Management Console and go to the auditing tab on Management Service

• Verify the checkbox is now checked

User-added image

Bill

Bill - Principal Technical Support Engineer at Qlik
To help users find verified answers, please don't forget to use the "Accept as Solution" button on any posts that helped you resolve your problem or question.

View solution in original post

3 Replies
Bill_Britt
Former Employee
Former Employee

Hi,

You will need to enable first then the logs will be generated.

Bill

Bill - Principal Technical Support Engineer at Qlik
To help users find verified answers, please don't forget to use the "Accept as Solution" button on any posts that helped you resolve your problem or question.
Anonymous
Not applicable
Author

i have to enable the audit logs.

Can i directly enable it or should i stop services enable or any server re-start require?

Bill_Britt
Former Employee
Former Employee

Hi,

To enable auditing do the following:

• Go to C:\Program Files\QlikView\Management Service

• Open QVmanagementService.exe.config in any text editor

• Locate the key "EnableAuditing" and set the value to "true"

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

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

• Optionally change the audit log folder as well. Default location is %ProgramData%\QlikTech\ManagementService\AuditLog

Note: The above folder will not be created until the first time any changes are logged

• Save QVmanagementService.exe.config and restart QlikView Management Service

• Open QlikView Management Console and go to the auditing tab on Management Service

• Verify the checkbox is now checked

User-added image

Bill

Bill - Principal Technical Support Engineer at Qlik
To help users find verified answers, please don't forget to use the "Accept as Solution" button on any posts that helped you resolve your problem or question.