Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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.
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
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.