Hi guys.
Im importing data from another system into the ecom db. Im generating the variant groups in code for so importing them.
There are two groups existing from before. (VARGRP1, VARGRP2), so i start my imported variantgroupID from 3 and so on.
The variants are showing correctly in Admin after the import, but i cant create new variantGroups from admin. I get this exception:
Violation of PRIMARY KEY constraint 'EcomVariantGroups$PrimaryKey'. Cannot insert duplicate key in object 'dbo.EcomVariantGroups'. The duplicate key value is (VARGRP3, LANG1).
Do i need to clear some cahce or something or is there a table i need to update to make this work?
Best regards
Aksel