Is there any way I can check on the progress of my Site Migration?
To check on the progress of a Site that is being migrated, follow the steps below:
- Click System Menu -> Utilities -> Logging
- In the text field, enter the following class name:
com.hannonhill.cascade.model.sites.SiteCreationTask
- Select DEBUG from the drop-down menu next to the text field
- Click Submit
Now, view the current cascade.log file and look for messages pertaining to the migration. Example:
2011-07-05 09:09:06,623 DEBUG [SiteCreationTask] : Starting SiteCreationTask
2011-07-05 09:09:06,623 DEBUG [SiteCreationTask] : Transferring Target properties to Site
2011-07-05 09:09:06,783 DEBUG [SiteCreationTask] : Migrating relevant configuration sets
2011-07-05 09:09:06,798 DEBUG [SiteCreationTask] : Migrating Content Types
2011-07-05 09:09:06,801 DEBUG [SiteCreationTask] : Migrating Destinations
2011-07-05 09:09:06,804 DEBUG [SiteCreationTask] : Resolving naming conflicts between destinations
2011-07-05 09:09:06,804 DEBUG [SiteCreationTask] : Migrating Home Area Entities
...
2011-07-05 11:09:06,913 DEBUG [SiteCreationTask] : SiteCreationTask complete
The Site Migration is complete once the message:
2011-07-05 09:09:06,913 DEBUG [SiteCreationTask] : SiteCreationTask complete
is seen in the log file.