Setting up the satellite

IL is a satellite in this scenario. After you set up the master and perform the initial transfer to the satellite, you are ready to set up the IL satellite site.

Before you begin

You must have the dcm_mgr or ccm_admin role available to perform this operation.

Procedure

  1. Set up the IL local integration prep project.

    One prep project is needed for IL local integration builds.

    Copy the hello-1.0:project:MA#1 project using a version of IL#int, release hello/1.0 and a purpose of Integration Testing.

  2. Edit the satellite DCM database definition for MA.

    A DCM database definition for MA was likely already created by DCM receive because DCM database definitions were not excluded from the transfer package.

    In the IL database, modify the database definition for MA to allow a generate, use remote copy, and set automatic receive.

    ccm dcm -modify -dbid MA -generate_allowed -transfer_mode rcp -automatic_receive

  3. Create the satellite-to-master transfer set (this transfer set contains the tasks that have been completed in the satellite database).
    1. Create a transfer set IL transfer of completed tasks for hello project with an appropriate email address and with exclude imported objects.

      ccm dcm -create -ts "IL transfer of completed tasks for hello project" -email recipient -exclude_imported_objects

    2. Add the All completed tasks for hello/1.0 folder used by the hello-IL#int:project:MA#1 project to the transfer set.

      ccm query "is_folder_in_rp_of('hello-IL#int:project:MA#1')" ccm dcm -add -ts "IL transfer of completed tasks for hello project" @1


Feedback