Hi all,
I have a rather perplexing issue that is stonewalling me here, and I’m hoping you can give me some ideas...
I have a data stream from an input tool (from SQL table) to an output tool (to SQL table). The output tool uses ‘delete data & append’ and the corresponding SQL table has a primary key.
When I run the workflow, it reports a duplicate primary key error. To me, this either means that the data stream has a duplicate key within itself or in relation to the existing data in the table. However, it cannot be the latter since I am using ‘delete data & append’.
I am sure that the data stream doesn’t have duplicates either because the input data source utilises the same SQL primary key and I have put a unique tool in on the key to make sure.
I’ve tried recreating the primary key just in case there was some bug there, but no luck.
Any ideas? Thanks.