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
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
The text was updated successfully, but these errors were encountered:
Notice: unserialize(): Error at offset 334 of 373 bytes in vendor\magento\data-migration-tool\src\Migration\Handler\Rule\
SerializedData.php on line 36
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
The text was updated successfully, but these errors were encountered: