mukulgupta
8 years agoOccasional Contributor
Getting error message while running the Sybase DB query
Hello everyone,
I am getting the error "Error getting response;null" while running the Sybase DB query in SOPAUI jdbc step
ERROR:com.sybase.jdbc2.utils.UnimplementedOperationException: The method com.sybase.jdbc2.tds.RowFormatToken.getTableName has not been completed and should not be called.
PS- I am able to successfully test Sybase DB connection and query is also working (tested it in DbVisualizer).
com.sybase.jdbc2.jdbc.SybDriver
jdbc:sybase:Tds:dBname:4000?user=username&password=password
query type- Select * from tablename where NDC=475 and HLR=11 and REGION = 33 and SN= 540000
I am using jconn2 jar and SoapUi Version is 5.3.0
Thanks