Ive made some changes to the Erwin data model (added columns etc) Ive recreated the database using an Erwin generated script. Now im trying to perform a table by table import to get the data back in. This has been done in the correct order to avoid the ORA-02291 error.

However I get this message when it comes to importing a certain table.

IMP-00019: row rejected due to ORACLE error 2291
IMP-00003: ORACLE error 2291 encountered
ORA-02291: integrity constraint (GIRS.XFKCOMPANY_ACCOUNT) violated - parent key not found
Column 1 1000645

Ive checked and the value of column 1 is present in the referenced table.

Im running Oracle 7.3.4

Anyone got any ideas?