Migration Reconciliation
The accelerator creates an Excel report with migration statistics that can be used to do reconciliation. It provides the following columns:
Metric: Definition of the calculated statistics.Record: Count of records for metric.Container: Count of containers for metric.Total: Count of records+containers for metric.
For example:
| Metric | Record | Container | Total |
|---|---|---|---|
| Total items | 21 | 5 | 26 |
| Migrated Successfully | 17 | 3 | 20 |
| Current Versions (records) | 16 | 16 | |
| Non-Current Versions (records) | 2 | 2 | |
| Failed to Migrate | 1 | 1 | 2 |
| Failed Reason: Already exists | 1 | 1 | |
| Failed Reason: Unspecified | 1 | 1 | |
| Excluded From Migration | 3 | 1 | 4 |
| Current Versions (records) | 2 | 2 | |
| Non-Current Versions (records) | 1 | 1 | |
| Excluded Reason: Out of scope | 1 | 1 | 2 |
| Excluded Reason: Unspecified | 2 | 2 |
Settings
mongoConnection
The Mongo connection string including the database name to connect to.
reportPath
Path to the Excel file.
reportName
Name of the Excel file containing the report.
sheetName
Name of the sheet.
filterField
A content store field used for filtering the statistics.
Example: migration.origin
filterValues
An array of values to filter on specified filterField. When an empty array is provided, statistics are calculated on all objects.
Example: ["Alfresco"]