Products Migrate Error

Hi,
please find the screenshot wile migrate the products and FYI, this is Plain Magento 2.2.6 with no theme and plugins installed.
https://imgur.com/a/4gWIXSH

9 answers

Profile photo of Mall Staff 184060.00 $tone July 30, 2019
Public

Hi there,

https://imgur.com/a/4gWIXSH

The data table named ‘inventory_source_item‘ is ready from Magento 2.3.1 only. I saw you’re using our UB Data Migration Pro ver.3.1.9 in your M2 site now (this version is for Magento 2.3.x).

this is Plain Magento 2.2.6

You can upgrade your M2 site to M2.3.1 to solve the issue you mentioned. If you couldn’t upgrade your M2 site, you need to consider to use our Pro ver.3.1.8 in your M2.2.6 instead.

Regards,
Mall.

#1
Profile photo of vkulkarni 610.00 $tone July 30, 2019
Public

Hi there,
Please refer to this screenshot, this information was provided in the Download section, that is the reason we are using version 3.1.9 for Magento 2.2.4 and above
https://imgur.com/a/qa7QXKw
Also, would request you to provide a solution because, using version 3.1.9, we migrated stores, categories, customers, and orders migration is in progress.

#2
Profile photo of ubdev Staff 98150.00 $tone July 30, 2019
Public

Hi there, 
 
Our apology, we’ve just updated the download package. You can now get the UB Data Migration Pro v3.1.8 from your profile. 
 
We wonder if you can consider to upgrade your M2 to the latest Magento 2.3.2? This way, you can continue with our current Pro ver3.1.9. 
 
If you still want to use with Magento 2.2.6, we’re afraid you have to install Pro 3.1.8 and start migrating from the ground up again. We’re sorry for the inconvenience caused by this. 
 
Sincerely,
Ubertheme team
 

#3
Profile photo of vkulkarni 610.00 $tone July 30, 2019
Public

We wonder if you can consider to upgrade your M2 to the latest Magento 2.3.2? This way, you can continue with our current Pro ver3.1.9. 

Can you guide me on this?

#4
Profile photo of Mall Staff 184060.00 $tone July 31, 2019
Public

Hi there,

Can you guide me on this?

I see that you’re pausing at Step 4 of the migration process. Please consider to install a fresh Magento 2.3.2 instance and our Pro version 3.1.9 to remigrate from the ground up again. This is the best option to avoid unexpected issues that might arise if your upgrade was not completed successfully. 
 
If you still insists on the option to upgrade your current instance to M232, you can follow steps below: 
 
First, please make sure your server is ready following Magento 2.3.2’s requirements: 
https://devdocs.magento.com/guides/v2.3/install-gde/system-requirements-tech.html
 
Then, you can try with these steps to upgrade Magento 2 via composer:
Step 1: Open the composer.json file at: PATH_TO_YOUR_M2_FOLDER/composer.json
and find the line: 

"version": "2.2.6",

and replace it with:

"version": "2.3.2",

Step 2: Run the command:

composer require magento/product-community-edition 2.3.2 --no-update

Step 3: Run the command (this step may take a long time):

composer update

Step 4:  Once done, run these commands:

php -f bin/magento deploy:mode:set developer
php -f bin/magento setup:upgrade

Hope that helps.

Regards,
Mall.

#5
Profile photo of Mall Staff 184060.00 $tone August 1, 2019
Public

Hi there,

Even after upgrading to Magento to 2.3.1, this error still appears

It seems you haven’t upgraded to M2.3.1 successfully yet. Please try to run below CLI command at your end:
php -f bin/magento module:status to make sure that the core module named ‘Magento_Inventory’ was enabled.

In case you still need further help, please provide me information of your instance:

  • URL and Admin credentials of your site
  • SSH credentials of your M2 instance
  • Let me know the path to your M2 folder

I will help to check further and get back to you then.
 
PS. Please make sure you mark your reply private or simply switch this ticket to private mode, then it’s safe to share your site info here. Only you and our technical team can access.
Regards,
Mall.

#7
Profile photo of vkulkarni 610.00 $tone August 1, 2019
Public

Hi,
have enabled this module

php -f bin/magento module:status to make sure that the core module named ‘Magento_Inventory’ was enabled.

below was the error was that

Processing in step #5………………………………………………………………………………………………………………
Status: fail
Message: The table “{{catalog_product_website}}” for active record class “Mage1CatalogProductWebsite” cannot be found in the database.

#8
Profile photo of Mall Staff 184060.00 $tone August 1, 2019
Public

Hi there,

Message: The table “{{catalog_product_website}}” for active record class “Mage1CatalogProductWebsite” cannot be found in the database.

That error message indicated that your M1 database has a missing Magento core table named ‘catalog_product_website’. Please check that table in your M1 database at your end.

Regards,
Mall.

#9

Please login or Register to Submit Answer

Written By

Comments