data-migration-tool: [Migration\Exception] - Integrity Check failed 1.9.2.2 -> CE 2.0.0

Hi guys,

I have following the guide to use this tool at http://devdocs.magento.com/guides/v2.0/migration/migration-migrate.html

I have finished the “Migrate settings” step

  • Command was run:

php -f /home/qvv/www/_shared/mage2/ce-200-dev/bin/magento migrate:settings -r /home/qvv/www/_shared/mage2/ce-200-dev/vendor/magento/data-migration-tool/etc/ce-to-ce/1.9.2.2/config.xml

But the tool get errors at “Migrate data” step as the screenshots:

  • Command was run:

php -f /home/qvv/www/_shared/mage2/ce-200-dev/bin/magento migrate:data /home/qvv/www/_shared/mage2/ce-200-dev/vendor/magento/data-migration-tool/etc/ce-to-ce/1.9.2.2/config.xml

migrate data error and error more

Only websites, stores and some configs data was migrated to Magento 2 and no more.

and i can’t finished the data migration on this step

Any ideas to solve that issues?

Thanks.

About this issue

  • Original URL
  • State: closed
  • Created 9 years ago
  • Comments: 40

Most upvoted comments

Has resolved this issue ?? …i am facing this issue Please Help !! also I have tried all thing which was discussed above…

untitled

Here in the my log:

[2015-12-17 09:29:15][INFO][mode: data][stage: integrity check][step: EAV Step]: started [2015-12-17 09:29:15][INFO][mode: data][stage: integrity check][step: Customer Attributes Step]: started [2015-12-17 09:29:15][INFO][mode: data][stage: integrity check][step: Map Step]: started [2015-12-17 09:29:15][INFO][mode: data][stage: integrity check][step: Url Rewrite Step]: started [2015-12-17 09:29:15][INFO][mode: data][stage: integrity check][step: Log Step]: started [2015-12-17 09:29:15][INFO][mode: data][stage: integrity check][step: Ratings Step]: started [2015-12-17 09:29:15][INFO][mode: data][stage: integrity check][step: ConfigurablePrices step]: started [2015-12-17 09:29:15][INFO][mode: data][stage: integrity check][step: OrderGrids Step]: started [2015-12-17 09:29:15][INFO][mode: data][stage: integrity check][step: Tier Price Step]: started [2015-12-17 09:29:15][INFO][mode: data][stage: integrity check][step: SalesIncrement Step]: started

Everything fine but still have the Issue like the image http://prntscr.com/9f6stf

In case you do not need migrate this column just add next to map-eav.xml file under map/source/field_rules:

            <ignore>
                <field>customer_eav_attribute.is_used_for_customer_segment</field>
            </ignore>

Also additional information about how to configure Data Migration Tool you can find here: http://devdocs.magento.com/guides/v2.0/migration/migration-tool-configure.html and here: http://devdocs.magento.com/guides/v2.0/migration/migration-tool-internal-spec.html