Triggering Scheduled Report
Pre-requisites:
To trigger an existing scheduled report through the CentraSite Command Line Interface, you must have the CentraSite Administrator role.
CentraSite provides a command tool named trigger Scheduled report for this purpose.
To trigger an existing scheduled report
Run the command trigger Scheduled report. The syntax is of the format: C:\SoftwareAG\CentraSite\utilities>CentraSiteCommand.cmd trigger Scheduled Report [-url <CENTRASITE-URL>] -user <USER-ID> -password <PASSWORD> -scheduledreport <SCHEDULED-REPORT>
The input parameters are:
Parameter | Description |
CENTRASITE-URL | (Optional). The URL of the CentraSite registry. For example, http://localhost:53307/CentraSite/CentraSite. |
USER-ID | The user ID of a registered CentraSite user who has the CentraSite Administrator role. For example, Administrator. |
PASSWORD | The password for the CentraSite user identified by the parameter USER-ID. |
SCHEDULED-REPORT | Name or key of the scheduled report to trigger. If the report name contains white spaces, enclose the name with "". |
Examples (all in one line):
Providing report name:
C:\SoftwareAG\CentraSite\utilities>CentraSiteCommand.cmd trigger Scheduled Report -url http://localhost:53307/CentraSite/CentraSite –user Administrator –password manage –scheduledreport “Schedule Daily”
Providing report key:
C:\SoftwareAG\CentraSite\utilities>CentraSiteCommand.cmd trigger Scheduled Report -url http://localhost:53307/CentraSite/CentraSite –user Administrator –password manage –scheduledreport uddi:b595e05b-8da6-11df-b765-893ca7cd7608
The response to this command could be:
Executing the command : trigger Scheduled Report
Successfully executed the command : trigger Scheduled Report