Teradata Database Message 7848 - 7848 - 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
- Tbl.getLength(int) is invalid for the type of column intended.
- Explanation
- This error occurs in Java table functions with varying output column when Tbl.getLength(int) was called and the intended column is not CHAR, BYTE, GRAPHIC, VARCHAR, LONG VARCHAR, VARBYTE.
- Generated By
- JIL modules.
- For Whom
- End User's Java Class.
- Notes
- None
- Remedy
- Change the SQL Statement or Java Class so that the intended column is CHAR, BYTE, GRAPHIC, VARCHAR, LONG VARCHAR, VARBYTE.