BIP2921

Severity

20 : Error

Message

The procedure '<insert_0>' with '<insert_1>' parameters could not be matched with a corresponding Database stored procedure.

Explanation

Stored Procedures must match the ESQL CREATE PROCEDURE definition in the following ways: 1: The ESQL parameters must all be of SCALAR type. 2: The directions of each ESQL and Database parameter (IN / OUT / INOUT) must match. 3: The number of parameters in both the ESQL and database definitions must match.

Response

Ensure these conditions are met and redeploy the message flow.