Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

getting error as foreign key contraint...please help me

Hi everyone,

need help in my project.i am getting error like foreign key constraint.its a migration project DB is postgres.please refer image.thank you

Labels (2)
1 Reply
akumar2301
Specialist II
Specialist II

It simply means ,  That you are trying to insert/Update User table with Company id = 0 and Company ID 0 doesn't exits in RES_COMPANY table.

 

Either , you need to insert a record in RES_COMPANY table with Company ID 0

Or , Filter these records before Insert/Update.