You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Destination documents are not mapped : XXXX should be empty
Actual result (*)
Destination documents are not mapped: sales_data_exporter_order_statuses,sales_data_exporter_orders,sales_order_data_exporter_cl,sales_order_status_data_exporter_cl,store_data_exporter_cl
Preconditions (*)
Steps to reproduce (*)
php8.2 bin/magento migrate:data app/code/XXXX/Migration/etc/opensource-to-opensource/1.7.0.2/config.xml -r
Expected result (*)
Destination documents are not mapped : XXXX should be empty
Actual result (*)
Destination documents are not mapped: sales_data_exporter_order_statuses,sales_data_exporter_orders,sales_order_data_exporter_cl,sales_order_status_data_exporter_cl,store_data_exporter_cl
You should add to the migration tool / map.xml :
....
<destination> <document_rules> <!-- Module data-store-exporter--> <ignore> <document>stores_data_exporter</document> </ignore> <ignore> <document>store_data_exporter_cl</document> </ignore> <ignore> <document>sales_order_status_data_exporter_cl</document> </ignore> <ignore> <document>sales_data_exporter_orders</document> </ignore> <ignore> <document>sales_data_exporter_order_statuses</document> </ignore> <ignore> <document>sales_order_data_exporter_cl</document> </ignore> <ignore> <document>data_exporter_uuid</document> </ignore> <ignore> <document>payment_services_order_data_production_submitted_hash</document> </ignore> <ignore> <document>payment_services_order_data_sandbox_submitted_hash</document> </ignore> <ignore> <document>payment_services_order_status_data_prod_submitted_hash</document> </ignore> <ignore> <document>payment_services_order_status_data_sandbox_submitted_hash</document> </ignore> <ignore> <document>payment_services_store_data_production_submitted_hash</document> </ignore> <ignore> <document>payment_services_store_data_sandbox_submitted_hash</document> </ignore>
....
The text was updated successfully, but these errors were encountered: