BIP2924
Severity
20 : Error
Message
(<insert_1>, <insert_2>) : A CALL to the procedure <insert_3> failed as a database definition for this procedure could not be found in the schema <insert_4>.
Explanation
If the procedure <insert_3> does not exist it will need to be created before it can be called. Otherwise ensure that the schema <insert_4> matches the schema name by which this procedure is known to the Database.
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 that this procedure exists in the schema <insert_4> and that it's definition matches the ESQL definition. Otherwise you will need to qualify the EXTERNAL NAME of this procedure on the CREATE PROCEDURE statement with the correct Database schema.