Once a migration in complete, results are available on the migration package Logs tab:
Double click a row to open the selected results. For large result sets, right-click and Export to an XSLX for further analysis in Excel.
Migration logs contain the following data to help validate and verify the migration results:
SourceName | The source item name |
SourcePath | The path to the source item |
DestinationName | The migrated item's name |
DestinationPath | The path to the migrated item |
IsMigrated | A boolean value indicating whether the item was migrated |
IsUploaded | A boolean value indicating whether the item was Uploaded or skipped |
IsFile | A boolean value indicating whether the item is a file (false for folders) |
IsError | A boolean value indicating whether an error occurred |
CreatedOn | The date the item was processed |
Size | The item's size in bytes (0 for folders) |
Message | Any message that was reported while processing the item |
Exception | The full stack trace of any error that occurred |
Logs are best reviewed by exporting to XLSX, opening in Excel and then filtering on one or more of the above columns.
Rerunning batch failures
Selecting the logs that contain failures in the batch run can be reprocessed using the right click options menu.
See Also