At the ends of the process of migration, Data Migrator generates a time-stamped Excel report. This report is stored in the _migration-logs\theConnectionName folder within your reverse project.
Example
A file: summary-migration_cnxPostgreSQL1_2022_02_23_11_55_03.xlsx will be created in _migration-logs\cnxPostgreSQL1
It contains tab about queries launched from step (except data) with following information by file containing SQL content:
| Field | Description |
| File | The exploited file |
| Start time | The start time |
| End time | The end time |
| Elapsed time | The elapse time for all file treatment |
| Status | The OK or KO status |
| Query | The launched query(ies) |
| Error | Number of encountered errors |
It also contains tab about data the tool tries to insert with following information by table:
| Field | Description |
| Table | The table |
| Start time | The start time |
| End time | The end time |
| Elapsed time | The elapse time for all file treatment |
| Lines in file | The number of records (line) to insert |
| Record in table | The number of inserted records |
| Status | The OK or KO status, according the expected and presents records match |