Skip to content
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

[Migration\Exception] Volume Check failed - EAV Step #69

Closed
dev4q1 opened this issue Mar 8, 2016 · 11 comments
Closed

[Migration\Exception] Volume Check failed - EAV Step #69

dev4q1 opened this issue Mar 8, 2016 · 11 comments

Comments

@dev4q1
Copy link

dev4q1 commented Mar 8, 2016

Hi,

I am getting this error

[2016-03-08 12:38:36][ERROR]: Source and Destination attributes mismatch. Attribute id: 383

Unfortunately I can't find the corresponding file/source to fix this problem. What does this error mean? and how can I fix this?

I am migrating from magento 1.9.2.3/.4 to magento 2.0.2

Thanks for the help!

@redboxmarcins
Copy link

Error comes from Migration\Step\Eav\Volume::validateEavAttributes()

which means that your eav attribute code is different in the source table and destination table

run sql query on both old M1 and new M2 databases:

SELECT attribute_id, attribute_code FROMeav_attributeWHERE attribute_id = 383;

then you can compare

@dev4q1
Copy link
Author

dev4q1 commented Mar 16, 2016

When running the query on the M1 DB I get

attribute_id 383
attribute_code group_price

For the M2 DB I get nothing as result.

Can I insert the missing record manually into the M2 DB to fix the issue?

@kennylawrence
Copy link

since this issue keeps popping up for various people (missing attribute entry for the "group_price" in catalog_eav_attributes), is it a bug? My M1.9.2.2 setup has zero custom code, and only a small number of extensions. Since the failure is during the comparison stage after copying was to occur, doesn't it mean that for some reason the copying did not occur? Is if that is the case, why? Is the checking the bug or is the failure to copy the bug?

Further, why is no one responsive on this board? The data-migration-tool is an integral part of Magento 2, and the docs say explicitly that versions must match. Yet they have released two new versions without updating the migration tool!

@ilol
Copy link

ilol commented Apr 28, 2016

The update is in progress. 2.0.5 patch will be released soon

@ilol
Copy link

ilol commented May 10, 2016

MAGETWO-52162, MAGETWO-52161

@kennylawrence
Copy link

kennylawrence commented Aug 6, 2016

Hi again, I just wanted to comment that this is still an issue in 2.1. I still get the group_price attribute mismatch between source and destination.

Can someone just please confirm that it's OK to just delete the attribute from the eav_attribute table? When I do, mysql "goes away" in AMPPS for windows and XAMPP for windows. But it seems to be fine on linux

@victor-v-rad
Copy link
Collaborator

Can someone just please confirm that it's OK to just delete the attribute from the eav_attribute table?

As you can see group_price is already in ingnore list in etc/ce-to-ce/eav-attribute-groups.xml.dist . So the attribute it not needed in Magento 2

@kennylawrence
Copy link

@victor-v-rad no need to be snarky - surely you know in the software world that it is not a good idea to make assumptions about others' code. I am simply someone who is good at following directions (ie, magento documentation) and who feels insecure when those instructions still result in error messages that were reported months ago..(and claimed to have been fixed!).. and yet the knowledgeable parties will not reply with a yes/no answer to a simple question. I'm sure you have encountered situations where making assumptions led to lost time.

@victor-v-rad
Copy link
Collaborator

The issue with group_price is in our backlog. Internal ticket MAGETWO-52161 The reason why it is not solved yet is that the backlog is huge

@victor-v-rad
Copy link
Collaborator

@dev4q1 @redboxmarcins @kennylawrence
Please recheck the issue on the latest version of the tool and close if it is fixed

@kennylawrence
Copy link

fixed for me

On Thu, Nov 3, 2016 at 5:50 AM, Victor Rad notifications@github.com wrote:

Closed #69 #69.


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
#69 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/ANScYTYJw862FDjV5J_VkzAhMAEYKo0hks5q6bxcgaJpZM4HruEp
.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants