CentraSite 10.3 | CentraSite User’s Guide | Report Management | Managing Reports and Report Templates through Command Line Interface | Deleting Scheduled Report
 
Deleting Scheduled Report
Pre-requisites:
To delete an existing scheduled report through the CentraSite Command Line Interface, you must have the CentraSite Administrator role.
CentraSite provides a command tool delete Scheduled Report for this purpose.
*To trigger an existing scheduled report
*Run the command delete Scheduled Report.
The syntax is of the format: C:\SoftwareAG\CentraSite\utilities>CentraSiteCommand.cmd delete 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 you want to delete. 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 delete Scheduled Report -url http://localhost:53307/CentraSite/CentraSite –user Administrator –password manage –scheduledreport “Schedule Daily”
Providing report key:
C:\SoftwareAG\CentraSite\utilities>CentraSiteCommand.cmd delete 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 : delete Scheduled Report

Successfully executed the command : delete Scheduled Report