An unsupported ESQL keyword {0} was found in mapping routine {1} during
flow playback or HATS macro generation. The mapping expression
was ignored.
Explanation
The macro routine specified in the
error message contained the specified ESQL keyword. Most elements
of ESQL are not supported during flow playback or HATS macro generation
(see Restrictions on using ESQL).
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 some elements of ESQL are supported in the Service Flow Runtime
context (see ESQL reference).
- 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:
- Delete the ESQL keyword (and any other ESQL elements) from the
mapping routine.
- Modify the mapping routine or the flow so that the ESQL is not
required.