Teradata Database Message 9167 - 9167 - 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
- Tried to access an uninitialized element of an ARRAY type.
- Explanation
- The array has not been completely initialized and access to an element in the uninitialized section was attempted. This could occur when passing an array to a function that performs an operation for each element of the array. Uninitialized elements are not treated as NULL because a NULL element is considered to be initialized.
- Generated By
- UDT subsystem.
- For Whom
- End User.
- Notes
- None
- Remedy
- Initialized any values of the array that are being accessed and resubmit.