AI OnAI Off
From reading the output you pasted and looking at the execution order of the migration tool I would say yes, all DATA is migrated. It seems to fail when trying to restart the indexing service.
I would suggest trying to start the indexing service manually. Also look over the config for the indexing service to check if all paths seems correct (C:\Program Files (x86)\EPiServer\Shared\Services\Indexing Service\EPiServer.IndexingService.exe.config)
Thanks for the reply, apperently I skipped that part of the article before. :/
If a migration ends with these lines:
[2/3/2011 3:19:06 PM][Information] Finished migrating links
[2/3/2011 3:19:06 PM][Information] This is a Standalone EpiServer.
[2/3/2011 3:19:06 PM][Information] Enabled indexing of versioning filesystem with root upload
[2/3/2011 3:19:06 PM][Information] Enabled indexing of versioning filesystem with root pagedir
[2/3/2011 3:19:06 PM][Information] Enabled indexing of versioning filesystem with root Documents
[2/3/2011 3:19:06 PM][Information] Restarting Indexing Service
[2/3/2011 3:19:19 PM][Error] Migration terminated with error:
[2/3/2011 3:19:19 PM][Error] System.ServiceProcess.TimeoutException: Time out has expired and the operation has not been completed.
at System.ServiceProcess.ServiceController.WaitForStatus(ServiceControllerStatus desiredStatus, TimeSpan timeout)
at EPiServer.Migration.FileSystemHandler.RestartService()
at EPiServer.Migration.FileSystemHandler.EnableIndexing(WebConfig sourceConfig, WebConfig targetConfig)
at EPiServer.Migration.MigrationWorkflow.EnableIndexingService(Object sender, EventArgs e)
at System.Workflow.ComponentModel.Activity.RaiseEvent(DependencyProperty dependencyEvent, Object sender, EventArgs e)
at EPiServer.Migration.MigrationStepActivity.ExecuteHandler(Object sender, EventArgs e)
at System.Workflow.ComponentModel.Activity.RaiseEvent(DependencyProperty dependencyEvent, Object sender, EventArgs e)
at System.Workflow.Activities.CodeActivity.Execute(ActivityExecutionContext executionContext)
at System.Workflow.ComponentModel.ActivityExecutor`1.Execute(T activity, ActivityExecutionContext executionContext)
at System.Workflow.ComponentModel.ActivityExecutor`1.Execute(Activity activity, ActivityExecutionContext executionContext)
at System.Workflow.ComponentModel.ActivityExecutorOperation.Run(IWorkflowCoreRuntime workflowCoreRuntime)
at System.Workflow.Runtime.Scheduler.Run()
Does this mean that all DATA is migrated?