BIP2926

Severity

20 : Error

Message

(<insert_1>, <insert_2>) : A CALL to procedure <insert_3> failed as multiple procedure definitions match this procedure in the schema <insert_4>. Change the database procedure name to make it unique as overloaded procedures in the same schema are not supported.

Explanation

The procedure definition must be unique within the schema <insert_4>.

Response

Correct the syntax of your ESQL expression in node <insert_1>, around line and column <insert_2>, then redeploy the message flow: Please check with the database that this procedure exists once only in the supplied schema.