New-MailboxRestoreRequest never finishes. I have to set it as a high priority to get it to even start, but after it starts, it just hangs.
Here is the command I ran to do the RestoreRequest from a recoveryDB to a target user folder
New-MailboxRestoreRequest -SourceDatabase RecoveryDB1 -SourceStoreMailbox "test exchange" -TargetMailbox "Exchange Recovery" -TargetRootFolder "ExTestRecovered" -AllowLegacyDNMismatch -SkipMerging StorageProviderForSource -Priority Emergency
The -SkipMerging StorageProviderFor switch is recommended in the release notes, and fails without it.
http://technet.microsoft.com/en-us/library/jj150489(v=exchg.150).aspx
Doing a Get-MailboxRestoreRequest shows me "InProgress", but when viewing the statistics, the StatusDetail shows Relinquished, with no good indication as to why.
Get-MailboxRestoreRequest |Get-MailboxRestoreRequestStatistics
Name StatusDetail TargetAlias PercentComplete
---- ------------ ----------- ---------------
MailboxRestore Relinquished ExchangeRecovery 0
Get-MailboxRestoreRequest |Get-MailboxRestoreRequestStatistics |fl
RunspaceId : 4075ae17-fc61-4001-9440-faa61258d8e8
Name : MailboxRestore
Status : InProgress
StatusDetail : Relinquished
SyncStage : None
Flags : IntraOrg, Pull, HighPriority
RequestStyle : IntraOrg
Direction : Pull
Protect : False
Priority : Emergency
WorkloadType : Local
Suspend : False
SourceExchangeGuid : 7da64e4d-eb04-4c3c-b0db-e34b5c90338c
SourceRootFolder :
SourceVersion : Version 15.0 (Build 620.0)
SourceDatabase : RecoveryDB1
SourceServer : server.domain.dc
MailboxRestoreFlags : Recovery
TargetAlias : ExchangeRecovery
TargetIsArchive : False
TargetExchangeGuid : fe6cb236-ae43-4ae5-a582-c12ad6596c6f
TargetRootFolder : ExTestRecovered
TargetVersion : Version 15.0 (Build 620.0)
TargetDatabase : MailboxDB
TargetServer : server.domain.dc
TargetMailboxIdentity : domain.dc/Support/Domain/Exchange Recovery
IncludeFolders : {}
ExcludeFolders : {}
ExcludeDumpster : False
ConflictResolutionOption : KeepSourceItem
AssociatedMessagesCopyOption : Copy
BatchName :
BadItemLimit : 0
BadItemsEncountered : 0
LargeItemLimit : 0
LargeItemsEncountered : 0
QueuedTimestamp : 4/24/2013 9:05:42 AM
StartTimestamp :
LastUpdateTimestamp : 4/24/2013 9:37:46 AM
CompletionTimestamp :
SuspendedTimestamp :
OverallDuration : 00:40:02
TotalSuspendedDuration :
TotalFailedDuration :
TotalQueuedDuration : 00:00:01
TotalInProgressDuration : 00:00:07
TotalStalledDueToCIDuration :
TotalStalledDueToHADuration :
TotalStalledDueToMailboxLockedDuration :
TotalStalledDueToReadThrottle :
TotalStalledDueToWriteThrottle :
TotalStalledDueToReadCpu :
TotalStalledDueToWriteCpu :
TotalStalledDueToReadUnknown :
TotalStalledDueToWriteUnknown :
TotalTransientFailureDuration :
TotalIdleDuration : 00:00:07
MRSServerName :
EstimatedTransferSize : 0 B (0 bytes)
EstimatedTransferItemCount : 0
BytesTransferred : 0 B (0 bytes)
BytesTransferredPerMinute :
ItemsTransferred : 0
PercentComplete : 0
CompletedRequestAgeLimit : 30.00:00:00
PositionInQueue :
InternalFlags : SkipStorageProviderForSource
FailureCode :
FailureType :
FailureSide :
Message : Informational: The request has been temporarily postponed: The request has
been relinquished. --> Resource reservation has expired.
FailureTimestamp :
IsValid : True
ValidationMessage :
OrganizationId :
RequestGuid : b4f4e829-f15f-42ea-9b8e-183230dbf1e1
RequestQueue : MailboxDB
Identity : RequestGuid (b4f4e829-f15f-42ea-9b8e-183230dbf1e1), RequestQueue:
(69d8b142-10d5-4f28-a6bd-581a4ad0978e)
Report :
ObjectState : New
http://jaworskiblog.com