Mage2SalesOrderAggregatedCreated: Order Status can

Hi there,

Processing in step #7…………………………………………………………………………………………
Status: fail
Message: Mage2SalesOrderAggregatedCreated: Order Status cannot be blank.

can you help on this error?

2 answers

Profile photo of Mall Staff 184060.00 $tone August 2, 2019
Public

Hi there,

Message: Mage2SalesOrderAggregatedCreated: Order Status cannot be blank.

That issue occurred because your M1 database had some records which had bad data in the value of the ‘status’ field in the table  ‘sales_order_aggregated_created'. 
To fix that issue, you need to delete those records. You can run below SQL in your M1 database to delete:

Delete From sales_order_aggregated_created Where (order_status = '' OR order_status IS NULL);

+ Once done, you can continue with the data migration in the step #7 by running this command:
php -f bin/ubdatamigration run --step=7;

Regards,
Mall.

#1
Profile photo of ubdev Staff 98130.00 $tone October 14, 2020
Public

Hi Grshop, 
Please help to submit a new ticket (since you are adding the questions in another user’s ticket). 
And provide us more specific details of the issues you mentioned. 
Meanwhile, please provide us your site info as well: 

  • URL and admin credentials of your M2 instance
  • SSH credentials of your M2 instance
  • Let us know the path to your M2 folder

PS. Please make sure you mark your new ticket private. Then it’s safe to share your site info there. Only you and our technical team can access it. 
Regards,
Ubertheme team

#2

Please login or Register to Submit Answer

Written By

Comments