Greetings, my mailbox exports are going into "queued" status, and remain at 0% complete even after many hours.
This is occurring on every mailbox which we've tried to export (about a dozen so far), and they are scattered across all 16 of our DBs.
It was working fine in December, and we've been trying for months to find out why it stopped working.
The environment is 2x CAS/HT front-ended by an F5 appliance, and a two-member DAG with a FSW. All servers are at Exchange 2010 SP3 RU5.
This is my command line:
New-MailboxExportRequest -verbose -Mailbox '<<mailboxname>>' -Name '<<exporttaskname>>' -BadItemLimit 999 -AcceptLargeDataLoss -ExcludeDumpster -FilePath '\\<<fqdn>>\Mailbox-Exports\<<filename>>.pst'
Which results in this ---
[PS] C:\>Get-MailboxExportRequest | Get-MailboxExportRequestStatistics
Name Status SourceAlias PercentComplete
---- ------ ----------- ---------------
<<mailboxname>> Queued <<exporttaskname>> 0
...and the value in the PercentComplete does not increment, even when hours have passed.
MAPI is enabled on the mailbox. All of the DBs are mounted or healthy. We've rebooted all of the servers. We've restarted the replication service on all the servers. We've made sure the "MRSConfiguration" settings in MSExchangeMailboxReplication.exe.config
are at their defaults. There's nothing odd in the system or application logs.
Here are the results of a status check ...
[PS] C:\>Get-MailboxExportRequest | Get-MailboxExportRequestStatistics |fl
RunspaceId : bef8d2d9-4c7c-4dad-85c0-b7d4a6f4b5c1
Name : <<mailboxname>>
Status : Queued
StatusDetail : Queued
SyncStage : None
Flags : IntraOrg, Push
RequestStyle : IntraOrg
Direction : Push
Protect : False
Priority : Normal
Suspend : False
FilePath : \\<<fqdn>>\Mailbox-Exports\<<filename>>.pst
SourceAlias : <<mailboxname>>
SourceIsArchive : False
SourceExchangeGuid : 87945c65-ea8a-4a5c-808b-c35bb598d163
SourceRootFolder :
SourceVersion : Version 14.3 (Build 181.0)
SourceMailboxIdentity : <<ou+username>>
SourceDatabase : DB008
TargetRootFolder :
TargetVersion : Version 0.0 (Build 0.0)
IncludeFolders : {}
ExcludeFolders : {}
ExcludeDumpster : True
ConflictResolutionOption : KeepSourceItem
AssociatedMessagesCopyOption : DoNotCopy
BatchName :
ContentFilter :
ContentFilterLanguage :
BadItemLimit : 999
BadItemsEncountered :
QueuedTimestamp : 4/1/2014 10:57:02 AM
StartTimestamp :
LastUpdateTimestamp : 4/1/2014 10:57:03 AM
CompletionTimestamp :
SuspendedTimestamp :
OverallDuration : 01:57:04
TotalSuspendedDuration :
TotalFailedDuration :
TotalQueuedDuration : 01:57:04
TotalInProgressDuration :
TotalStalledDueToHADuration :
TotalTransientFailureDuration :
MRSServerName :
EstimatedTransferSize : 0 B (0 bytes)
EstimatedTransferItemCount : 0
BytesTransferred :
BytesTransferredPerMinute :
ItemsTransferred :
PercentComplete : 0
PositionInQueue : 7/7 (Position/Queue Length)
FailureCode :
FailureType :
FailureSide :
Message :
FailureTimestamp :
FailureContext :
IsValid : True
ValidationMessage :
OrganizationId :
RequestGuid : e60a43ca-a6de-438c-84b7-25a65c3ad26d
RequestQueue : DB008
Identity : RequestGuid (e60a43ca-a6de-438c-84b7-25a65c3ad26d), RequestQueue: (e90cea03-d8da-4870-b
1f9-95afcf6d2038)
Report :
[PS] C:\>
Has anyone else run into this problem and been unable to resolve it?