Setting controlling database for a folder template

About this task

This subcommand takes local control, handover control, or accept control for a folder template.

ccm ft|folder_temp|folder_template -cdb|-controlling_database 
        -local folder_template_spec...
ccm ft|folder_temp|folder_template -cdb|-controlling_database 
        -handover database_spec folder_template_spec...
ccm ft|folder_temp|folder_template -cdb|-controlling_database 
        -accept database_spec folder_template_spec...
-accept database_spec
Specifies to accept DCM updates from a specified database. You can set database_spec to one DCM database definition. See Database specification for details about using database_spec.
folder_template_spec
Specifies the folder template to be updated. See Folder template specification for details.
-handover database_spec
Specifies that control of the object is handed over from the current database to the specified database. The default value when creating a DCM database definition is a blank string. This means that when you hand over control to a spoke via a hub database, you must specify the hub database_spec for the database_spec value. The specified database_spec must be either a known DCM database definition for which a generate is permitted, or a blank string. A blank string means that control can’t be handed over to that database.
LINK: A detailed description of this option is in "Controlling database and handover of control" section.
-local
Specifies that local control should be taken over for the folder template. The object will no longer be updated by DCM replication from another database.

Example

About this task

  • Hand over control of a folder template called All system testing tasks for server to database A1.

    ccm folder_template -controlling_database -handover A1 "All system testing tasks for server"


Feedback