You must create or upgrade at least one database before you install Rational Change 5.3, because Rational Change requires access to a Rational Synergy database.
For additional information, see the Rational Synergy Readme file for Release 7.2 and the product Readme files for patches to the earlier releases.
For detailed instructions, see the installation documentation.
The string “ééééééééééééééééééééééééééééééééééééé” (37 e-acute Latin-1 characters) takes up 37 bytes in the CP1252 encoding used in Rational Synergy 7.0 and 7.1. The same string takes up 74 bytes in the UTF-8 encoding used in Rational Synergy 7.2. As a result, a query for objects with some attribute equal to this value succeeds in 7.0 and 7.1, but fails in 7.2.
If there is a filter on the base model attribute 'system_filename_filters' as shown in this example:
*.XYZ
Then you should convert this filter by using the mapping rules syntax as shown in this example, and the converted rule has to be updated on the base model attribute 'mapping_rules':
WHEN %name =~ '.*\\.XYZ' IGNORE