A model object attribute setting is stored on the base
model object in a Rational® Synergy
database. The setting applies to all users and client sessions running
on that database.
Procedure
- View the current setting of a model object attribute.
- Start a Rational Synergy
CLI session on the database.
- Query for the base model object: ccm
query -t model -n base
- Show the current attribute value: ccm
attr -s attr_name @1
- Edit the model attribute.
- Start a Rational Synergy
CLI session as a user who has the ccm_admin role.
- Change your role to ccm_admin: ccm set role ccm_admin
- Query for the base model object: ccm
query -t model -n base
- If the model attribute does not exist: ccm
attr -c attr_name -t attr_type @1
- If the model attribute is not of type text or uptext,
change its value: ccm attr -m attr_name -v value @1
- If the model attribute is of type text or uptext,
change its value: ccm attr -m attr_name @1
- Logon as the CM administrator on the server and refresh
the database: ccmdb refresh database_path