Deleting an Existing Scheduled Report
Use the delete Scheduled Report command to delete an existing scheduled report.
The syntax for the command is:
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 |
-url | (Optional) The URL of the CentraSite registry. Default value is http://localhost:53307. |
-user | The user ID of a registered CentraSite user who has the CentraSite Administrator role. For example, Administrator. |
-password | The password for the registered CentraSite user identified by the parameter -user. |
-scheduledreport | Name or key of the scheduled report you want to delete. If the report name contains white spaces, enclose the name with "". |
Examples:
Providing report name:
C:\SoftwareAG\CentraSite\utilities>CentraSiteCommand.cmd delete Scheduled Report -url http://localhost:53305/CentraSite/CentraSite –user Administrator –password manage –scheduledreport “Schedule Daily”
Providing report key:
C:\SoftwareAG\CentraSite\utilities>CentraSiteCommand.cmd delete Scheduled Report -url http://localhost:53305/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