Quantcast
Channel: Exchange Server 2013 - General Discussion forum
Viewing all articles
Browse latest Browse all 4521

Public Folder Mailbox move error

$
0
0

We are trying to migrate from MS Exchange Server 2007 to MS Exchange Server 2016.

As a first step we set up MS Exchange Server 2013 on a temporary server. Then all mailboxes and public folders were migrated from ES 2007 to this temporary ES 2013 database.

After that we deployed MS exchange Server 2016 on a different server and tried to move all mailboxes from the temporary ES 2013 on this new server. Mailboxes were moved perfectly. All public folders mailboxes were moved easily excluding one (named PFMailbox01) which holds main public folders hierarchy.

We try to move this public folder mailbox using the command:

New-MoveRequest "PFMailbox01" -TargetDatabase "Public Folder Database 2016"

We monitor the process using

Get-MoveRequest "PFMailbox01"|Get-MoveRequeStstatistics|fl

Everything goes well until the process reaches the progress point 94%. At this point moving slows down. Then in several minute process progress drops down to 20% and following errors are posted to Windows Application log:

1st error:

Log Name:      Application
Source:        MSExchangeIS
Date:          2/2/2017 1:59:03 AM
Event ID:      1046
Task Category: General
Level:         Error
Keywords:      Classic
User:          N/A
Computer:      SERVER-EXCH.marillion.loc
Description:
Unexpected error encountered in critical block. Location:(Microsoft.Exchange.Diagnostics.LID), scope: (MailboxShared), callstack: (   at Microsoft.Exchange.Server.Storage.StoreCommonServices.Context.OnCriticalBlockFailed(LID lid, CriticalBlockScope criticalBlockScope)
   at Microsoft.Exchange.Server.Storage.StoreCommonServices.Context.Microsoft.Exchange.Server.Storage.StoreCommonServices.ICriticalBlockFailureHandler.OnCriticalBlockFailed(LID lid, Context context, CriticalBlockScope criticalBlockScope)
   at Microsoft.Exchange.Server.Storage.StoreCommonServices.Context.CriticalBlockFrame.Dispose()
   at Microsoft.Exchange.Server.Storage.LogicalDataModel.TopMessage.SaveChanges(Context context, SaveMessageChangesFlags flags)
   at Microsoft.Exchange.Protocols.MAPI.MapiMessage.SaveChangesInternal(MapiContext context, MapiSaveMessageChangesFlags saveFlags, ExchangeId& newMid)
   at Microsoft.Exchange.Protocols.MAPI.MapiMessage.SaveChanges(MapiContext context, MapiSaveMessageChangesFlags saveFlags, ExchangeId& newMid)
   at Microsoft.Exchange.Server.Storage.MapiDisp.RopHandler.SaveChangesMessage(MapiContext context, MapiMessage message, SaveChangesMode saveChangesMode, SaveChangesMessageResultFactory resultFactory)
   at Microsoft.Exchange.Server.Storage.MapiDisp.RopHandlerBase.SaveChangesMessage(IServerObject serverObject, SaveChangesMode saveChangesMode, SaveChangesMessageResultFactory resultFactory)
   at Microsoft.Exchange.RpcClientAccess.Parser.RopSaveChangesMessage.InternalExecute(IServerObject serverObject, IRopHandler ropHandler, ArraySegment`1 outputBuffer)
   at Microsoft.Exchange.RpcClientAccess.Parser.InputRop.Execute(IConnectionInformation connection, IRopDriver ropDriver, ServerObjectHandleTable handleTable, ArraySegment`1 outputBuffer)
   at Microsoft.Exchange.RpcClientAccess.Parser.RopDriver.ExecuteRops(List`1 inputArraySegmentList, ServerObjectHandleTable serverObjectHandleTable, ArraySegment`1 outputBuffer, Int32 outputIndex, Int32 maxOutputSize, Boolean isOutputBufferMaxSize, Int32& outputSize, AuxiliaryData auxiliaryData, Boolean isFake, Byte[]& fakeOut)
   at Microsoft.Exchange.RpcClientAccess.Parser.RopDriver.ExecuteOrBackoff(IList`1 inputBufferArray, ArraySegment`1 outputBuffer, Int32& outputSize, AuxiliaryData auxiliaryData, Boolean isFake, Byte[]& fakeOut)
   at Microsoft.Exchange.Server.Storage.MapiDisp.MapiRpc.<>c__DisplayClass9.<DoRpc>b__6(MapiContext operationContext, MapiSession& session, Boolean& deregisterSession, AuxiliaryData auxiliaryData)
   at Microsoft.Exchange.Server.Storage.MapiDisp.MapiRpc.Execute(IExecutionDiagnostics executionDiagnostics, MapiContext outerContext, String functionName, Boolean isRpc, IntPtr& contextHandle, Boolean tryLockSession, String userDn, IList`1 dataIn, Int32 sizeInMegabytes, ArraySegment`1 auxIn, ArraySegment`1 auxOut, Int32& sizeAuxOut, ExecuteDelegate executeDelegate)
   at Microsoft.Exchange.Server.Storage.MapiDisp.MapiRpc.DoRpc(IExecutionDiagnostics executionDiagnostics, IntPtr& contextHandle, IList`1 ropInArraySegments, ArraySegment`1 ropOut, Int32& sizeRopOut, Boolean internalAccessPrivileges, ArraySegment`1 auxIn, ArraySegment`1 auxOut, Int32& sizeAuxOut, Boolean fakeRequest, Byte[]& fakeOut)
   at Microsoft.Exchange.Server.Storage.MapiDisp.PoolRpcServer.EcDoRpc(MapiExecutionDiagnostics executionDiagnostics, IntPtr& sessionHandle, UInt32 flags, UInt32 maximumResponseSize, ArraySegment`1 request, ArraySegment`1 auxiliaryIn, IPoolSessionDoRpcCompletion completion)
   at Microsoft.Exchange.Server.Storage.MapiDisp.PoolRpcServer.EcPoolSessionDoRpc_Unwrapped(MapiExecutionDiagnostics executionDiagnostics, IntPtr contextHandle, UInt32 sessionHandle, UInt32 flags, UInt32 maximumResponseSize, ArraySegment`1 request, ArraySegment`1 auxiliaryIn, IPoolSessionDoRpcCompletion completion)
   at Microsoft.Exchange.Server.Storage.MapiDisp.PoolRpcServer.<>c__DisplayClassd.<EcPoolSessionDoRpc>b__c()
   at Microsoft.Exchange.Common.IL.ILUtil.DoTryFilterCatch[T](Action tryDelegate, GenericFilterDelegate filterDelegate, GenericCatchDelegate catchDelegate, T state)
   at Microsoft.Exchange.Server.Storage.MapiDisp.PoolRpcServer.EcPoolSessionDoRpc(IntPtr contextHandle, UInt32 sessionHandle, UInt32 flags, UInt32 maximumResponseSize, ArraySegment`1 request, ArraySegment`1 auxiliaryIn, IPoolSessionDoRpcCompletion completion)
   at EcPoolSessionDoRpcRpc.EcDispatchCall(EcPoolSessionDoRpcRpc* , SafeRpcAsyncStateHandle pAsyncState, IPoolRpcServer server)
   at PoolRpcServer_Wrapper.InternalExecute(PoolRpcServer_Wrapper* , SafeRpcAsyncStateHandle pAsyncState)
   at Microsoft.Exchange.Rpc.ManagedExceptionAsyncCrashWrapper.Execute<class Microsoft::Exchange::Rpc::PoolRpc::SafeEcPoolSessionDoRpcRpcAsyncStateHandle>(ManagedExceptionAsyncCrashWrapper* , _RPC_ASYNC_STATE* pAsyncState)
   at EcPoolSessionDoRpc_Managed(_RPC_ASYNC_STATE* pAsyncState, Void* cpxh, UInt32 ulSessionHandle, UInt32* pulFlags, UInt32 cbIn, Byte* rgbIn, UInt32* pcbOut, Byte** ppbOut, UInt32 cbAuxIn, Byte* rgbAuxIn, UInt32* pcbAuxOut, Byte** ppbAuxOut)
).

2nd error:

Log Name:      Application
Source:        MSExchangeIS
Date:          2/2/2017 1:59:03 AM
Event ID:      1002
Task Category: General
Level:         Error
Keywords:      Classic
User:          N/A
Computer:      SERVER-EXCH.marillion.loc
Description:
Unhandled exception (Microsoft.Exchange.Server.Storage.Common.StoreException: ErrorCode: GlobalCounterRangeExceeded, LID: 35912 - Out of CNs.
   at Microsoft.Exchange.Server.Storage.StoreCommonServices.ChangeNumberAndIdCounters.AllocateCounterRange(Context context, Mailbox mailbox, UInt32 rangeSize, Boolean separateTransaction, StorePropTag propTagCounterRangeUpperLimit, PhysicalColumn nextUnusedCounterPhysicalColumn, GlobcntAllocationCache& allocationCache, Boolean& needNewGlobCountSet, UInt64& globCount)
   at Microsoft.Exchange.Server.Storage.StoreCommonServices.ChangeNumberAndIdCounters.AllocateCounterRange(Context context, Mailbox mailbox, UInt32 rangeSize, Boolean separateTransaction, StorePropTag propTagCounterRangeUpperLimit, PhysicalColumn nextUnusedCounterPhysicalColumn, GlobcntAllocationCache& allocationCache)
   at Microsoft.Exchange.Server.Storage.StoreCommonServices.ChangeNumberAndIdCounters.AllocateChangeNumberCounterRange(Context context, Mailbox mailbox, UInt32 rangeSize, Boolean separateTransaction)
   at Microsoft.Exchange.Server.Storage.StoreCommonServices.Mailbox.GetNextCnCounterAndReserveRange(Context context, UInt32 reservedRange)
   at Microsoft.Exchange.Server.Storage.LogicalDataModel.Folder.AllocateGlobalCounter(Context context, PhysicalColumn currentColumn, PhysicalColumn maxColumn, UInt64 lowWaterMark, UInt32 reservedRangeSize, Boolean forCns)
   at Microsoft.Exchange.Server.Storage.LogicalDataModel.Folder.AllocateMessageCnCounter(Context context)
   at Microsoft.Exchange.Server.Storage.LogicalDataModel.Folder.GetNextMessageCn(Context context)
   at Microsoft.Exchange.Server.Storage.LogicalDataModel.TopMessage.SaveChanges(Context context, SaveMessageChangesFlags flags)
   at Microsoft.Exchange.Protocols.MAPI.MapiMessage.SaveChangesInternal(MapiContext context, MapiSaveMessageChangesFlags saveFlags, ExchangeId& newMid)
   at Microsoft.Exchange.Protocols.MAPI.MapiMessage.SaveChanges(MapiContext context, MapiSaveMessageChangesFlags saveFlags, ExchangeId& newMid)
   at Microsoft.Exchange.Server.Storage.MapiDisp.RopHandler.SaveChangesMessage(MapiContext context, MapiMessage message, SaveChangesMode saveChangesMode, SaveChangesMessageResultFactory resultFactory)
   at Microsoft.Exchange.Server.Storage.MapiDisp.RopHandlerBase.SaveChangesMessage(IServerObject serverObject, SaveChangesMode saveChangesMode, SaveChangesMessageResultFactory resultFactory)).

and 3rd error:

Log Name:      Application
Source:        MSExchange Mailbox Replication
Date:          2/2/2017 1:59:03 AM
Event ID:      1138
Task Category: Request
Level:         Warning
Keywords:      Classic
User:          N/A
Computer:      SERVER-EXCH.marillion.loc
Description:
The Microsoft Exchange Mailbox Replication service restarted incrementally the move for 'marillion.loc/Users/PFMailbox01' (4170c510-4714-4d48-9164-bfd301ee0fde) due to global counter range depletion at the destination.
Error: MapiExceptionGlobalCounterRangeExceeded: Unable to save changes. (hr=0x80004005, ec=1185)
Diagnostic context:
    ......
    Lid: 43559   EMSMDBPOOL.EcPoolSessionDoRpc returned [ec=0x4A1][length=298][latency=125]
    Lid: 32881   StoreEc: 0x4A1     
    Lid: 50035  
    Lid: 64625   StoreEc: 0x4A1     
    Lid: 52176   ClientVersion: 15.1.669.32
    Lid: 50032   ServerVersion: 15.1.669.6032
    Lid: 50128  
    Lid: 1494    ---- Remote Context Beg ----
    Lid: 59160   StoreEc: 0x80040102 PropTag: 0xE990102 
    Lid: 35912   StoreEc: 0x4A1     
    Lid: 63456   dwParam: 0xB7E0
    Lid: 41344   Guid: 170a9023-bf93-40e6-ba2b-397377b4cee1
    Lid: 35200   dwParam: 0x476C
    Lid: 41344   Guid: 170a9023-bf93-40e6-ba2b-397377b4cee1
    Lid: 35200   dwParam: 0x476C
    Lid: 40748   qdwParam: 0x8F8059168E01000D
    Lid: 57132   qdwParam: 0x0               
    Lid: 63016   dwParam: 0xC
    Lid: 39640   StoreEc: 0x4A1     
    Lid: 35992   StoreEc: 0x4A1     
    Lid: 50784  
    Lid: 1750    ---- Remote Context End ----
    Lid: 1494    ---- Remote Context Beg ----
    Lid: 59160   StoreEc: 0x80040102 PropTag: 0xE990102 
    Lid: 35912   StoreEc: 0x4A1     
    Lid: 63456   dwParam: 0xB7E0
    Lid: 41344   Guid: 170a9023-bf93-40e6-ba2b-397377b4cee1
    Lid: 35200   dwParam: 0x476C
    Lid: 41344   Guid: 170a9023-bf93-40e6-ba2b-397377b4cee1
    Lid: 35200   dwParam: 0x476C
    Lid: 40748   qdwParam: 0x8F8059168E01000D
    Lid: 57132   qdwParam: 0x0               
    Lid: 63016   dwParam: 0xC
    Lid: 39640   StoreEc: 0x4A1     
    Lid: 35992   StoreEc: 0x4A1     
    Lid: 50784  
    Lid: 1750    ---- Remote Context End ----
    Lid: 50288  
    Lid: 23354   StoreEc: 0x4A1     
    Lid: 35180  
    Lid: 25913  
    Lid: 21817   ROP Failure: 0x4A1     
    Lid: 17361  
    Lid: 19665   StoreEc: 0x4A1     
    Lid: 37632  
    Lid: 37888   StoreEc: 0x4A1     .

Then these errors are repeated every 4-5 minutes and moving progress stays at the point 20%.

Get-MoveRequests statistics returns:

RunspaceId                               : fa602db5-0df1-4da9-9a7d-ca31077e4f9e
MailboxIdentity                          : marillion.loc/Users/PFMailbox01
DistinguishedName                        : CN=PFMailbox01,CN=Users,DC=marillion,DC=loc
DisplayName                              : PFMailbox01
Alias                                    : PFMailbox01
ExchangeGuid                             : 4170c510-4714-4d48-9164-bfd301ee0fde
ArchiveGuid                              :
Status                                   : InProgress
StatusDetail                             : LoadingMessages
SyncStage                                : LoadingMessages
Flags                                    : IntraOrg, Pull
RequestStyle                             : IntraOrg
Direction                                : Pull
IsOffline                                : False
Protect                                  : False
DoNotPreserveMailboxSignature            : False
Priority                                 : Normal
WorkloadType                             : Local
Suspend                                  : False
SuspendWhenReadyToComplete               : False
IgnoreRuleLimitErrors                    : False
RecipientTypeDetails                     : PublicFolderMailbox
SourceVersion                            : Version 15.0 (Build 1263.0)
SourceDatabase                           : Mailbox Database 2013
SourceServer                             : SERVER-EX-TEMP.marillion.loc
TargetVersion                            : Version 15.1 (Build 669.0)
TargetDatabase                           : Public Folder Database 2016
TargetServer                             : SERVER-EXCH.marillion.loc
SourceArchiveDatabase                    :
SourceArchiveVersion                     :
SourceArchiveServer                      :
TargetArchiveDatabase                    :
TargetArchiveVersion                     :
TargetArchiveServer                      :
RemoteHostName                           :
RemoteGlobalCatalog                      :
BatchName                                :
StartAfter                               :
CompleteAfter                            :
EffectiveIncrementalSyncInterval         : 00:15:00
ConfiguredIncrementalSyncInterval        :
RemoteCredentialUsername                 :
RemoteDatabaseName                       :
RemoteDatabaseGuid                       :
RemoteArchiveDatabaseName                :
RemoteArchiveDatabaseGuid                :
TargetDeliveryDomain                     :
ArchiveDomain                            :
BadItemLimit                             : 0
BadItemsEncountered                      : 0
LargeItemLimit                           : 0
LargeItemsEncountered                    : 0
AllowLargeItems                          : True
QueuedTimestamp                          : 2/1/2017 11:54:57 PM
StartTimestamp                           : 2/1/2017 11:55:05 PM
LastUpdateTimestamp                      : 2/2/2017 7:22:42 AM
LastSuccessfulSyncTimestamp              :
InitialSeedingCompletedTimestamp         :
FinalSyncTimestamp                       :
CompletionTimestamp                      :
SuspendedTimestamp                       :
OverallDuration                          : 07:27:49.8914926
TotalSuspendedDuration                   : 00:00:00
TotalFailedDuration                      : 00:00:00
TotalQueuedDuration                      : 00:00:03.8267555
TotalInProgressDuration                  : 06:26:04.5561366
TotalStalledDueToContentIndexingDuration : 00:03:19.4976669
TotalStalledDueToMdbReplicationDuration  : 00:00:00
TotalStalledDueToMailboxLockedDuration   : 00:00:00
TotalStalledDueToReadThrottle            : 00:00:00
TotalStalledDueToWriteThrottle           : 00:00:00
TotalStalledDueToReadCpu                 : 00:00:00
TotalStalledDueToWriteCpu                : 00:00:00
TotalStalledDueToReadUnknown             : 00:00:00
TotalStalledDueToWriteUnknown            : 00:00:00
TotalTransientFailureDuration            : 00:55:32.7302509
TotalIdleDuration                        : 00:00:00
MRSServerName                            : SERVER-EXCH.marillion.loc
TotalMailboxSize                         : 3.768 GB (4,045,727,994 bytes)
TotalMailboxItemCount                    : 38550
TotalArchiveSize                         :
TotalArchiveItemCount                    :
BytesTransferred                         : 3.999 GB (4,293,480,586 bytes)
BytesTransferredPerMinute                : 0 B (0 bytes)
ItemsTransferred                         : 25168
PercentComplete                          : 20
CompletedRequestAgeLimit                 : 3650.00:00:00
PositionInQueue                          :
InternalFlags                            : SkipKnownCorruptions
FailureCode                              :
FailureType                              :
FailureSide                              :
Message                                  :
FailureTimestamp                         :
IsValid                                  : True
ValidationMessage                        :
RequestGuid                              : b9556022-bc17-497f-822e-e48f0a53ae40
RequestQueue                             : Public Folder Database 2016
MigrationMailboxGuid                     :
SourceEndpointGuid                       :
Identity                                 : marillion.loc/Users/PFMailbox01
DiagnosticInfo                           :
Report                                   :
RequestExpiryTimestamp                   : 1/8/2117 8:54:57 PM
ObjectState                              : New

And report contains (at the 94% point)

2/2/2017 1:42:52 AM [SERVER-EXCH] Stage: CopyingMessages. Percent complete: 94.
2/2/2017 1:42:52 AM [SERVER-EXCH] Copy progress: 23829/25168 messages, 3.724 GB (3,999,027,994 bytes)/3.732 GB (4,006,726,045 bytes), 27110/27116 folders completed.
2/2/2017 1:43:42 AM [SERVER-EXCH] Copying messages is complete. Copying rules and security descriptors.
2/2/2017 1:49:16 AM [SERVER-EXCH] Copied properties of 5160 folders.
2/2/2017 1:54:16 AM [SERVER-EXCH] Copied properties of 10343 folders.
2/2/2017 1:59:03 AM [SERVER-EXCH] Transient error MapiExceptionGlobalCounterRangeExceeded has occurred. The system will retry (1/660).
2/2/2017 2:00:50 AM [SERVER-EXCH] The Microsoft Exchange Mailbox Replication service 'SERVER-EXCH.marillion.loc' (15.1.669.32 caps:07FFFF) is examining the request.
2/2/2017 2:00:51 AM [SERVER-EXCH] Connected to target mailbox '4170c510-4714-4d48-9164-bfd301ee0fde (Primary)', database 'Public Folder Database 2016', Mailbox server 'SERVER-EXCH.marillion.loc' Version 15.1 (Build 669.0).
2/2/2017 2:00:53 AM [SERVER-EXCH] Connected to source mailbox '4170c510-4714-4d48-9164-bfd301ee0fde (Primary)', database 'Mailbox Database 2013', Mailbox server 'SERVER-EX-TEMP.marillion.loc' Version 15.0 (Build 1263.0), proxy server 'SERVER-EX-TEMP.marillion.loc' 15.0.1263.5 caps:0400001F7FFFFFCB07FFFF.
2/2/2017 2:00:54 AM [SERVER-EXCH] Mailbox store finalization is complete.
2/2/2017 2:00:54 AM [SERVER-EXCH] Stage: CopyingMessages. Percent complete: 95.
2/2/2017 2:00:54 AM [SERVER-EXCH] Copy progress: 25168/25168 messages, 3.731 GB (4,006,621,525 bytes)/3.731 GB (4,006,621,525 bytes), 27116/27116 folders completed.
2/2/2017 2:00:54 AM [SERVER-EXCH] Request processing continued, stage LoadingMessages.
2/2/2017 2:00:54 AM [SERVER-EXCH] Stage: LoadingMessages. Percent complete: 20.
2/2/2017 2:01:15 AM [SERVER-EXCH] Copying messages is complete. Copying rules and security descriptors.
2/2/2017 2:03:39 AM [SERVER-EXCH] Transient error MapiExceptionGlobalCounterRangeExceeded has occurred. The system will retry (2/660).
2/2/2017 2:04:11 AM [SERVER-EXCH] The Microsoft Exchange Mailbox Replication service 'SERVER-EXCH.marillion.loc' (15.1.669.32 caps:07FFFF) is examining the request.
2/2/2017 2:04:11 AM [SERVER-EXCH] Connected to target mailbox '4170c510-4714-4d48-9164-bfd301ee0fde (Primary)', database 'Public Folder Database 2016', Mailbox server 'SERVER-EXCH.marillion.loc' Version 15.1 (Build 669.0).
2/2/2017 2:04:12 AM [SERVER-EXCH] Connected to source mailbox '4170c510-4714-4d48-9164-bfd301ee0fde (Primary)', database 'Mailbox Database 2013', Mailbox server 'SERVER-EX-TEMP.marillion.loc' Version 15.0 (Build 1263.0), proxy server 'SERVER-EX-TEMP.marillion.loc' 15.0.1263.5 caps:0400001F7FFFFFCB07FFFF.
2/2/2017 2:04:12 AM [SERVER-EXCH] Mailbox store finalization is complete.
2/2/2017 2:04:12 AM [SERVER-EXCH] Stage: LoadingMessages. Percent complete: 20.
2/2/2017 2:04:13 AM [SERVER-EXCH] Request processing continued, stage LoadingMessages.
2/2/2017 2:04:13 AM [SERVER-EXCH] Stage: LoadingMessages. Percent complete: 20.
2/2/2017 2:04:34 AM [SERVER-EXCH] Copying messages is complete. Copying rules and security descriptors.
2/2/2017 2:06:59 AM [SERVER-EXCH] Transient error MapiExceptionGlobalCounterRangeExceeded has occurred. The system will retry (3/660).
2/2/2017 2:07:31 AM [SERVER-EXCH] The Microsoft Exchange Mailbox Replication service 'SERVER-EXCH.marillion.loc' (15.1.669.32 caps:07FFFF) is examining the request.
2/2/2017 2:07:31 AM [SERVER-EXCH] Connected to target mailbox '4170c510-4714-4d48-9164-bfd301ee0fde (Primary)', database 'Public Folder Database 2016', Mailbox server 'SERVER-EXCH.marillion.loc' Version 15.1 (Build 669.0).
2/2/2017 2:07:32 AM [SERVER-EXCH] Connected to source mailbox '4170c510-4714-4d48-9164-bfd301ee0fde (Primary)', database 'Mailbox Database 2013', Mailbox server 'SERVER-EX-TEMP.marillion.loc' Version 15.0 (Build 1263.0), proxy server 'SERVER-EX-TEMP.marillion.loc' 15.0.1263.5 caps:0400001F7FFFFFCB07FFFF.
2/2/2017 2:07:32 AM [SERVER-EXCH] Mailbox store finalization is complete.
2/2/2017 2:07:32 AM [SERVER-EXCH] Stage: LoadingMessages. Percent complete: 20.
2/2/2017 2:07:32 AM [SERVER-EXCH] Request processing continued, stage LoadingMessages.
2/2/2017 2:07:32 AM [SERVER-EXCH] Stage: LoadingMessages. Percent complete: 20.
2/2/2017 2:07:54 AM [SERVER-EXCH] Copying messages is complete. Copying rules and security descriptors.
2/2/2017 2:10:19 AM [SERVER-EXCH] Transient error MapiExceptionGlobalCounterRangeExceeded has occurred. The system will retry (4/660).
2/2/2017 2:10:51 AM [SERVER-EXCH] The Microsoft Exchange Mailbox Replication service 'SERVER-EXCH.marillion.loc' (15.1.669.32 caps:07FFFF) is examining the request.
2/2/2017 2:10:51 AM [SERVER-EXCH] Connected to target mailbox '4170c510-4714-4d48-9164-bfd301ee0fde (Primary)', database 'Public Folder Database 2016', Mailbox server 'SERVER-EXCH.marillion.loc' Version 15.1 (Build 669.0).
2/2/2017 2:10:53 AM [SERVER-EXCH] Connected to source mailbox '4170c510-4714-4d48-9164-bfd301ee0fde (Primary)', database 'Mailbox Database 2013', Mailbox server 'SERVER-EX-TEMP.marillion.loc' Version 15.0 (Build 1263.0), proxy server 'SERVER-EX-TEMP.marillion.loc' 15.0.1263.5 caps:0400001F7FFFFFCB07FFFF.
2/2/2017 2:10:54 AM [SERVER-EXCH] Mailbox store finalization is complete.
2/2/2017 2:10:54 AM [SERVER-EXCH] Stage: LoadingMessages. Percent complete: 20.
...

We also tried to move this mailbox to another Exchange Server 2013 database. The result was the same.

We can not just refuse from this mailbox as it contains main public folder hierarchy.

Please, help us to overcome this error.

Or may be we can recreate main hierarchy in another mailbox directly on MS Exchange server 2016 and then just remove the old one?

Kind regards, Evgeny


Viewing all articles
Browse latest Browse all 4521

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>