Using Error Table Data to Isolate Problems - Analytics Database - Teradata Vantage

SQL Data Definition Language Detailed Topics

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
VMware
Product
Analytics Database
Teradata Vantage
Release Number
17.20
Published
June 2022
ft:locale
en-US
ft:lastEdition
2024-12-13
dita:mapPath
vuk1628111288877.ditamap
dita:ditavalPath
qkf1628213546010.ditaval
dita:id
jbg1472252759029
lifecycle
latest
Product Category
Teradata Vantage™

Use the following general procedure to isolate problems using error table data:

  1. Query the error table to retrieve information on the errors logged for a user in an error table named ET_t and the DBQL query ID returned in the error or warning message:
    SELECT ETC_ErrorCode, FieldName, ETC_IndexNumber, ETC_IdxErrType
    FROM ET_t, DBC.Tables3VX
    WHERE ETC_DBQL_QID = 123456789012345678
    AND   ETC_TableID = TableID;
  2. Look at each error code and column value related to the error and determine if any action needs to be taken.
The following error table columns are more useful for troubleshooting by Teradata Support personnel than for end users:
  • ETC_RowId
  • ETC_ErrSeq