Before users convert their projects to use process rules, the build manager should do the following. This operation can be done from the Rational Synergy CLI.
Procedure
Start Rational Synergy from the command prompt.
ccm start -h engine_host-ddatabase_path-nogui
After the session starts, the Rational Synergy address (CCM_ADDR) is printed in your command window (Windows) or in the shell where you started the session (UNIX).
Set your role to build_mgr.
ccm set role build_mgr
Query for all process rules for the new release.
You will run a command on the selection set (query output).
Specify that you want new projects to use process rules by default.
ccm process_rule -modify -default @
If your site is converting from manual updating, you will need to set processes and process rules for active projects. Rational Synergy contains default processes and process rules that might fit your needs, or you might need to create custom processes and process rules.
Inform developers that they can convert their projects to use process rules, as described in Converting for developers.