Skip to main content

Issue:-

SQL server CDC is failing with the following error:-

JDBC_75 - Jdbc Runner Failed. Reason java.util.concurrent.ExecutionException: java.lang.NullPointerException: value cannot be null

 

Resolution:-

The CDC was enabled at the table level instead of the DataBase level. After enabling the CDC at the DataBase level, the NULL pointer issue was resolved.

Be the first to reply!

Reply