A type definition attribute setting is stored on a type
definition object in a Rational® Synergy
database. This setting applies to all users and client sessions running
on that database.
Procedure
- View the current setting of a type definition attribute.
- Start a Rational Synergy
CLI session on the database.
- Query for the type definition object: ccm
query -t cvtype -n type_name
- Show the current attribute value: ccm
attr -s attr_name @1
- Edit the type definition 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 type definition object: ccm
query -t cvtype -n type_name
- If the type definition 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