Hi. I have an integration job which imports first in norwegian (master), then the english version of the product, to create the english language versions.
The primary key is product number, productlanguageid
The norwegian one works fine, can run it multiple times and it only adds in the new products
The english one (which is identical but with ProductLanguageID set to LANG4 - english in our system), fails with the error
Job Failed with the following message: Input string was not in a correct format.Couldn't store <> in ProductVariantCounter Column. Expected type is Int32.
Does anyone have an idea why this might happen?
The master products are grouped into variant families, if that is relevant at all.
Cheers
//Steve