Product Quantity Not Updating with Delta Migration

We are getting ready to launch our site, everything transferred over correctly from M1. We are trying to do one last Delta Migration to update the product inventory and it’s not updating.
 
Any thoughts?

3 answers

Profile photo of Mall Staff 184060.00 $tone December 6, 2019
Public

Hi there,

We are trying to do one last Delta Migration to update the product inventory and it’s not updating.

I wonder what is the version of our module you’re using in your instance? Did you upgrade your M2 instance after the first migration?
 
Also, in order to update for both migrated products, you need to run delta migration in step #5 with the ‘update’ mode by using this command: 
php -f bin/ubdatamigration run --step=5 --mode=update;
 
Regards,
Mall.

#1
Profile photo of Rob Meulenbroeks 350.00 $tone September 17, 2020
Public

Hello, I am facing this same issue. A product which has since sold out on the live M1 shop is still being shown as in stock on the M2 dev version after running

php -f bin/ubdatamigration run --step=5 --mode=update;

#2
Profile photo of Mall Staff 184060.00 $tone September 18, 2020
Public

Hi Rob Meulenbroeks,

What is the version of our module in your instance?

You can try with the steps below:

1. Consider upgrading to the latest UB Data Migration Pro v3.2.4
2. Run the following SQL query in your M2 database:

UPDATE `ub_migrate_map_step_5` SET `created_time` = '2000-01-01 00:00:00' Where entity_name = 'catalog_product_entity';

3. And then, you run the delta migration in step #5 by running the CLI command:

php -f bin/ubdatamigration run --step=5 --mode=update;

PS. For any additional question, please help to submit a new ticket, we will follow up with you there. 
Regards,
Mall.
 

 

#3

Please login or Register to Submit Answer

Written By

Comments