Magento 1到Magento 2 |数据迁移工具|完整性检查+偏移

时间:2016-11-30 10:43:11

标签: magento migration e-commerce data-migration database-integrity

我想使用Data-Migration-Tool将数据从Magento 1迁移到Magento 2。 (我正在使用wamp的本地Windows机器上工作)

Magento 1 —> v1.6.0.0

Magento 2 —> v2.1.2

我在数据迁移过程中遇到了很多错误。 (设置迁移确定)

C:\wamp64\www\magento_2.1.2>php bin/magento migrate:data C:/wamp64/www/magento_2.1.2/vendor/magento/data-migration-tool/etc/ce-to-ce/1.6.0.0/config.xml
[2016-11-30 10:05:51][INFO][mode: data][stage: integrity check][step: EAV Step]: started
100% [============================] Remaining Time: 1 sec
[2016-11-30 10:05:51][INFO][mode: data][stage: integrity check][step: Customer Attributes Step]: started
100% [============================] Remaining Time: 1 sec
[2016-11-30 10:05:51][INFO][mode: data][stage: integrity check][step: Map Step]: started
100% [============================] Remaining Time: 1 sec
[0;31m[2016-11-30 10:05:54][ERROR]: Source documents are not mapped: api2_acl_attribute,api2_acl_role,api2_acl_rule,api2_acl_user,atos_log_request,atos_log_response,caroussel,catalog_product_entity_group_price,colorswatch_attribute_settings,colorswatch_images,customer_flowpassword,giftpromo,hipay_rule,magemonkey_api_debug,magemonkey_bulksync_export,magemonkey_bulksync_import,magemonkey_ecommerce360,payline_contract,payline_contract_status,payline_nx_fees,permission_block,permission_variable,xtcore_config_data,xtento_orderexport_destination,xtento_orderexport_log,xtento_orderexport_profile,xtento_orderexport_profile_history,zizio_groupsale,zizio_groupsale_sales_order[0m
[0;31m[2016-11-30 10:05:54][ERROR]: Destination documents are not mapped: shipping_tablerate[0m
[0;31m[2016-11-30 10:05:54][ERROR]: Source fields are not mapped. Document: catalogrule. Fields: sub_is_enable,sub_simple_action,sub_discount_amount[0m
[0;31m[2016-11-30 10:05:54][ERROR]: Source fields are not mapped. Document: catalogrule_product. Fields: sub_simple_action,sub_discount_amount[0m
[0;31m[2016-11-30 10:05:54][ERROR]: Source fields are not mapped. Document: sales_bestsellers_aggregated_daily. Fields: product_type_id[0m
[0;31m[2016-11-30 10:05:54][ERROR]: Source fields are not mapped. Document: sales_bestsellers_aggregated_monthly. Fields: product_type_id[0m
[0;31m[2016-11-30 10:05:54][ERROR]: Source fields are not mapped. Document: sales_bestsellers_aggregated_yearly. Fields: product_type_id[0m
[0;33m[2016-11-30 10:05:54][WARNING]: Mismatch of data types. Source document: rating_option_vote. Fields: remote_ip_long[0m
[0;33m[2016-11-30 10:05:54][WARNING]: Mismatch of data types. Source document: sendfriend_log. Fields: ip[0m
[0;33m[2016-11-30 10:05:54][WARNING]: Mismatch of data types. Destination document: rating_option_vote. Fields: remote_ip_long[0m
[0;33m[2016-11-30 10:05:54][WARNING]: Mismatch of data types. Destination document: sendfriend_log. Fields: ip[0m
[2016-11-30 10:05:54][INFO][mode: data][stage: integrity check][step: Url Rewrite Step]: started
100% [============================] Remaining Time: 1 sec
[2016-11-30 10:05:54][INFO][mode: data][stage: integrity check][step: Log Step]: started
100% [============================] Remaining Time: 1 sec
[2016-11-30 10:05:54][INFO][mode: data][stage: integrity check][step: Ratings Step]: started
100% [============================] Remaining Time: 1 sec
[2016-11-30 10:05:54][INFO][mode: data][stage: integrity check][step: ConfigurablePrices step]: started
100% [============================] Remaining Time: 1 sec
[2016-11-30 10:05:54][INFO][mode: data][stage: integrity check][step: OrderGrids Step]: started
100% [============================] Remaining Time: 1 sec
[2016-11-30 10:05:54][INFO][mode: data][stage: integrity check][step: Tier Price Step]: started
100% [============================] Remaining Time: 1 sec
[2016-11-30 10:05:54][INFO][mode: data][stage: integrity check][step: SalesIncrement Step]: started
100% [============================] Remaining Time: 1 sec

[Migration\Exception]
Integrity Check failed

migrate:data [-r|--reset] config

C:\wamp64\www\magento_2.1.2>

所以我的问题是它是正常错误吗?

你认为它只是扩展表/字段吗?

我想只保留源数据库(客户,订单等)而不进行扩展修改。

我需要帮助。 非常感谢!!!

0 个答案:

没有答案