cancel
Showing results for 
Search instead for 
Did you mean: 

Magento 1 to Magento 2 Migration error

Magento 1 to Magento 2 Migration error

For Migration I ran below 2 commands.
 
php bin/magento migrate:settings -r -a vendor/magento/data-migration-tool/etc/opensource-to-opensource/1.9.3.8/config.xml
php bin/magento migrate:data -r -a vendor/magento/data-migration-tool/etc/opensource-to-opensource/1.9.3.8/config.xml
 
Then I got below error
 
[2018-11-15 06:58:27][WARNING]: Source fields are not mapped. Document: customer_eav_attribute. Fields: is_used_for_customer_segment
 
Then I placed below code in `map.xml` first, then in `map-eav.xml` finally in `map-customer.xml`.
 
<ignore> <field>customer_eav_attribute.is_used_for_customer_segment</field>
</ignore>
 
But I am still getting the previous error.
2 REPLIES 2

Re: Magento 1 to Magento 2 Migration error

Hi @foysal,

have you try this? you can refer this following link there you can find the solution for your customer attributes-eav.xml error.
https://magento.stackexchange.com/questions/175080/source-fields-are-not-mapped-migration-error

if my solution is useful, give kudos and accept as solution
Best regards

Re: Magento 1 to Magento 2 Migration error

Thanks @madhuresan_ramanan. I read that post. But I did not get any solution from there.I am not clear with your reply. Could you pleas explain a bit more ?

 

Thanks.