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

0H000 Invalid SQLSTATE. Cannot load into a table that has constraints other than not null

0H000 Invalid SQLSTATE. Cannot load into a table that has constraints other than not null

The Data Vault Loader cannot load data into a table that has PRIMARY KEY or UNIQUE constraints defined on the table or its columns.
Execute one or more ALTER TABLE...DROP CONSTRAINT statements to remove the key constraints before attempting the data load again. When the load is complete, the constraints can be redefined using ALTER TABLE...ADD CONSTRAINT statements.

0 COMMENTS

We’d like to hear from you!