Troubleshooting mapping rules

If the rules that you entered have no effect, perform the following steps.

Procedure

  1. Check that the changed rules are saved.
  2. Check that the rules are not superseded by rules that follow them in the rules list.
  3. Use the ccm migrate -preview command before doing the actual migrate in order to verify that the rules are properly applied. If they are not, correct the rule and do the preview again.
  4. Specify for what file the rule must be applied.

    For example, if a directory named core exists and a rule is WHEN %name=='core' SET TYPE TO 'binary', the directory core is set to type binary. To avoid this behavior modify the rules as WHEN %name=='core' && %type!='dir' SET TYPE TO 'binary'.


Feedback