magento / data-migration-tool

Magento Data Migration Tool
https://devdocs.magento.com/guides/v2.3/migration/bk-migration-guide.html
Open Software License 3.0
334 stars 200 forks source link

Unable to migrate magento1.9.3.2 into magento 2.4.3 #35251 #890

Open hemendraajmera opened 2 years ago

hemendraajmera commented 2 years ago

Magento 1.9.3.2 Magento 2.4.3 Data migation tool installed on magento 2.3.4 All configuration are good, when i am run migration:data command it will working and around 53% it stucked and say that In Mysql.php line 599:

SQLSTATE[42S02]: Base table or view not found: 1146 Table 'sales_flat_qoute' doesn't exist, query was: SELECT DISTINCT child.quote_id FROM justselling_projectrequest AS child LEFT JOIN sales_flat_qoute AS parent ON child.quote_id = parent.entity_id WHERE (child.quote_id IS NOT NULL) AND (parent.e ntity_id IS NULL)

In Mysql.php line 91:

SQLSTATE[42S02]: Base table or view not found: 1146 Table 'sales_flat_qoute' doesn't exist

Result: unable to migrate data Excepted data migrated succssfully

m2-assistant[bot] commented 2 years ago

Hi @hemendraajmera. Thank you for your report. To speed up processing of this issue, make sure that you provided sufficient information.

Add a comment to assign the issue: @magento I am working on this


hemendraajmera commented 2 years ago

Notice: unserialize(): Error at offset 334 of 373 bytes in vendor\magento\data-migration-tool\src\Migration\Handler\Rule\
SerializedData.php on line 36

Can you suggest any help

hemendraajmera commented 2 years ago

Any one help me on that