Rational Developer for System z

CRRZE7508E

Flow playback or HATS macro generation stopped with an error. Variable updates for flow node {0} could not be generated because variable {1} was not found.

Explanation

The flow node specified in the error message contained an instruction to write data into the specified variable, but the variable could not be found in the flow.

User response

  1. Determine why the reference to the variable failed and then modify the flow to fix the problem. Some of the possible causes are:
    • The variable was renamed without refactoring.
    • The variable was moved into a different data structure in the same message, or into another message in the same message file, or into another message file.
    • The variable was deleted.
  2. Resolve any errors or warning messages shown in the Problems view.
  3. If the error still occurs, try rebuilding the service flow project (see Problem determination).

Feedback