Table of Contents

Search

  1. About the Data Vault Message Reference
  2. Data Definition Language Errors
  3. Data Vault Repository Service Exit Codes
  4. Load Balancer and Administration Errors
  5. Data Vault Repository Administration CLI Errors
  6. Data Vault SQL Tool Messages
  7. Data Vault Loader Messages

Data Vault Message Reference

Data Vault Message Reference

Collision encountered. FileID(n).

Collision encountered. FileID(n).

Found missing column 'column-name', this column has 'NOT NULL' constraint, no column rules found for this instance. It is impossible to replace this column with 'NULL'.
This error is returned when a column missing from an SCT file has a NOT NULL constraint defined on it. By default, a missing column is set to null, but if the column is defined as NOT NULL, this error will be generated instead.
To avoid this error, create a Column Rule that will set this column to a value other than null.

0 COMMENTS

We’d like to hear from you!