Configure the ReportsScheduler job in the schedule.xml file
To configure the Reports notifications, configure the job in the schedule.xml file.
The ReportScheduler
class is the
IXIA CCMS Scheduler job used to generate reports. When CCMS Scheduler runs, it retrieves all the relevant information about
the scheduled reports and processes them according to their scheduled entries.
Consider an example where CCMS Scheduler job
ReportScheduler
is configured to run at 6 a.m.
every day. Report A and Report B are scheduled to run at 7 a.m. and 10 a.m.
respectively. When CCMS Scheduler runs at 6 a.m., it checks for
any scheduled reports, retrieving all the required information from the Content Store. It then creates jobs according to the reports'
scheduled times. Report A will be generated at 7 a.m. and Report B at 10 a.m. Both
outputs will be sent by email to all the configured recipients. Any changes made to
the report after CCMS Scheduler job runs—for example, changes
made to Report A at 6:30 a.m.—are not applied to the reports.
- Use the default connection settings configured in the
<configuration>
element. - Configure a Content Store that is specific to a Scheduler job.
This option is recommended only if you want to run a Scheduler job using a
Content Store other than the one defined in the
<configuration>
element. If the Content Store is the same you do not need to additionally configure the connection to the Content Store within a specific Scheduler job. The configuration will fall back to the default Content Store connection.
To configure the ReportsScheduler job: