Former_Member
8 years agoIdeator I
Import Package Error
I created a package which contains ItemType, Form, and some other related objects. It exported successfully. When I try to import, I got this error:
The update statement conflicted with the FOREIGN KEY constraint "FK_VIEW_RELATED_ID_4CAB505A". The conflict occurred in database "db_n", table 'innovator.FORM", column "ID".
The statement has been terminated, in SQL:
UPDATE [view] SET [RELATED_ID] = @related_id WHERE [ID] = @id
When i open the form in the imported database, the form seems to pick up the changes imported. So what did the error mean, has the view not been updated, even though it looks ok on the form?