Teradata Database Message 5795 - 5795 - Analytics Database - Teradata Vantage

Teradata® VantageCloud Lake - Analytics Database Messages

Edition
Lake
Product
Analytics Database
Teradata Vantage
Published
October 2022
Language
English (United States)
Last Update
2024-02-26
dita:mapPath
tzr1629746512312.ditamap
dita:ditavalPath
ft:empty
dita:id
vza1585613049811
lifecycle
latest
Product Category
Teradata® Vantage™
Message
The response step size required for this request exceeds 1 MB.
Explanation
The response step size required for this request exceeded 1 MB, which is the maximum message size that the host can handle. For every request the server sends a set of parcels for the title, format and size of each column to interpret the data sent to the host. All of this information is stored in the response step.
Generated By
gncresp,gncapply,gncmulti modules.
For Whom
End User.
Notes
None
Remedy
Reduce the number of columns being used in the select list for the request and resubmit the request. (Eg: on a 2K column table, instead of specifying "select * from table;" specify "select <required columns> from the table;")