What Errors Get Logged - Aster Client

Teradata Aster® Client Guide

Product
Aster Client
Release Number
7.00
Published
May 2017
Language
English (United States)
Last Update
2018-04-13
dita:mapPath
hki1475000360386.ditamap
dita:ditavalPath
Generic_no_ie_no_tempfilter.ditaval
dita:id
B700-2005
lifecycle
previous
Product Category
Software

Error logging is more general than just handling malformed rows. Essentially, any error related to an individual row can be recorded by error logging and the load can continue, except for the special case of UNIQUE/PRIMARY KEY violations. If there is such a violation, the loader will abort the load. Also, any error not related to an individual row (such as insufficient privileges) will abort the load operation.

Examples of the errors that can be caught by error logging include the following:

  • NOT NULL violations
  • Wrong number of columns
  • Value format errors (for example, specifying "asdf" for an integer column)
  • No matching child partition
  • CHECK constraint violations
  • Field length overflow (for example, specifying "asdf" for a varchar(2) column)
  • Text/CSV format errors (for example, misplaced carriage return, unterminated quoted string, and so on)