Teradata Database Message 9602 - 9602 - Analytics Database - Teradata Vantage

Analytics Database Messages

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
VMware
Product
Analytics Database
Teradata Vantage
Release Number
15.xx,16.xx,17.xx
Published
June 2022
ft:locale
en-US
ft:lastEdition
2023-01-05
dita:mapPath
sfx1628096178347.ditamap
dita:ditavalPath
ft:empty
dita:id
B035-1096
lifecycle
latest
Product Category
Teradata Vantageā„¢
Message
Response buffer size is insufficient to hold one record 64KB.
Explanation
This error occurs if FetchRowCount value is greater than number of rows that can be returned in a single response buffer to the host. This occurs when the below conditions are true. 1) fetchrowcount value is greater than number of rows that would fit in 64K and 2) user specifies a response buffer <= 64K but the actual data is > 64K.
Generated By
Dispatcher.
For Whom
End User.
Notes
None
Remedy
Client application can reduce the fetchrowcount value and submit a CONTINUE request. (OR) For Host utilities that cannot handle 1MB response buffer, they should not resend the request. (OR) For Host utilities that can handle 1MB response buffer, the client should grow the buffer and send a 'Continue' request with the required buffer size