Skip to main content

Encountering with Runtime error in JDBC reader, while running the basic profiling for a table from SQL Server. 

Full Error details -

Runtime error in JDBC reader: Error creating record: column type: 'STRING', read value: '<null value>', read object type: '<null value type>', cause: Connection reset

 

Looking for ideas troubleshooting this error.

@Devi I have previously experienced this issue with snowflake date fields, and the issue stemmed from the driver within our DPE. I imagine the same is happening here with your driver for SQL Server. We opened a ticket to get the driver fixed / up to date.

 

If you need a workaround in the meantime, you can test to see if other data types are working as expected by using the Custom SQL catalog to make sure other field types are not experiencing the same issues. 


Reply