Note: If you are running ATG Knowledge Reports, you should use the migration application you built only during the initial setup for migrate solutions. Once you have run the migration module, use a new application that includes ATG Knowledge and excludes Service.migration module.
Set up topics and import them using
ImportEServer.cmd|sh.If needed (see above), disable incremental indexing by setting
enabled=falsein/atg/search/repository/IndexingPeriodicService.Start up two applications, one that includes the
Service.ATG SelfServiceandPublishingAgentmodules and one with theService.migrationmodule.Note: The PublishingAgent module is required for migrating attachments.
Set up a publishing site and deployment topology in the BCC.
Run the
doMigrationmethod from the/atg/svc/migration/EserverMigrationServicecomponent manually from the ATG Admin console. This will migrate your data.If the
doMigrationmethod completes successfully, it will return “true” in the log; if it is unsuccessful, it will return “false”.

