Open the ...SAMMigration\unity.config file as administrator in a text editor (e.g. Notepad) and fill the container section:
All lines up to <register type="ISAMDbContext" . . /> must be the same as in the configuration file of the Indeed CM Management Console (icm\unity.config).
There is no need to add sections that are not in unity.config of the migration utility by default (but are in icm\unity.config).
register type="IMigrateReporter" mapTo="IndeedCM.Migrate.SAM.Reporter.CSVMigrateReporter, IndeedCM.Migrate.SAM"/> - defines the report output mode for the migration utility.
If the section is not commented out with <! - - . . . -> symbols, the report will be written to a csv file created in the utility location folder named IndeedCM.Migrate.SAM.Report_dd-MM-yyyyy_HH-mm-ss.csv. By default, the report will not be created.
<register type="IMigrateReporter" mapTo="IndeedCM.Migrate.SAM.Reporter.NullMigrateReporter, IndeedCM.Migrate.SAM"/> - disables data migration utility report generation. By default the section is commented out with <! - - . . . - ->.