Skip to main content
Announcements
Defect acknowledgement with Nprinting Engine May 2022 SR2, please READ HERE
cancel
Showing results for 
Search instead for 
Did you mean: 
mstoler
Partner - Specialist
Partner - Specialist

on demand reports auto delete

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

Labels (2)
1 Solution

Accepted Solutions
Lucas_Gatling
Support
Support

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:

  •  completed requests remain for 30 days
  • aborted requests and failed requests are kept in memory for 6 days

 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":

  1.   To change the days to keep for completed requests, add this tag and specify the number of days:

              <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'

If the issue is solved please mark the answer with Accept as Solution.

View solution in original post

1 Reply
Lucas_Gatling
Support
Support

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:

  •  completed requests remain for 30 days
  • aborted requests and failed requests are kept in memory for 6 days

 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":

  1.   To change the days to keep for completed requests, add this tag and specify the number of days:

              <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'

If the issue is solved please mark the answer with Accept as Solution.