BIP2926
Severity
20 : ErrorMessage
(<insert_0>, <insert_1>) : A CALL to procedure '<insert_2>' failed as multiple procedure definitions match this procedure in the schema <insert_3>. Change the database procedure name to make it unique as overloaded procedures in the same schema are not supported.Explanation
The procedure definition must be unique within the schema '<insert_3>'.Response
Please check with the database that this procedure exists once only in the supplied schema then redeploy the message flow.