BIP2924

Severity

20 : Error

Message

(<insert_0>, <insert_1>) : A CALL to the procedure '<insert_2>' failed as a database definition for this procedure could not be found in the schema '<insert_3>'.

Explanation

If the procedure '<insert_2>' does not exist it will need to be created before it can be called. Otherwise ensure that the schema '<insert_3>' matches the schema name by which this procedure is known to the Database.

Response

Correct the syntax of your ESQL expression in node '<insert_0>', around line and column '<insert_1>', then redeploy the message flow: Please check that this procedure exists in the schema '<insert_3>' 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.