Sales Order Aggregated Created Order Status Blank

Hi there,
In step 7 I have this problem:
“Order Status cannot be blank”
I have done a select and I have found ten blank records.
This registers are duplicates 
http://vvcap.com/qh2klF8ziN3
Why is the blank value not allowed? How can I solve it?
Thanks, regards.
 
 
 
 
 

3 answers

Profile photo of Mall Staff 184060.00 $tone July 24, 2017
Public

Hi there,

Why is the blank value not allowed? How can I solve it?

That because in the Magento2 database, the order_status is required value filed in the sales_order_aggregated_… tables
You can see this: http://i.prntscr.com/LGwq3IrGQbiqqcL5kAnbGQ.png
A record with none value of the order_status field is bad data and you should clean that records from your Magento1 database.
FYI,
 
Mall.

#1

Please login or Register to Submit Answer

Written By

Comments