I am trying to bring over customer and supplier invoices using the heavy migration tool. The containers load successfully, migration prerequisites job executes without error, but when we try to bring over a couple of items to test, nothing is written to the tables. There are no errors, but it simply leaves the row unprocessed. The execution log:
Start migration: MTK_SUPPLIER_INVOICE_API/Phase:1 Jun 16, 2020 16:56:17
Live mode migration.
Processing entire primary input cursor.
Displaying message level info1 and higher.
Setting Database Optimizer Object Statistics preference CONCURRENT = OFF . . .
Prerequisites completed successfully.
Migrating invoices matching Company: % and InvoiceNo: % . . .
End migration: MTK_SUPPLIER_INVOICE_API/Phase: 1 Jun 16, 2020 16:56:19
Insert error count: 0
Other error count: 0
Commits performed: 2
Rollbacks performed: 0
TableMonitoring_Update: Oracle Cost Based Optimizer statistics updated in 2 seconds.
Is there any way to get any more information? Without knowing why this row is unprocessed, it is very challenging to troubleshoot. Thank you in advance for any help.
Marty