Enterprise Administration > Business Administrative Change Promotion > Running the Business Administrative Change Promotion Command-Line Utility > Manage Business Administrative Change Delivery Commands
  
Manage Business Administrative Change Delivery Commands
The following sections provide commands that are used on a target Windchill system to manage the exported delivery files that were created as part of the business administrative change promotion process.
listRDs
The listRDs command is used to view information about the exported delivery files available on the Windchill system. Using this command, you can list information about and import status for all received deliveries available on the system.
Option
Required?
Description
-o
--outputFile
No
The location where a file containing the received delivery details is saved. If this option is not specified, the list of received deliveries available in the system is displayed in the command prompt window.
-u
--user
No
The user name of the Windchill user running the command. The user running the command must be a valid Windchill user and a site administrator.
-p
--password
No
The password of the Windchill user running the command.
-h
--help
No
Use this option to display help text for the utility. The help text lists full descriptions of each option as well as the syntax for running the utility.
To run the utility in a Windchill shell, specify the following command with the options listed in the table: windchill wt.scm.client.SCMCMD listRDs -u "<username>" -p "<password>" -o “<path for output file>
deleteRD
The deleteRD command is used to delete an existing received delivery and all associated ZIP files.
Option
Required?
Description
-n
--number
Yes
The number of the received delivery to be deleted. The received delivery number can be found using the listRDs command.
-u
--user
No
The user name of the Windchill user running the command. The user running the command must be a valid Windchill user and a site administrator.
-p
--password
No
The password of the Windchill user running the command.
-h
--help
No
Use this option to display help text for the utility. The help text lists full descriptions of each option as well as the syntax for running the utility.
To run the utility in a Windchill shell, specify the following command with the options listed in the table: windchill wt.scm.client.SCMCMD deleteRD -u "<username>" -p "<password>" -n “<received delivery number>