REP-62017: A reference parameter of type Date is not supported by the JDBC driver used.
Cause: The driver used to connect to database does not support the Date data type as reference parameter.
Action: Use the String data type for the reference parameter or use a different JDBC driver that supports the Date data type as reference parameter.
Level: 1
Impact: Other