-
Notifications
You must be signed in to change notification settings - Fork 53
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
Field 'entity_id' doesn't have a default value #7
Comments
can you try again after disabling MySQL strict mode? |
That appears to have done something, now I have a new error for all 340 items: "Integrity constraint violation: 1452 Cannot add or update a child row: a foreign key constraint fails ( |
can you provide a minimal csv which can be used to reproduce the issue? Which version of Magento 2 are you using? which version of MySQL are you using? |
Magento: 2.1.9 EE |
@KrizzyB I've tested the file provided by you in Magento 2.2 CE and it worked well. |
I am getting the same issue "Entity_id does not have default value". |
@udayakumar-ziffity I don't have Magento 2.1.9 EE at hand right now, so I can't reproduce it. |
@@udayakumar-ziffity If you are using Magento EE, then need to enable flag. i.e. [MAGENTO] |
On a test run of 340 items, all items failed with the error: "General error: 1364 Field 'entity_id' doesn't have a default value - ERROR ON RECORD #"
If this a Magmi error or a general SQL issue?
Magento v2.1.9
The text was updated successfully, but these errors were encountered: