Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hi,
I got this error while to load data to postgres database
Exception in component tPostgresqlOutput_1
org.postgresql.util.PSQLException: ERROR: duplicate key value violates unique constraint "pk_cop_company_profile"
Detail: Key (company_profile_id)=(0) already exists.
Hello,
can you check if the record you want to insert uses primary key (pk_cop_company_profile) value that is not already in the database?
Regards
Lojdr
Hello,
can you please post here the insert you are using and the table definition you are have in the database?
Regards
Lojdr