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

Auditing Checkbox does not let be enable

Hi Together,

how can i enable this checkbox ?

screen.JPG

Thank you very much !

Best Regards

1 Solution

Accepted Solutions
Bill_Britt
Former Employee
Former Employee

You have to enable this in the config file (not sure why). If this is version 11 look at page 57 of the manual. You need to edit the QVManagementService.exe.config that is located in C:\Program Files\QlikView\Management Service folder.

The settings are

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

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

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

    <!-- Folder where audit logs should be stored. Default is ApplicationDataFolder\AuditLog - -->

    <add key="AuditLogFolder" value="c:\logs" />   You need to add the path

    <!-- The maximum number of days to keep audit logs -->

    <add key="AuditLogKeepMaxDays" value="30" />

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

5 Replies
Bill_Britt
Former Employee
Former Employee

You have to enable this in the config file (not sure why). If this is version 11 look at page 57 of the manual. You need to edit the QVManagementService.exe.config that is located in C:\Program Files\QlikView\Management Service folder.

The settings are

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

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

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

    <!-- Folder where audit logs should be stored. Default is ApplicationDataFolder\AuditLog - -->

    <add key="AuditLogFolder" value="c:\logs" />   You need to add the path

    <!-- The maximum number of days to keep audit logs -->

    <add key="AuditLogKeepMaxDays" value="30" />

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.
Not applicable
Author

thank you Bill

Not applicable
Author

Hi Bill,

the checkbox is activated but QMS dont write any logfiles under the folder c:\logs.

checkbox.JPG

I have taken your example 1:1

auditing.JPG

Do you have an idea what the problem is.

Thank you very much !

Best Regards,

Onur

Bill_Britt
Former Employee
Former Employee

You need to enable it under Server settings also. See Below.

aa.jpg

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.
Not applicable
Author

you are great !!!

Thank you again.

Best Regards,