Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I am starting to use on demand.
Is there a way to have the old reports delete after a certain time period. I know I can manually delete them but I may want to say after 30 days just delete them.
Thanks,
Michael
The NPrinting On-Demand requests (both QlikView and Qlik Sense) are kept in memory in the "C:\ProgramData\NPrinting\ondemand\responses" folder for some days and then automatically removed:
It is possible to change these values by adding an entry in the "scheduler.config" file that is saved in "C:\Program Files\NPrintingServer\NPrinting\Scheduler":
<add key="completed-days-to-keep" value="30" />
2. To change the days to keep for aborted requests, add this tag and specify the number of days:
<add key="aborted-days-to-keep" value="6" />
See the following link: https://help.qlik.com/en-US/nprinting/May2021/Content/NPrinting/On-Demand/Admin-On-Demand.htm?&_ga=2...
under the section 'Configuring automatic report deletion'
The NPrinting On-Demand requests (both QlikView and Qlik Sense) are kept in memory in the "C:\ProgramData\NPrinting\ondemand\responses" folder for some days and then automatically removed:
It is possible to change these values by adding an entry in the "scheduler.config" file that is saved in "C:\Program Files\NPrintingServer\NPrinting\Scheduler":
<add key="completed-days-to-keep" value="30" />
2. To change the days to keep for aborted requests, add this tag and specify the number of days:
<add key="aborted-days-to-keep" value="6" />
See the following link: https://help.qlik.com/en-US/nprinting/May2021/Content/NPrinting/On-Demand/Admin-On-Demand.htm?&_ga=2...
under the section 'Configuring automatic report deletion'