I am moving the Discovery Arbitration Mailbox to another database so I can delete the default database in Exchange 2010 Sp1. I followed this article: http://muc-ug.org.in/index.php/how-to/exchange-2010/94-default-mailbox-database-a-move-arbitration-mailboxes.html
I am in the Organization Management group. When I run this:
[PS] C:\Windows\system32>New-MoveRequest -Identity "SystemMailbox{1f05a927-648e-4992-9fd5-fac0daef7c5f}" -TargetDatabase
Nar2
I get this:
Active Directory operation failed on ddby100.corp.atmi.com. This error is not retriable. Additional information: Insuff
icient access rights to perform the operation.
Active directory response: 00002098: SecErr: DSID-03150BB9, problem 4003 (INSUFF_ACCESS_RIGHTS), data 0
+ CategoryInfo : NotSpecified: (0:Int32) [New-MoveRequest], ADOperationException
+ FullyQualifiedErrorId : 643F355E,Microsoft.Exchange.Management.RecipientTasks.NewMoveRequest
Did this too:
[PS] C:\Windows\system32>get-mailbox -Database "DB1" | new-moverequest -TargetDatabase "NAR2"
Active Directory operation failed on ddby101.corp.atmi.com. This error is not retriable. Additional information: Insuff
icient access rights to perform the operation.
Active directory response: 00002098: SecErr: DSID-03150BB9, problem 4003 (INSUFF_ACCESS_RIGHTS), data 0
+ CategoryInfo : NotSpecified: (0:Int32) [New-MoveRequest], ADOperationException
+ FullyQualifiedErrorId : 4C66FEFF,Microsoft.Exchange.Management.RecipientTasks.NewMoveRequest
[PS] C:\Windows\system32>get-mailbox -Database "DB1" -arbitration | new-moverequest -TargetDatabase "NAR2"
Active Directory operation failed on ddby101.corp.atmi.com. This error is not retriable. Additional information: Insuff
icient access rights to perform the operation.
Active directory response: 00002098: SecErr: DSID-03150BB9, problem 4003 (INSUFF_ACCESS_RIGHTS), data 0
+ CategoryInfo : NotSpecified: (0:Int32) [New-MoveRequest], ADOperationException
+ FullyQualifiedErrorId : 4C66FEFF,Microsoft.Exchange.Management.RecipientTasks.NewMoveRequest
Any ideas?