Enabling Scheduled Reports - On-Premise only
For On-Premise installations only, the ability to send scheduled reports must be enabled for your organization.
The ScheduledReports block of code in the appsettings.json file controls whether reports can be scheduled and how often. The appsettings.json file is found on the application server in the installation path. The default values are shown below.
"ScheduledReports": { "RunService": true, "IntervalInMinutes": 120, "Process": true } |
Parameters
RunService | Set to true to enable scheduled reports.
Both RunService and Process must be set to true to enable scheduled reports. |
IntervalInMinutes | The IntervalInMinutes is the frequency with which the RunService will poll for reports to place in the queue to send. To poll for scheduled reports to queue more frequently, use a smaller number. Default value is 5. Integer values of 1 or greater. |
Process | Set to true to enable scheduled reports.
Both RunService and Process must be set to true to enable scheduled reports. |
. See also:
- Configuring the Scheduled Reports Database List - On-Premise only
- About Scheduled Reports
- Configuring Email
- Am I using ToolHound Cloud or ToolHound On-Premise?
Copyright © 2020-2024 ToolHound Inc. All Rights Reserved.