Link to home
Start Free TrialLog in
Avatar of booksplus
booksplus

asked on

Response limit exceeded

I'm getting an error message ...

Caused by: com.ncr.teradata.jdbc_4.util.JDBCException: [NCR] [Teradata DBMS] : Response limit exceeded.

I'm only returning about 40,000 rows.  It seems to happen after several successful queries to Teradata.  I am closing
my statement and resultset and returning the connection back to the pool (all in that order in a finally statement).  So, I'm
not sure why I'm getting this response limit exceeded error message.  Any ideas??

Thanks
Avatar of CEHJ
CEHJ
Flag of United Kingdom of Great Britain and Northern Ireland image

>> I am closing
my statement and resultset

Aren't you closing the ResultSet after *every* query?
Avatar of booksplus
booksplus

ASKER

YES
ASKER CERTIFIED SOLUTION
Avatar of Mick Barry
Mick Barry
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
THANKS objects for the link.  I think my problem may be related to that;   however, I'm certain that my resultset and statement
objects are being closed.  It does seem to happen around 15 or 16 queries to Teradata though.

Still looking - any ideas??
Your link was helpful in analyzing the problem.  
I added LOB_SUPPORT=OFF as part of the Teradata connection URL.