Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

    the Indeed CM Management Console (icm\unity.config).

    Warning

    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.

    Info

    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 <! - - . . . - ->.