What does "Unique Constraint Error" mean?
During the Load process, if a user receives an error with "unique constraint (...) violated" in it, that means the user submitted an insert transaction that is a duplicate of data already in the database.
An official website of the United States government
Here’s how you know
Official websites use .gov
A .gov website belongs to an official government organization in the United States.
Secure .gov websites use HTTPS
A lock () or https:// means you’ve safely connected to the .gov website. Share sensitive information only on official, secure websites.
During the Load process, if a user receives an error with "unique constraint (...) violated" in it, that means the user submitted an insert transaction that is a duplicate of data already in the database.