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

Publisher Logs History


Hi All -

We are using QV11.2 SR5 and i observed that only 1 month of Publisher Logs history  is stored under C:\ProgramData\QlikTech\DistributionService\1\Log folder.

Where would the history publisher logs go to? Are they removed completely or it moves to any backup folder paths.

Thanks

Jag

1 Solution

Accepted Solutions
pbr
Employee
Employee

You can change the value by doing the following -

1.) Stop the QlikView Distribution Service

2.) Browse to C:\ProgramFiles\QlikView\DistributionService and open/backup QVDistributionService.exe.config file via Notepad or another text editing program.

3.) Edit the entry:

<!-- The number of days to keep QDS logs -->

<add key="NbrOfDaysToKeepQDSLogs" value="30" /> to set the desired value.

4.) Save the file

5.) Restart the QlikView Distribution Service


Please note - As always, make sure to backup the config file before making changes.

View solution in original post

2 Replies
Anonymous
Not applicable
Author

As far as I know only one month of stats are available in all publisher logs/xmls etc.There is no backup fodler or archive folder for data older than one month

pbr
Employee
Employee

You can change the value by doing the following -

1.) Stop the QlikView Distribution Service

2.) Browse to C:\ProgramFiles\QlikView\DistributionService and open/backup QVDistributionService.exe.config file via Notepad or another text editing program.

3.) Edit the entry:

<!-- The number of days to keep QDS logs -->

<add key="NbrOfDaysToKeepQDSLogs" value="30" /> to set the desired value.

4.) Save the file

5.) Restart the QlikView Distribution Service


Please note - As always, make sure to backup the config file before making changes.