SSIS Devart Magento Destination
Posted: Fri 18 Nov 2016 16:45
Hi,
I made this little package to update data from a csv file. There are only 4 fields that I read from csv file and the same fields should be written on the table InventoryStockItems.
Among these fields is Id_Products which is the primary key of the table InventoryStockItems.
I configured Magento Destination correctly
and his map field (very easy) bat when I run package have the error:
"Error : System.InvalidOperationException: Delete and update operation requires ID column.
What does it mean ?How can I correct this error)
thank you.
I made this little package to update data from a csv file. There are only 4 fields that I read from csv file and the same fields should be written on the table InventoryStockItems.
Among these fields is Id_Products which is the primary key of the table InventoryStockItems.
I configured Magento Destination correctly

"Error : System.InvalidOperationException: Delete and update operation requires ID column.
What does it mean ?How can I correct this error)
thank you.