Hello,
I am using Debezium connector for DB2 (LINUX). I have a table which has XML and BOOLEAN column types. I have set this table in capture mode and use Debezium connector to poll data changes.
However, whenever data insert, update or delete operations are performed on this table, the connector fails to poll the changes. The capture program in DB2, stops with the following error:
===============================================
2023-10-17-00.41.20.195915 ASN0552E "Capture" : "ASNCDC" : "WorkerThread" : The program encountered an SQL error. The server name is "". The SQL request is "INSERT". The table name is ""ASNCDC"."CDC_BANK_TABLE1"". The SQLCODE is "-804". The SQLSTATE is "07002". The SQLERRMC is "10252431INPUT". The SQLERRP is "SQLAKCKD".
SQL0804N The application program parameters for the current request are not valid. Reason code "102". If a host
variable or SQLVAR in the SQLDA is invalid then: host variable/SQLVAR number = "5", SQLTYPE = "243", SQLLEN = "1",
host variable/SQLVAR type = "INPUT". SQLSTATE=07002
==============================================
Has anyone encountered this issue ? Are there any known issues with capturing data changes in DB2 when the table has columns with XML and Boolean data types. Could you please suggest a way to resolve this issue.
Thank you !
Anu