dweeves / magmi-git

Magmi GitHub
364 stars 306 forks source link

Error with attribute set association #577

Closed dbachmann closed 4 years ago

dbachmann commented 5 years ago

I'm trying to update some attribute set associations but I get the following error:

Exception in update/insert loop for entity 'attribute association' in record no 12063: SQLSTATE[23000]: Integrity constraint violation: 1452 Cannot add or update a child row: a foreign key constraint fails (eav_entity_attribute, CONSTRAINT EAV_ENTITY_ATTRIBUTE_ATTRIBUTE_ID_EAV_ATTRIBUTE_ATTRIBUTE_ID FOREIGN KEY (attribute_id) REFERENCES eav_attribute (attribute_id) ON DELETE CAS)

The new attribute do not appear in the attribute sets after the update. I'm using magmi with magento 2.2.6. Do someone have an idea how to fix this?