CentraSite Documentation : CentraSite User’s Guide : Working with Reports and Report Templates : Changing the Default Report Scheduler
Changing the Default Report Scheduler
By default, CentraSite contains a default report scheduler. The default scheduler is set to run at 1 AM each night and use 8 threads to execute the scheduled reports. If necessary, you can specify a different scheduler.
You can modify the default scheduler by adding an XML fragment to the "GUIConfiguration" element, which is available in the centrasite.xml configuration file.
To modify the default report scheduler
1. Open the centrasite.xml file located under the <CentraSiteInstallDir>/cast/cswebapps/BusinessUI/custom/conf directory.
2. Add the following details after the <ReportSchedulingSettings> element as shown:
<ReportSchedulingSettings>
<ReportSchedulingTime>1</ReportSchedulingTime>
<ReportSchedulingThreads>8</ReportSchedulingThreads>
</ReportSchedulingSettings>
The input parameters are:
Property
Description
ReportSchedulingTime
Specifies the hour of day when reports are checked for daily execution. For example, if you want to execute a report at 10 PM, then you would specify a value of 22.
ReportSchedulingThreads
Specifies the number of threads to be used for reports execution.
3. Save and close the file.
Note:  
After setting the scheduler configuration you must restart CentraSite for the changes to take effect.
If at a later time, you want to switch to the default scheduler configuration, uncomment the <ReportSchedulingSettings> element and then restart Software AG Runtime.
Copyright © 2005-2016 Software AG, Darmstadt, Germany.

Product LogoContact Support   |   Community   |   Feedback