DataMigrator Flow is not loading all of the expected data into the target


Diagnostics

Product: DataMigrator
Release: 8206
Primary OS: Windows
Solution Date:

Problem

A DataMigrator Flow is not loading all of the expected data into the target.

Solution

The DataMigrator Flow is using an Inner Join for the source files and missing segments were causing the entire row to be omitted from the result set.

To address this issue, either change the Inner Join to an Outer Join, or create a procedure that specifies: SET ALL=ON. Add that procedure to a Process Flow so that it executes prior to the Data Flow.