-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Products Duplicated in Initial Mapping with UUID, Error on Subsequent Imports #668
Comments
The same issue |
Same problem here! @mrk-dzie Thanks for the solution. We have applied this in composer patch.
|
@magentix Also this is breaking for a lot of people so can you have a look at this also? |
same issue for our clients. it is not practical to tell users to re-sku all of their products. hopefully sense will prevail soon ;) |
Hi @mrk-dzie we are also facing the same issue. As per description I understand this patch will help us to skip to create duplicate items in Magento, could you please confirm the following questions regarding patch:
Thanks in advance. |
Potentially as an addition to prevent this in the future creating another unique index for import + code
If it will attempt to create more duplicate values the import will break immediately instead of next time you try to run it. |
Environment and configuration
"akeneo/module-magento2-connector-community": "^104.0"
Serenity
|Growth
|7.0
) usinguuid
for entity mappingSteps to reproduce
sku
attribute for the entity that already existed in Magento before import.Cardinality violation
on theMatch code with Magento/Adobe Commerce ID
step.Expected result
Existing products are not duplicated and are correctly mapped with Akeneo UUID code.
Actual result
Products are duplicated during the initial mapping and subsequent imports encounter errors due to multiple mappings for the same UUID in
akeneo_connector_entities
The text was updated successfully, but these errors were encountered: