Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

January 17, 2008
Submitted by Matt Castors, Chief of Data Integration, Pentaho

 Table Output

Error code

meaning

TOP001

General database error.  See database error in the logging for more details

TOP0002

General database error during batch update. See database error in the logging for more details.

TOP0003

General database error during batch update. See database error in the logging for more details.
All inserted rows in this batch are considered error rows.

Validator

Error code

Meaning

KVD001

During validation of field '<field name>' we found that its value is null in row <<row values>> when this is not allowed.

KVD002

During validation of field '<field name>' we found that value [<value>] has a longer (<value-length>) string length than allowed (<max-length>).

KVD003

During validation of field '<field name>' we found that value [<value>] has a shorter (<value-length>) string length than allowed (<min-length>).

KVD004

During validation of field '<field name>' we found that its data type [<value data type>] is different from the expected [<expected data type>].

KVD005

During validation of field '<field name>' we found that value [<value>] is lower than the specified minimum [<min-value>]

KVD006

During validation of field '<field name>' we found that value [<value>] is higher than the specified maximum [<max-value>]

KVD007

During validation of field '<field name>' we found that value [<value>] is not in the list of allowed values.


  • No labels