New-MoveRequest Error: MapiExceptionNoAccess: Unable to query table rows

Hello,
I'm trying to move users from one mailbox database to another. Most people are moved without errors, but the remaining 10 are not moved in error:

Error details: MapiExceptionNoAccess: Unable to query table rows. (hr=0x80070005, ec=-2147024891)
Diagnostic context:
    Lid: 55847   EMSMDBPOOL.EcPoolSessionDoRpc called [length=284]
    Lid: 43559   EMSMDBPOOL.EcPoolSessionDoRpc returned [ec=0x0][length=264][latency=0]
    Lid: 23226   --- ROP Parse Start ---
    Lid: 27962   ROP: ropGetContentsTable [5]
    Lid: 27962   ROP: ropSetColumns [18]
    Lid: 17082   ROP Error: 0x80070005
    Lid: 27489 
    Lid: 21921   StoreEc: 0x80070005
    Lid: 27962   ROP: ropExtendedError [250]
    Lid: 1494    ---- Remote Context Beg ----
    Lid: 26426   ROP: ropSetColumns [18]
    Lid: 28064 
    Lid: 13861   StoreEc: 0x80070005
    Lid: 27265   StoreEc: 0x80070005
    Lid: 1750    ---- Remote Context End ----
    Lid: 27962   ROP: ropQueryRows [21]
    Lid: 17082   ROP Error: 0x80070005
    Lid: 17153 
    Lid: 21921   StoreEc: 0x80070005
    Lid: 27962   ROP: ropExtendedError [250]
    Lid: 1494    ---- Remote Context Beg ----
    Lid: 26426   ROP: ropQueryRows [21]
    Lid: 40685   StoreEc: 0x80070005
    Lid: 28468 
    Lid: 13029   StoreEc: 0x80070005
    Lid: 26348 
    Lid: 22252   StoreEc: 0x80070005
    Lid: 1750    ---- Remote Context End ----
    Lid: 26849 
    Lid: 21817   ROP Failure: 0x80070005
    Lid: 28414 
    Lid: 32510   StoreEc: 0x80070005
   at Microsoft.Mapi.MapiExceptionHelper.ThrowIfError(String message, Int32 hresult, SafeExInterfaceHandle iUnknown, Exception innerException)
   at Microsoft.Mapi.MapiTable.QueryRows(Int32 crows, QueryRowsFlags flags)
   at Microsoft.Exchange.MailboxReplicationService.LocalDestinationFolder.<>c__DisplayClass15.<SetExtendedProps>b__11()
   at Microsoft.Exchange.MailboxReplicationService.ExecutionContext.Execute(GenericCallDelegate operation)
   at Microsoft.Exchange.MailboxReplicationService.LocalDestinationFolder.SetExtendedProps(PropTag[] promotedProperties, RestrictionData[] restrictions, SortOrderData[] views)
   at Microsoft.Exchange.MailboxReplicationService.LocalDestinationMailbox.Microsoft.Exchange.MailboxReplicationService.IDestinationMailbox.CreateFolder(FolderRec sourceFolder, Boolean failIfExists, Byte[]& newFolderId)
   at Microsoft.Exchange.MailboxReplicationService.DestinationMailboxWrapper.<>c__DisplayClass6c.<Microsoft.Exchange.MailboxReplicationService.IDestinationMailbox.CreateFolder>b__6b()
   at Microsoft.Exchange.MailboxReplicationService.ExecutionContext.Execute(GenericCallDelegate operation)
   at Microsoft.Exchange.MailboxReplicationService.DestinationMailboxWrapper.Microsoft.Exchange.MailboxReplicationService.IDestinationMailbox.CreateFolder(FolderRec sourceFolder, Boolean failIfExists, Byte[]& newFolderId)
   at Microsoft.Exchange.MailboxReplicationService.MoveBaseJob.<>c__DisplayClass36.<>c__DisplayClass38.<CreateFolderHierarchy>b__31()
   at Microsoft.Exchange.MailboxReplicationService.ExecutionContext.Execute(GenericCallDelegate operation)
   at Microsoft.Exchange.MailboxReplicationService.MoveBaseJob.<>c__DisplayClass36.<CreateFolderHierarchy>b__30(FolderRecWrapper folderRec, EnumFolderContext context)
   at Microsoft.Exchange.MailboxReplicationService.FolderMap.EnumSingleFolder(FolderRecWrapper folderRec, EnumFolderContext ctx, EnumFolderCallback callback, EnumHierarchyFlags flags)
   at Microsoft.Exchange.MailboxReplicationService.FolderMap.EnumSingleFolder(FolderRecWrapper folderRec, EnumFolderContext ctx, EnumFolderCallback callback, EnumHierarchyFlags flags)
   at Microsoft.Exchange.MailboxReplicationService.FolderMap.EnumSingleFolder(FolderRecWrapper folderRec, EnumFolderContext ctx, EnumFolderCallback callback, EnumHierarchyFlags flags)
   at Microsoft.Exchange.MailboxReplicationService.MoveBaseJob.<CreateFolderHierarchy>b__2f(MailboxMover mbxCtx)
   at Microsoft.Exchange.MailboxReplicationService.MoveBaseJob.ForeachMailboxContext(MailboxMoverDelegate del)
   at Microsoft.Exchange.MailboxReplicationService.MoveBaseJob.CreateFolderHierarchy(Object[] wiParams)
   at Microsoft.Exchange.MailboxReplicationService.CommonUtils.CatchKnownExceptions(GenericCallDelegate del, FailureDelegate failureDelegate)
Error context: --------
Operation: LocalDestinationFolder.SetPromotedProps
PropTags: [ExpiryTime; ReplyTime; SentRepresentingName; MessageToMe; MessageCcMe; SentRepresentingEmailAddress; DisplayBcc; DisplayCc; DisplayTo; 237699075; 245497859; Body; 276824067; 277872643; 278200323; ItemTemporaryFlag; ContentCount; 921436163; 921567235; 1737359391; 1748172872; 1748238339; 1748631555; 1749090307; 1749156098; 1750401035; 1750466591; 1750532107; 1750663199; 1750990851; 1845559299; 1879441439; 1879506947; 0x80000102(NamedProp); 0x80010003(NamedProp); 0x8003101f(NamedProp); 0x80290003(NamedProp); 0x802b0003(NamedProp); 0x8031000b(NamedProp); 0x80320040(NamedProp); 0x8074000b(NamedProp); 0x80940040(NamedProp); 0x80950040(NamedProp); 0x80980003(NamedProp); 0x809e000b(NamedProp); 0x80d20003(NamedProp); 0x80d30102(NamedProp); 0x80d50003(NamedProp); 0x80d9000b(NamedProp); 0x80db0003(NamedProp); 0x80dc001f(NamedProp); 0x844c0003(NamedProp)]

I have tried to add the option to request:  -BadItemLimit '100' -LargeItemLimit 50 -AcceptLargeDataLoss -AllowLargeItems
I run New-MailboxRepairRequest for mailbox and database: -CorruptionType ProvisionedFolder, SearchFolder, AggregateCounts, FolderView
Open mailbox with MFCMapi and delete rules

Please help how to solve this problem?

December 29th, 2014 7:04am

Hi , 

Have you restarted the mailbox replication service ? If not please restart the mailbox replication on the mailbox servers and check the same.

Before initiating the new mailbox move request we need to delete the old ones.

Free Windows Admin Tool Kit Click here and download it now
December 29th, 2014 7:36am

Another option could be to export the remain mailboxes to pst and import to newly created one.

If you wish, you may consider on this automated solution (http://www.exchangemailboxtopst.org/) to make this task in more easier way.

December 29th, 2014 8:01am

restarted - the problem persists
Free Windows Admin Tool Kit Click here and download it now
December 29th, 2014 8:06am

Users are far away from me, besides really want to solve the problem without the worry of the user.
December 29th, 2014 8:08am

please help, have more ideas?
Free Windows Admin Tool Kit Click here and download it now
December 30th, 2014 7:50am

Hi,

From the error description, I recommend you follow the steps below to make sure that the inheritance is enabled.

Open ADUC -> Users -> double click the problematic mailbox -> Security -> Advanced -> Enable inheritance -> Ok

Hope this can be helpful to you.

Best regards,

If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com

December 30th, 2014 11:39am

This option "Include inheritable permissions from this object's parent" is already present.
Free Windows Admin Tool Kit Click here and download it now
December 30th, 2014 2:20pm

Hi,

If the issue persists, you can export these problematic mailboxes to a .pst file using the New-MailboxExportRequest cmdlet, and then import them using the New-MailboxImportRequest cmdlet.

For more information, here are some helpful threads for your reference.

New-MailboxExportRequest

http://technet.microsoft.com/en-us/library/ff607299.aspx

New-MailboxImportRequest

http://technet.microsoft.com/en-us/library/ff607310(v=exchg.150).aspx

Hope this can be helpful.

Best regards,

If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com

January 2nd, 2015 2:36am

Hi,

Have you checked the suggestion I provided?

Is there any update with your issue?

Best regards,

If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com

Free Windows Admin Tool Kit Click here and download it now
January 5th, 2015 1:42am

No, unfortunately not help. I have tried the following steps:
1. Export mailbox
2. Delete the contents of the mailbox (Search-Mailbox -id "some mb" -DeleteContent -force)
3. Move the mailbox to another store. The error persists. There are ideas?
January 8th, 2015 5:05pm

Hi inevg,

From the error message, it seems a permission issue. Please refer to the following troubleshooting steps:

1. Disable antivirus and firewall between the servers(especially the source and target server we try to move mailbox), then try to move the mailbox again.

2. Please make sure the account have sufficient permission on the mailbox and to perform mailbox move operation:

Please make sure the account is a member of group Organization Management and Recipient Management, if not, please add the account to these two groups or use another account with enough permission to perform move mailbox operation. For more about the permission, please refer to this article:

Mailbox Permissions(To see what permissions you need, see the Mailbox moves entry.)

http://technet.microsoft.com/en-us/library/dd638132(v=exchg.141).aspx

3. Add AD permission for the account:

  • Get-MailboxDatabase | Add-ADPermission -User Admin_account -ExtendedRights Receive-As, ms-Exch-Store-Admin -InheritanceType All

4. After check above permission, please use above admin_account to login the server, right click the EMC or EMS and choose Run as administrator, then perform the mailbox move operation.

Also this issue could be caused by the issues within the specific folder within the mailbox, to know more detailed error message, please help
to collect more info:

[Move Request log]

=============

  1. Get-Mailbox affected_mailbox | fl >C:\affmb.txt
  2. Get-MoveRequestStatistics -Identity affected_mailbox -IncludeReport | fl >C:\move1.txt
  3. Get-MoveRequest -Identity affected_mailbox | fl >C:\move2.txt
  4. Get-MigrationBatch -Identity batch_name | fl >C:\migration1.txt
  5. Get-MigrationStatistics -Identity batch_name | fl >C:\migration2.txt
  6. Get-MigrationUserStatistics -Identity affected_mailbox IncludeReport | fl >C:\migration3.txt   

[Error message in EAC]

================

Within EAC->Migration tab, check View Details for the affected migration for the affected mailbox, then Download the report for this user , save the error message into TXT file and send to me.

Best Regards,

Eric Zou


Free Windows Admin Tool Kit Click here and download it now
January 9th, 2015 6:36am

Hi inevg,

From the error message, it seems a permission issue. Please refer to the following troubleshooting steps:

1. Disable antivirus and firewall between the servers(especially the source and target server we try to move mailbox), then try to move the mailbox again.

2. Please make sure the account have sufficient permission on the mailbox and to perform mailbox move operation:

Please make sure the account is a member of group Organization Management and Recipient Management, if not, please add the account to these two groups or use another account with enough permission to perform move mailbox operation. For more about the permission, please refer to this article:

Mailbox Permissions(To see what permissions you need, see the Mailbox moves entry.)

http://technet.microsoft.com/en-us/library/dd638132(v=exchg.141).aspx

3. Add AD permission for the account:

  • Get-MailboxDatabase | Add-ADPermission -User Admin_account -ExtendedRights Receive-As, ms-Exch-Store-Admin -InheritanceType All

4. After check above permission, please use above admin_account to login the server, right click the EMC or EMS and choose Run as administrator, then perform the mailbox move operation.

Also this issue could be caused by the issues within the specific folder within the mailbox, to know more detailed error message, please help
to collect more info:

[Move Request log]

=============

  1. Get-Mailbox affected_mailbox | fl >C:\affmb.txt
  2. Get-MoveRequestStatistics -Identity affected_mailbox -IncludeReport | fl >C:\move1.txt
  3. Get-MoveRequest -Identity affected_mailbox | fl >C:\move2.txt
  4. Get-MigrationBatch -Identity batch_name | fl >C:\migration1.txt
  5. Get-MigrationStatistics -Identity batch_name | fl >C:\migration2.txt
  6. Get-MigrationUserStatistics -Identity affected_mailbox IncludeReport | fl >C:\migration3.txt   

[Error message in EAC]

================

Within EAC->Migration tab, check View Details for the affected migration for the affected mailbox, then Download the report for this user , save the error message into TXT file and send to me.

Best Regards,

Eric Zou


January 9th, 2015 6:36am

Hi

what is your exchange server Service pack and Roll up ? please try below fix for specific mailboxes using MFCMAPI

http://mfcmapi.codeplex.com/discussions/437530

Free Windows Admin Tool Kit Click here and download it now
January 9th, 2015 6:47am

Thank you for helping!

1,2 - I can move other mailbox from this database
3,4 - I add permissions but error persistents

I also tried to reset the rights to an account in the active directory, but did not bring results.

I enclose the most detailed log indicates the error code:

-------------------



RunspaceId                       : 9dd40296-c7ce-47eb-827b-562b0e1be132
MailboxIdentity                  : contoso.com/Users/<UserName>
DistinguishedName                : CN=<UserName>,CN=Users,DC=contoso,DC=com
DisplayName                      : <UserName>
Alias                            : <UserAlias>
ExchangeGuid                     : 4f125b28-3e12-4b7d-a46b-35de3d0d05f6
ArchiveGuid                      : 
Status                           : Failed
StatusDetail                     : FailedMAPI
SyncStage                        : CreatingFolderHierarchy
Flags                            : IntraOrg, Pull, Suspend
RequestStyle                     : IntraOrg
Direction                        : Pull
IsOffline                        : False
Protect                          : False
Priority                         : Normal
Suspend                          : True
SuspendWhenReadyToComplete       : False
IgnoreRuleLimitErrors            : False
SourceVersion                    : Version 14.3 (Build 224.0)
SourceDatabase                   : SourceDB
TargetVersion                    : Version 14.3 (Build 123.0)
TargetDatabase                   : DestinationDB
SourceArchiveDatabase            : 
SourceArchiveVersion             : 
TargetArchiveDatabase            : 
TargetArchiveVersion             : 
RemoteHostName                   : 
RemoteGlobalCatalog              : 
BatchName                        : 
RemoteCredentialUsername         : 
RemoteDatabaseName               : 
RemoteDatabaseGuid               : 
RemoteArchiveDatabaseName        : 
RemoteArchiveDatabaseGuid        : 
TargetDeliveryDomain             : 
ArchiveDomain                    : 
BadItemLimit                     : 0
BadItemsEncountered              : 0
AllowLargeItems                  : False
QueuedTimestamp                  : 10.01.2015 23:41:31
StartTimestamp                   : 10.01.2015 23:41:33
LastUpdateTimestamp              : 10.01.2015 23:41:35
InitialSeedingCompletedTimestamp : 
FinalSyncTimestamp               : 
CompletionTimestamp              : 
SuspendedTimestamp               : 
OverallDuration                  : 00:01:56
TotalFinalizationDuration        : 
TotalDataReplicationWaitDuration : 
TotalSuspendedDuration           : 
TotalFailedDuration              : 00:01:53
TotalQueuedDuration              : 00:00:00
TotalInProgressDuration          : 00:00:02
TotalStalledDueToHADuration      : 
TotalTransientFailureDuration    : 
MRSServerName                    : 
TotalMailboxSize                 : 44.71 MB (46,885,303 bytes)
TotalMailboxItemCount            : 256
TotalArchiveSize                 : 
TotalArchiveItemCount            : 
BytesTransferred                 : 15.66 KB (16,039 bytes)
BytesTransferredPerMinute        : 
ItemsTransferred                 : 0
PercentComplete                  : 10
PositionInQueue                  : 
FailureCode                      : -2147024891
FailureType                      : MapiExceptionNoAccess
FailureSide                      : Target
Message                          : Error: MapiExceptionNoAccess: Unable to query table rows. (hr=0x80070005, ec=-214702
                                   4891)
                                   Diagnostic context:
                                       Lid: 55847   EMSMDBPOOL.EcPoolSessionDoRpc called [length=300]
                                       Lid: 43559   EMSMDBPOOL.EcPoolSessionDoRpc returned [ec=0x0][length=264][latency
                                   =15]
                                       Lid: 23226   --- ROP Parse Start ---
                                       Lid: 27962   ROP: ropGetContentsTable [5]
                                       Lid: 27962   ROP: ropSetColumns [18]
                                       Lid: 17082   ROP Error: 0x80070005
                                       Lid: 27489  
                                       Lid: 21921   StoreEc: 0x80070005
                                       Lid: 27962   ROP: ropExtendedError [250]
                                       Lid: 1494    ---- Remote Context Beg ----
                                       Lid: 26426   ROP: ropSetColumns [18]
                                       Lid: 28064  
                                       Lid: 13861   StoreEc: 0x80070005
                                       Lid: 27265   StoreEc: 0x80070005
                                       Lid: 1750    ---- Remote Context End ----
                                       Lid: 27962   ROP: ropQueryRows [21]
                                       Lid: 17082   ROP Error: 0x80070005
                                       Lid: 17153  
                                       Lid: 21921   StoreEc: 0x80070005
                                       Lid: 27962   ROP: ropExtendedError [250]
                                       Lid: 1494    ---- Remote Context Beg ----
                                       Lid: 26426   ROP: ropQueryRows [21]
                                       Lid: 40685   StoreEc: 0x80070005
                                       Lid: 28468  
                                       Lid: 13029   StoreEc: 0x80070005
                                       Lid: 26348  
                                       Lid: 22252   StoreEc: 0x80070005
                                       Lid: 1750    ---- Remote Context End ----
                                       Lid: 26849  
                                       Lid: 21817   ROP Failure: 0x80070005
                                       Lid: 28414  
                                       Lid: 32510   StoreEc: 0x80070005
FailureTimestamp                 : 10.01.2015 23:41:35
FailureContext                   : --------
                                   Operation: LocalDestinationFolder.SetPromotedProps
                                   PropTags: [ExpiryTime; ReplyTime; SentRepresentingName; MessageToMe; MessageCcMe; Se
                                   ntRepresentingEmailAddress; DisplayBcc; DisplayCc; DisplayTo; 237699075; 245497859; 
                                   276824067; 277872643; 278200323; ItemTemporaryFlag; DisplayName; ContentCount; 92143
                                   6163; 921567235; 1073348639; 1737359391; 1744830495; 1744896031; 1744961567; 1745092
                                   680; MailboxMiscFlags; 1745289219; 1745354763; 1745420360; 1747910687; 1750401035; 1
                                   750466591; 1750532107; 1750663199; 1750925315; 1750990851; 1845559299; 1879441439; 0
                                   x80000102(NamedProp); 0x80010003(NamedProp); 0x8003101f(NamedProp); 0x80290003(Named
                                   Prop); 0x802b0003(NamedProp); 0x8031000b(NamedProp); 0x80320040(NamedProp); 0x807400
                                   0b(NamedProp); 0x80940040(NamedProp); 0x80950040(NamedProp); 0x80980003(NamedProp); 
                                   0x809e000b(NamedProp); 0x80d20003(NamedProp); 0x80d30102(NamedProp); 0x80d50003(Name
                                   dProp); 0x80d9000b(NamedProp); 0x80db0003(NamedProp); 0x80dc001f(NamedProp)]
                                   --------
                                   Operation: IDestinationMailbox.CreateFolder
                                   OperationSide: Target
                                   Primary (4f125b28-3e12-4b7d-a46b-35de3d0d05f6)
                                   Folder: 'Drafts', entryId [len=46, data=00000000A1C65ED1FFA7014BB112B3398A0FEBA70100
                                   BBC33735A700DA46B3A3AE1EC5EC2F550000005E805D0000], parentId [len=46, data=00000000A1
                                   C65ED1FFA7014BB112B3398A0FEBA70100BBC33735A700DA46B3A3AE1EC5EC2F550000005E804F0000]
                                   FailIfExists: False
                                   --------
                                   Folder: '/Top of Information Store/Drafts', entryId [len=46, data=00000000A1C65ED1
                                   FFA7014BB112B3398A0FEBA70100BBC33735A700DA46B3A3AE1EC5EC2F550000005E805D0000], paren
                                   tId [len=46, data=00000000A1C65ED1FFA7014BB112B3398A0FEBA70100BBC33735A700DA46B3A3AE
                                   1EC5EC2F550000005E804F0000]
IsValid                          : True
ValidationMessage                : 
RequestGuid                      : a12f7f32-d600-4a1d-a5b8-a5b2bcd7c1e6
RequestQueue                     : DestinationDB
Identity                         : RequestGuid (4f125b28-3e12-4b7d-a46b-35de3d0d05f6), RequestQueue: (8e2a3851-c168-4b2
                                   6-b1d9-7c0acb2e8297)
Report                           : 10.01.2015 23:41:31 [Server01] 'contoso.com/Users/Administrator' created move reques
                                   t.
                                   10.01.2015 23:41:32 [Server01] The Microsoft Exchange Mailbox Replication servic
                                   e 'Server01.contoso.com' (14.3.224.1 caps:07) is examining the request.
                                   10.01.2015 23:41:32 [Server01] Connected to target mailbox 'Primary (4f125b28-3e
                                   12-4b7d-a46b-35de3d0d05f6)', database 'DestinationDB', Mailbox server 'EXSV-MS-
                                   ID02.contoso.com' Version 14.3 (Build 123.0).
                                   10.01.2015 23:41:32 [Server01] Connected to source mailbox 'Primary (4f125b28-3e
                                   12-4b7d-a46b-35de3d0d05f6)', database 'SourceDB', Mailbox server 'Server02
                                   .contoso.com' Version 14.3 (Build 224.0).
                                   10.01.2015 23:41:32 [Server01] Request processing started.
                                   10.01.2015 23:41:33 [Server01] Source mailbox information before the move:
                                   Regular Items: 198, 44.71 MB (46,883,781 bytes)
                                   Regular Deleted Items: 1, 1.486 KB (1,522 bytes)
                                   FAI Items: 57, 0 B (0 bytes)
                                   FAI Deleted Items: 0, 0 B (0 bytes)
                                   10.01.2015 23:41:34 [Server01] Initializing folder hierarchy in mailbox 'Primary
                                    (4f125b28-3e12-4b7d-a46b-35de3d0d05f6)': 49 folders total.
                                   10.01.2015 23:41:35 [Server01] Fatal error MapiExceptionNoAccess has occurred.
                                   Error details: MapiExceptionNoAccess: Unable to query table rows. (hr=0x80070005, ec
                                   =-2147024891)
                                   Diagnostic context:
                                       Lid: 55847   EMSMDBPOOL.EcPoolSessionDoRpc called [length=300]
                                       Lid: 43559   EMSMDBPOOL.EcPoolSessionDoRpc returned [ec=0x0][length=264][latency
                                   =15]
                                       Lid: 23226   --- ROP Parse Start ---
                                       Lid: 27962   ROP: ropGetContentsTable [5]
                                       Lid: 27962   ROP: ropSetColumns [18]
                                       Lid: 17082   ROP Error: 0x80070005
                                       Lid: 27489  
                                       Lid: 21921   StoreEc: 0x80070005
                                       Lid: 27962   ROP: ropExtendedError [250]
                                       Lid: 1494    ---- Remote Context Beg ----
                                       Lid: 26426   ROP: ropSetColumns [18]
                                       Lid: 28064  
                                       Lid: 13861   StoreEc: 0x80070005
                                       Lid: 27265   StoreEc: 0x80070005
                                       Lid: 1750    ---- Remote Context End ----
                                       Lid: 27962   ROP: ropQueryRows [21]
                                       Lid: 17082   ROP Error: 0x80070005
                                       Lid: 17153  
                                       Lid: 21921   StoreEc: 0x80070005
                                       Lid: 27962   ROP: ropExtendedError [250]
                                       Lid: 1494    ---- Remote Context Beg ----
                                       Lid: 26426   ROP: ropQueryRows [21]
                                       Lid: 40685   StoreEc: 0x80070005
                                       Lid: 28468  
                                       Lid: 13029   StoreEc: 0x80070005
                                       Lid: 26348  
                                       Lid: 22252   StoreEc: 0x80070005
                                       Lid: 1750    ---- Remote Context End ----
                                       Lid: 26849  
                                       Lid: 21817   ROP Failure: 0x80070005
                                       Lid: 28414  
                                       Lid: 32510   StoreEc: 0x80070005
                                      at Microsoft.Mapi.MapiExceptionHelper.ThrowIfError(String message, Int32 hresult,
                                    SafeExInterfaceHandle iUnknown, Exception innerException)
                                      at Microsoft.Mapi.MapiTable.QueryRows(Int32 crows, QueryRowsFlags flags)
                                      at Microsoft.Exchange.MailboxReplicationService.LocalDestinationFolder.<>c__Displ
                                   ayClass15.<SetExtendedProps>b__11()
                                      at Microsoft.Exchange.MailboxReplicationService.ExecutionContext.Execute(GenericC
                                   allDelegate operation)
                                      at Microsoft.Exchange.MailboxReplicationService.LocalDestinationFolder.SetExtende
                                   dProps(PropTag[] promotedProperties, RestrictionData[] restrictions, SortOrderData[]
                                    views)
                                      at Microsoft.Exchange.MailboxReplicationService.LocalDestinationMailbox.Microsoft
                                   .Exchange.MailboxReplicationService.IDestinationMailbox.CreateFolder(FolderRec sourc
                                   eFolder, Boolean failIfExists, Byte[]& newFolderId)
                                      at Microsoft.Exchange.MailboxReplicationService.DestinationMailboxWrapper.<>c__Di
                                   splayClass6c.<Microsoft.Exchange.MailboxReplicationService.IDestinationMailbox.Creat
                                   eFolder>b__6b()
                                      at Microsoft.Exchange.MailboxReplicationService.ExecutionContext.Execute(GenericC
                                   allDelegate operation)
                                      at Microsoft.Exchange.MailboxReplicationService.DestinationMailboxWrapper.Microso
                                   ft.Exchange.MailboxReplicationService.IDestinationMailbox.CreateFolder(FolderRec sou
                                   rceFolder, Boolean failIfExists, Byte[]& newFolderId)
                                      at Microsoft.Exchange.MailboxReplicationService.MoveBaseJob.<>c__DisplayClass36.<
                                   >c__DisplayClass38.<CreateFolderHierarchy>b__31()
                                      at Microsoft.Exchange.MailboxReplicationService.ExecutionContext.Execute(GenericC
                                   allDelegate operation)
                                      at Microsoft.Exchange.MailboxReplicationService.MoveBaseJob.<>c__DisplayClass36.<
                                   CreateFolderHierarchy>b__30(FolderRecWrapper folderRec, EnumFolderContext context)
                                      at Microsoft.Exchange.MailboxReplicationService.FolderMap.EnumSingleFolder(Folder
                                   RecWrapper folderRec, EnumFolderContext ctx, EnumFolderCallback callback, EnumHierar
                                   chyFlags flags)
                                      at Microsoft.Exchange.MailboxReplicationService.FolderMap.EnumSingleFolder(Folder
                                   RecWrapper folderRec, EnumFolderContext ctx, EnumFolderCallback callback, EnumHierar
                                   chyFlags flags)
                                      at Microsoft.Exchange.MailboxReplicationService.FolderMap.EnumSingleFolder(Folder
                                   RecWrapper folderRec, EnumFolderContext ctx, EnumFolderCallback callback, EnumHierar
                                   chyFlags flags)
                                      at Microsoft.Exchange.MailboxReplicationService.MoveBaseJob.<CreateFolderHierarch
                                   y>b__2f(MailboxMover mbxCtx)
                                      at Microsoft.Exchange.MailboxReplicationService.MoveBaseJob.ForeachMailboxContext
                                   (MailboxMoverDelegate del)
                                      at Microsoft.Exchange.MailboxReplicationService.MoveBaseJob.CreateFolderHierarchy
                                   (Object[] wiParams)
                                      at Microsoft.Exchange.MailboxReplicationService.CommonUtils.CatchKnownExceptions(
                                   GenericCallDelegate del, FailureDelegate failureDelegate)
                                   Error context: --------
                                   Operation: LocalDestinationFolder.SetPromotedProps
                                   PropTags: [ExpiryTime; ReplyTime; SentRepresentingName; MessageToMe; MessageCcMe; Se
                                   ntRepresentingEmailAddress; DisplayBcc; DisplayCc; DisplayTo; 237699075; 245497859; 
                                   276824067; 277872643; 278200323; ItemTemporaryFlag; DisplayName; ContentCount; 92143
                                   6163; 921567235; 1073348639; 1737359391; 1744830495; 1744896031; 1744961567; 1745092
                                   680; MailboxMiscFlags; 1745289219; 1745354763; 1745420360; 1747910687; 1750401035; 1
                                   750466591; 1750532107; 1750663199; 1750925315; 1750990851; 1845559299; 1879441439; 0
                                   x80000102(NamedProp); 0x80010003(NamedProp); 0x8003101f(NamedProp); 0x80290003(Named
                                   Prop); 0x802b0003(NamedProp); 0x8031000b(NamedProp); 0x80320040(NamedProp); 0x807400
                                   0b(NamedProp); 0x80940040(NamedProp); 0x80950040(NamedProp); 0x80980003(NamedProp); 
                                   0x809e000b(NamedProp); 0x80d20003(NamedProp); 0x80d30102(NamedProp); 0x80d50003(Name
                                   dProp); 0x80d9000b(NamedProp); 0x80db0003(NamedProp); 0x80dc001f(NamedProp)]
                                   --------
                                   Operation: IDestinationMailbox.CreateFolder
                                   OperationSide: Target
                                   Primary (4f125b28-3e12-4b7d-a46b-35de3d0d05f6)
                                   Folder: 'Drafts', entryId [len=46, data=00000000A1C65ED1FFA7014BB112B3398A0FEBA70100
                                   BBC33735A700DA46B3A3AE1EC5EC2F550000005E805D0000], parentId [len=46, data=00000000A1
                                   C65ED1FFA7014BB112B3398A0FEBA70100BBC33735A700DA46B3A3AE1EC5EC2F550000005E804F0000]
                                   FailIfExists: False
                                   --------
                                   Folder: '/Top of Information Store/Drafts', entryId [len=46, data=00000000A1C65ED1
                                   FFA7014BB112B3398A0FEBA70100BBC33735A700DA46B3A3AE1EC5EC2F550000005E805D0000], paren
                                   tId [len=46, data=00000000A1C65ED1FFA7014BB112B3398A0FEBA70100BBC33735A700DA46B3A3AE
                                   1EC5EC2F550000005E804F0000]
                                   10.01.2015 23:41:35 [Server01] Relinquishing job.
                                   
January 10th, 2015 4:05pm

Hi ,

I am not sure ,For a checking purpose please do the following for anyone of the problematic mailbox.

Step 1 :

Just export all the items from that mailbox to a pst file.Once it is done purge all the contents from that mailbox by using the search-mailbox command and then make sure that the mailbox is empty before going for step 2.

step 2: 

get-mailbox -identity "problematic mailbox name" | fl >c:\nithya.txt

Above mentioned command's output will be saved on the notepad file nithya which will be on the c drive.Before going for step 3 make sure that the saved file contains the required details.

Step 3: 

Then disable the mailbox and do the active directory replication in a force manner and then reconnect that same mailbox to that same user account.

once it done , then we need to add the alias,email addresses and the legacy dn as the x500 address on that same mailbox by using the saved data which was done on step 2.

Step 4 : 

Then try to move that same mailbox from that
Free Windows Admin Tool Kit Click here and download it now
January 10th, 2015 5:34pm

unfortunately did not help disable-mailbox
please have more ideas?
January 11th, 2015 5:28am

On the server install all updates. I pull out to remove the attribute PR_DISPLAY_TO for folders Inbox,Drafts,IPM_SUBTREE but it did not help to move the mailbox.
Free Windows Admin Tool Kit Click here and download it now
January 11th, 2015 8:20am

Hi Customer,

From the error message, the issue is on Drafts folder:

-----------------------------------------------------------------

Operation: IDestinationMailbox.CreateFolder OperationSide: Target Primary (4f125b28-3e12-4b7d-a46b-35de3d0d05f6)

Folder: 'Drafts', entryId [len=46, data=00000000A1C65ED1FFA7014BB112B3398A0FEBA70100BBC33735A700DA46B3A3AE1EC5EC2F550000005E805D0000], parentId [len=46, data=00000000A1C65ED1FFA7014BB112B3398A0FEBA70100BBC33735A700DA46B3A3AE1EC5EC2F550000005E804F0000]

FailIfExists: False

--------

Folder: '/Top of Information Store/Drafts', entryId [len=46, data=00000000A1C65ED1FFA7014BB112B3398A0FEBA70100BBC33735A700DA46B3A3AE1EC5EC2F550000005E805D0000], parentId [len=46, data=00000000A1C65ED1FFA7014BB112B3398A0FEBA70100BBC33735A700DA46B3A3AE1EC5EC2F550000005E804F0000] 10.01.2015 23:41:35 [Server01] Relinquishing job.

-----------------------------------------------------------------

So please refer to the following steps to resolve the issue:

1. On the affected users client, please download the MFCMAPI from the following website. Please notice if the Outlook is 32-bit, please download the 32-bit file, it the Outlook is 64-bit, please download the 64-bit file.

http://mfcmapi.codeplex.com/releases/view/127629

2. Click Session -> Logon, logon with the affected users profile.

3. Double click the user profile under the Display Name:

4. Expand Root-Mailbox -> IPM_SUBTREE and the Top of Information Store, find the Drafts folder and right click to delete it.

5. Close the MFCMAPI. Then in the Windows Run box, start Outlook by running Outlook.exe /resetfolders, it will recreate the Drafts folder automatically.

6. Then remove the old move mailbox request or migration batch, create a new migration to move the mailbox again.

If anything unclear, please feel free to let us know. Thank you!

Best Regards,

Eric Zou

January 12th, 2015 2:32am

thank you for your help
if I delete a folder "Drafts" and restore with "outlook /resetfolders" - the same error
if I delete a folder "Drafts" and no restore with "outlook /resetfolders" - error with the "Outbox" folder, the folder "Outbox" is not deleted outgoing
Free Windows Admin Tool Kit Click here and download it now
January 12th, 2015 10:33am

Hi inveg,

As the issue persists, the issue could be the mailbox and the mailbox maybe corrupted. So we recommend recreate the affected mailbox by steps:

1. Export mailbox to PST;
2. Delete the old mailbox and create a new mailbox for the affected user;
3. Import the PST file to the new mailbox, and the user can use the new mailbox.

If anything unclear, please feel free to let me know.

Best Regards,

Eric Zou

January 13th, 2015 10:10am

Hi inveg,

As the issue persists, the issue could be the mailbox and the mailbox maybe corrupted. So we recommend recreate the affected mailbox by steps:

1. Export mailbox to PST;
2. Delete the old mailbox and create a new mailbox for the affected user;
3. Import the PST file to the new mailbox, and the user can use the new mailbox.

If anything unclear, please feel free to let me know.

Best Regards,

Eric Zou

Free Windows Admin Tool Kit Click here and download it now
January 13th, 2015 10:10am

Hi inveg,

How are you? I would like to check how is everything going and any update on this issue. Please feel free to post here if you need any further assistance.

Best Regards,

Eric Zou

January 15th, 2015 3:14pm

Kinda wondering if the issue is resolved without need of recreating new mailbox.

Currently moving +-3000 mailboxes, around 50 with the exact same error.

Free Windows Admin Tool Kit Click here and download it now
February 24th, 2015 1:51pm

Hi

We experience the excact same issue. Everything worked fine until the last update we installed (SP3 rollup 8-v2). Now about 20-30 users for every 2.000 we try to move fail. We moved about 8.000 users without problem before the update were installed. Do you have any updates on the issue?

Best Regards,

Eddie Christiansen

April 29th, 2015 7:06am

Hi,

I solved this problem by eseutil defrag.

  • Proposed as answer by firatomur 19 hours 51 minutes ago
Free Windows Admin Tool Kit Click here and download it now
May 25th, 2015 7:35am

Hi,

I solved this problem by eseutil defrag.

May 25th, 2015 7:37am

Hi,

I solved this problem by eseutil defrag.

  • Proposed as answer by firatomur Monday, May 25, 2015 11:35 AM
Free Windows Admin Tool Kit Click here and download it now
May 25th, 2015 11:34am

Hi,

I solved this problem by eseutil defrag.

  • Proposed as answer by firatomur Monday, May 25, 2015 11:35 AM
May 25th, 2015 11:34am

Hello,

we have the same Problem (Exchange 2010 SP3 RU8v2). According to Microsoft, this is a BUG in RU8v2. Microsoft recommends uninstalling RU8v2.

Best Regards

Michael Schnabe


  • Edited by m.schnabel Monday, June 15, 2015 7:48 AM
Free Windows Admin Tool Kit Click here and download it now
June 15th, 2015 7:48am

Hello,

we have the same Problem (Exchange 2010 SP3 RU8v2). According to Microsoft, this is a BUG in RU8v2. Microsoft recommends uninstalling RU8v2.

Best Regards

Michael Schnabe


  • Edited by m.schnabel Monday, June 15, 2015 7:48 AM
June 15th, 2015 7:48am

Hello,

we have the same Problem (Exchange 2010 SP3 RU8v2). According to Microsoft, this is a BUG in RU8v2. Microsoft recommends uninstalling RU8v2.

Best Regards

Michael Schnabe


Free Windows Admin Tool Kit Click here and download it now
June 17th, 2015 4:04am

Hello,

we have the same Problem (Exchange 2010 SP3 RU8v2). According to Microsoft, this is a BUG in RU8v2. Microsoft recommends uninstalling RU8v2.

Best Regards

Michael Schnabe


June 17th, 2015 4:04am

The new hotfix (http://support2.microsoft.com/kb/3049853/en-us) should fix it
  • Marked as answer by inevg 53 minutes ago
Free Windows Admin Tool Kit Click here and download it now
June 18th, 2015 2:41am

The new hotfix (http://support2.microsoft.com/kb/3049853/en-us) should fix it
  • Marked as answer by inevg 53 minutes ago
June 18th, 2015 2:41am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics