BIP2923
Severity
20 : ErrorMessage
(<insert_0>, <insert_1>) : A CALL to the procedure '<insert_2>' 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_2>' does not exist it will need to be created before it can be called. Otherwise ensure that the EXTERNAL NAME '<insert_3>' 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_0>', around line and column '<insert_1>', 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.