I am trying to migrate our public folders over to Exchange Online after having successfully executed a cutover migration.
I am following this guide: http://technet.microsoft.com/en-us/library/jj983799(v=exchg.150).aspx
I submitted the migration request 11 hours ago. It has since then had the status "queued" and PercentComplete at 0. Is this normal or healthy?
This is how I submitted the request in a remote powershell session on my own laptop connected to Office 365:
$source_credential = Get-Credential xx\xx
$source_remoteMailboxLegacyDN = "/o=xx/ou=Exchange Administrative Group (xx)/cn=Recipients/cn=xx"
$source_remotePublicFolderServerLegacyFQDN = "/o=xx/ou=Exchange Administrative Group (xx)/cn=Configuration/cn=Servers/cn=EXCHANGE"
$source_OutlookAnywhereExternalHostName = "mail.xx.com"
New-PublicFolderMigrationRequest -OutlookAnywhereHostName: $source_OutlookAnywhereExternalHostName -CSVData (Get-Content FolderToMailboxMapPath.csv -Encoding Byte) -RemoteCredential: $source_credential -RemoteMailboxLegacyDN: $source_remoteMailboxLegacyDN -RemoteMailboxServerLegacyDN: $source_remotePublicFolderServerLegacyFQDN -AuthenticationMethod Basic
I get status like this:
Get-PublicFolderMigrationRequest | Get-PublicFolderMigrationRequestStatistics -IncludeReport | Format-List
RunspaceId : [guid]
Name : PublicFolderMigration
Status : Queued
StatusDetail : Queued
SyncStage : None
Flags : CrossOrg, Pull, SuspendWhenReadyToComplete
RequestStyle : CrossOrg
Direction : Pull
Protect : False
Priority : Normal
Suspend : False
SourceVersion : Version 14.3 (Build 195.0)
SourceDatabase :
SourceServer : exchange
BatchName :
OutlookAnywhereHostName : mail.xx.com
RemoteCredentialUsername : xx
AuthenticationMethod : Basic
RemoteMailboxLegacyDN : /o=xx/ou=Exchange Administrative Group (xx)/cn=Recipients/cn=xx
RemoteMailboxServerLegacyDN : /o=xx/ou=Exchange Administrative Group (xx)/cn=Configuration/cn=Servers/cn=EXCHANGE
BadItemLimit : 0
BadItemsEncountered : 0
LargeItemLimit : 0
LargeItemsEncountered : 0
FolderToMailboxMap : {<FolderToMailboxMapping><FolderName>\</FolderName><MailboxGuid>d9aae95d-0e27-40bd-aae9-cde8047a18e2</MailboxGuid></FolderToMailboxMapping>}
QueuedTimestamp : 17-07-2014 20:48:37
StartTimestamp :
LastUpdateTimestamp : 17-07-2014 20:49:01
InitialSeedingCompletedTimestamp :
FinalSyncTimestamp :
CompletionTimestamp :
SuspendedTimestamp :
OverallDuration : 11:30:40
TotalFinalizationDuration :
TotalDataReplicationWaitDuration :
TotalSuspendedDuration :
TotalFailedDuration :
TotalQueuedDuration : 11:30:40
TotalInProgressDuration :
TotalStalledDueToCIDuration :
TotalStalledDueToHADuration :
TotalStalledDueToReadThrottle :
TotalStalledDueToWriteThrottle :
TotalStalledDueToReadCpu :
TotalStalledDueToWriteCpu :
TotalStalledDueToReadUnknown :
TotalStalledDueToWriteUnknown :
TotalTransientFailureDuration :
TotalIdleDuration :
MRSServerName :
EstimatedTransferSize : 0 B (0 bytes)
EstimatedTransferItemCount : 0
BytesTransferred :
BytesTransferredPerMinute :
ItemsTransferred :
PercentComplete : 0
PositionInQueue : 1/1 (Position/Queue Length)
PreventCompletion : True
FailureCode :
FailureType :
FailureSide :
Message :
FailureTimestamp :
IsValid : True
ValidationMessage :
OrganizationId : EURPR01A002.prod.outlook.com/Microsoft Exchange Hosted Organizations/xx.onmicrosoft.com - EURPR01A002.prod.outlook.com/ConfigurationUnits/xx.onmicrosoft.com/Configuration
RequestGuid : [guid]
RequestQueue : EURPR01DG002-db020
ExchangeGuid : [guid]
Identity : xx.onmicrosoft.com\[guid]
DiagnosticInfo :
Report : 17-07-2014 18:48:36 [xx] 'EURPR01A002.prod.outlook.com/Microsoft Exchange Hosted Organizations/xx.onmicrosoft.com/xx'
created request.
ObjectState : New
Also posted to Office 365 forum since both are involved: http://community.office365.com/en-us/f/156/p/252752/776437.aspx#776437