Checksum fail error while execute query in katalon

Hi All,
I can able to connect the sql db successfully while executing the query Im getting IO ERROR Checksum fail. Can anyone let me know what might be the issue.

Used the below keyword to execute the query

@Keyword def executeQuery(String queryString) {
Statement stm = connection.createStatement() ResultSet rs = stm.executeQuery(queryString) return rs
}

Also let me know how to fetch and get particular value from the query.

Thanks in Advance

Hi,

Let me see if I can investigate this issue

1 Like