Hello,
We have a dataintegration import on the EcomStockUnit table, where every import creates a new record for each row we import, because of the autonumber Id key field. The setting to delete rows that do not exist in the source does nothing.
EDIT: It seems the duplicates only are created for rows where the stockunitId is 0. No clue why
Does anyone know how to import to this table with DataIntegration? I can show the Id row in the mapping, but as far as I know you cannot insert your own value in a Identity field.
The application does work with all the duplicate rows, but it slows down massively the first time the units get loaded (20 seconds for the 3 million rows for 19000 unique values).
Greetings,
Hans