Rational Developer for System z

CRRZE7512W

A unsupported mapping condition was found in mapping routine {0} during flow playback or HATS macro generation. The mapping condition was assumed to be true.

Explanation

Flow playback and HATS macro generation do not support conditions in mapping transforms (see Limitations on features and capabilities when generating HATS macros or when playing flows).

User response

To resolve this problem:
  • If you plan to generate runtime code for the Service Flow Runtime, you might not need to make any changes in the mapping routine at all, because mapping conditions are supported in the Service Flow Runtime context (see Working with transforms and conditions).
  • However, if you are required to use flow playback or HATS macro generation, and the macro routine is an essential component, then modify the mapping routine to fix the problem:
    1. Delete the condition from the mapping transform.
    2. Modify the mapping transform or the flow so that the condition not required.

Feedback