-
Notifications
You must be signed in to change notification settings - Fork 197
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot migrate order and invoice again using delta function #607
Comments
Hi @snowleo208 \Migration\Step\SalesIncrement\Volume checks increment ids of invoice, shipment, order ... and not number of it between M1 and M2. So if you count |
How can I make the id match? As I start the delta progress, it shows me like this, and my order, invoice and shipment still have not updated:
I have already put entity id that missed into m2_cl_* tables, e.g. 365 | INSERT | 0 in ks1_m2_cl_sales_flat_shipment. This is my map.xml and I keep using the dist version of deltalog.xml, remain unchanged. I tried to use default map.xml of 1.9.3.6 but also did not migrate my missing orders etc. Please give me some help. Thanks. |
I have successfully migrated all invoices and shipment after updated to the latest version, thanks. |
Hi, I tried to migrate my store from 1.9.3.4 to 2.2.6 but I encountered some problems. As I just use my copy of store database to do migration, now I missed some orders.
Situation
I tried to use a fresh database to migrate again, with the live database, but don't know why orders do not migrated. So I decided to use the database with missing orders to do migration of orders and customers using the method from #316, adding entries to m2_cl_* tables to live server.
Now I encountered an issue is: I successfully migrated new customers, but order, invoice and shipment do not update. I got the following:
I tried to update grid of m2_cl_eav_entity_store and I fixed the error of last increment id of order entity. However, not for shipment and invoices.
I guess may be I used module in magento 1, which will create the same number of shipment and invoice as order, e.g. 001 for invoice, shipment and order at the same time.
How can I fix this problem and migrate my missing orders, invoices and shipment? Thank you so much!
The text was updated successfully, but these errors were encountered: