Deleting a package

You can delete packages from a specified server file system location. You must specify one of the -generate, -receive, -serverdir or -save_offline options.

Before you begin

The current database must be initialized to use DCM.

You must be working as the DCM manager or administrator to use the -delete option.

About this task

ccm dcm -d|-delete -packages [-from_dbid|-from_database_id database_spec] 
        [-to_dbid|-to_database_id database_spec] 
        [-ts|-transfer_set transfer_set_spec] ([-gen|-generate] | 
        [-rec|-receive] | [-soad|-save_offline_and_delete] | 
        [-serverdir server_path])
-from_dbid|-from_database_id database_spec
Specifies the destination database from which the transfer package was generated. Set the database_spec to a single database definition. See Database specification for details.
-gen|-generate
Specifies to search the server generate directory for the package to be deleted.
-rec|-receive
Specifies to search the server receive directory for the package to be deleted.
-soad|-save_offline_and_delete
Specifies to search the default server directory for save offline packages for the package to be deleted.
-to_dbid|-to_database_id database_spec
Specifies the destination database to which the transfer package is generated. Set the database_spec to a single database definition. See Database specification for details.
-serverdir server_path
Specifies the path to the server directory in the file system that contains the packages you want to delete.
-ts|-transfer_set transfer_set_spec
Specifies to filter the packages by the transfer set name used to generate the package. Set the transfer_set_spec to a single transfer set. For details, see Transfer set specification.

Example


Feedback