Hi
I'm want to replicate all products of one language (LANG2) into another language. Therefore I have setup an integration where both source and destination is "Ecom Provider". On the table mapping for EcomProducts I have added a condition on the field ProductLanguageId in order to get all products from the language "LANG2". I have mapped the tables shown in the screenshot. But when running the activity I get this error:
2022-02-21 13:04:04.771: Starting job - Create products for a language.
2022-02-21 13:04:06.363: Starting import to temporary table for EcomGroups.
2022-02-21 13:04:06.470: Added 85 rows to temporary table for EcomGroups.
2022-02-21 13:04:06.470: Finished import to temporary table for EcomGroups.
2022-02-21 13:04:06.470: Starting import to temporary table for EcomVariantGroups.
2022-02-21 13:04:06.470: Added 3 rows to temporary table for EcomVariantGroups.
2022-02-21 13:04:06.480: Finished import to temporary table for EcomVariantGroups.
2022-02-21 13:04:06.480: Starting import to temporary table for EcomVariantsOptions.
2022-02-21 13:04:06.500: Added 18 rows to temporary table for EcomVariantsOptions.
2022-02-21 13:04:06.500: Finished import to temporary table for EcomVariantsOptions.
2022-02-21 13:04:06.500: Starting import to temporary table for EcomProducts.
2022-02-21 13:04:06.518: Job Failed with the following message: Failed to open sqlSourceReader. Reason: Invalid column name 'LanguageID'. The failed input row is: [VariantOptionId:"VO10"], [VariantOptionGroupId:"VARGRP3"], [VariantOptionName:"2000"], [VariantOptionImgSmall:""], [VariantOptionImgMedium:""], [VariantOptionImgLarge:""], [VariantOptionSortOrder:"6"], [VariantOptionAutoId:"10"], [VariantOptionLanguageID:"ImportedLANG101"]
2022-02-21 13:04:06.705: Finished job - Create products for a language.
2022-02-21 13:04:06.705: Batch failed.
The field "LanguageID" is not a column of the table EcomVariantsOptions. So I can't figure out why I get this error. Is this the correct way of doing what I want to achive and if so what am I missing in order to make it work (get all products with languageId=LANG2 replicated into another language).