BIP2923
Severity
20 : Error
Message
(<insert_1>, <insert_2>) : A CALL to the procedure <insert_3> failed as it could not find a database definition for this procedure. Please check that this procedure exists in the database and that it's definition matches the ESQL definition.
Explanation
If the procedure <insert_3> does not exist it will need to be created before it can be called. Otherwise ensure that the EXTERNAL NAME <insert_4> matches the name by which it is known to the Database, including any necessary schema/package qualifiers.
Response
Correct the syntax of your ESQL expression in node <insert_1>, around line and column <insert_2>, then redeploy the message flow: Make sure that this procedure exists and you have authority to access it and have qualified the EXTERNAL NAME if necessary, then redeploy the message flow.