Group: StrataFrame Developers
Posts: 6.6K,
Visits: 6.9K
|
That sounds strange. If you have the overwrite set, then it should create the records and overwrite any existing PKs that are in the table. However, if there are some constraints that could be associated with the table in question and the records, when added, prevent a constraint error, it could be possible to see something like this. I would be curious to see the package file and deploy it here along with a SQL database that has records in it that reproduces the problem. But the first place I would look would be contraints and then verify that the overwrite is set on the data packages.
|