BIP2415
Severity
20 : Error
Message
(<insert_1>, <insert_2>) : A correlation name must be specified.
Explanation
The UPDATE and DELETE statements and also the SELECT function when applied to a database require a correlation name to be defined. This name represents a variable which holds each row involved in the operation in turn. Correlation names may be explicitly defined by an AS clause or may be implictly defined by a hardcoded table name. It is an error to use a table name expression and not specify a correlation name explicitly.
Response
Correct the syntax of your ESQL expression in node <insert_1>, around line and column <insert_2>, then redeploy the message flow.