For each solution class (and associated solutions) you wish to migrate, create a solutionClass entry in the eserver_migration_config.xml configuration file. All solutions of that solution class will be migrated according to the attributes specified in that entry.

You can specify which eServer properties ATG should use for the solution class name, solution statuses, and owning group. The following example shows how this appears in the XML file:

<solutionClass tag="medical_solutions"
  workflowName="/Service/SvcPublishContent.wdl"
  owningGroupProperty="owner"
  migrate="false"
  defaultLanguage="en_US"
  …
</solutionClass>

You can control solution class migration in the following ways:

  • Globally disable solution class migration by setting EserverMigrationService.
    enableMigrateSolutionClasses
    to false.

    Note: Globally disabling solution class migration also disables migrating all solutions.

  • Exclude one or more solution classes by omitting them from the eserver_migration_config.xml configuration file. That is, do not create solutionClass entries for any solution classes you do not want to migrate.

    Note: Excluding a solution class from migration also excludes all solutions of that solution class. If you disable migrating a solution class, no solutions of that solution class will be migrated.

  • Override global migration settings for specific solution classes by setting the migrate attribute in the eserver_migration_config.xml configuration file to false, as shown in the example above. (For example, you can set enableMigrateSolutionClasses to true, but have one or more solution classes with migrate="false".)

 
loading table of contents...