The master database is called MA. This topic shows how to set up the MA database.
Before you begin
Projects must use process rules (update templates) by default. If process rules are not used, the appropriate folders must be manually created and added.
Procedure
- Create the master integration project.
- A master integration project combines integration builds for the completed tasks of the two databases. Copy the master integration prep project from hello-1.0. Set the version to MasterInt and select Master Integration from the Purpose list in the Check Out Project dialog. Set the release value to hello/2.0. The new project is hello-MasterInt.
- The update properties for the new project are automatically set up using the process rules.
- Create the MA local integration project.
- One local integration testing project is needed for the MA local integration builds. Copy the MA integration prep project from the hello-1.0 project. Set the version to MAInt, and select Integration Testing from the Purpose list in the Copy Project dialog box. Set the release value to hello/2.0. The new project is hello-MAInt.
- The update properties for the new project are automatically set up using the process rules.
- Create the DCM database definition for IL.
- Start a CLI session.
- Create a database definition for the IL database. Use a transfer mode of remote copy and automatic receive.
ccm dcm -create -dbid IL -description "Chicago satellite" -transfer_mode rcp -host host -ar
- Create the master-to-satellite transfer set.
- Set the transfer set properties.
Use the CLI to create a transfer set.
ccm dcm -create -ts "Master Transfer of hello project" -email recipient -release_scope releases_and_templates
- Query for the hello project baseline.
ccm query -t baseline -n hello -release hello/1.0
Add the baseline to the transfer set.
ccm dcm -add -ts "Master Transfer of hello project" @1
- Add folders to the transfer set.
Query for the All completed tasks for release hello/2.0 folder.
Add the folder to the transfer set.
ccm dcm -add -ts "Master Transfer of hello project" @1