Forum Discussion
Error During Exchange 2013 CU15 Setup
- May 26, 2020
Thank you for response.
Lets fall back to previous suggestions. You can get the arbitration mailbox details as
[PS] C:\Windows\system32>get-Mailbox -Arbitration | ?{$_.Name -eq "SystemMailbox{1f05a927-bdc1-42a4-a08c-605fbc697a92}"
}Name Alias ServerName ProhibitSendQuota
---- ----- ---------- -----------------
SystemMailbox{1f05a927... SystemMailbox{1f0... exch1 Unlimited
OK - Can you ensure that that account is a member of Schema Admins, Domain Admins, and Enterprise Admins permissions as well as Organization Management?
- chrislehrPatriotMay 21, 2020Brass Contributor
OK that sounds correct - the other error I see in your initial post is:
was run: "Microsoft.Exchange.Data.DataValidationException: Database is mandatory on UserMailbox.
There might be a user/resource/shared mailbox that doesn't have database nulled (happens when you delete a DB forcefully or lose and not restore it)
But the combination of the database and the discovery search mailbox makes me think that perhaps you lost your arbitration mailboxes at some point.
Perform a:
get-mailbox -arbitration
in your environment and see in you have them still? If not, you can recreate them:
- salahsami2002May 22, 2020Copper Contributor
- salahsami2002May 22, 2020Copper Contributor
When i run the command Enable-Mailbox -Identity "FederatedEmail.4c1f4d8b-8179-4148-93bf-00a95fa1e042" -Arbitration
here is the error:
This task does not support recipients of this type. The specified recipient
smartlink.com.sa/Users/FederatedEmail.4c1f4d8b-8179-4148-93bf-00a95fa1e042 is of type UserMailbox. Please make sure
that this recipient matches the required recipient type for this task.
+ CategoryInfo : InvalidArgument: (domainname....bf-00a95fa1e042:RecipientIdParameter) [Enable-Mailbo
x], RecipientTaskException
+ FullyQualifiedErrorId : [Server=xxxxxxxxxxxxx,RequestId=48a79458-38b5-4851-bd48-03b65f4c129c,TimeStamp=5/22/2020
1:12:57 AM] [FailureCategory=Cmdlet-RecipientTaskException] 15D064D0,Microsoft.Exchange.Management.RecipientTasks
.EnableMailbox
+ PSComputerName : xxxxxxxxxxxxxxxxxx- salahsami2002May 22, 2020Copper Contributor
Same error for the commands
Enable-Mailbox -Identity "Migration.8f3e7716-2011-43e4-96b1-aba62d229136" -Arbitration
Enable-Mailbox -Identity "SystemMailbox{bb558c35-97f1-4cb9-8ff7-d53741dc928c}" -Arbitration
Enable-Mailbox -Identity "SystemMailbox{e0dc1c29-89c3-4034-b678-e6c29d823ed9}" -Arbitration
Enable-Mailbox -Identity "SystemMailbox{D0E409A0-AF9B-4720-92FE-AAC869B0D201}" -Arbitration
Enable-Mailbox -Identity "SystemMailbox{2CE34405-31BE-455D-89D7-A7C7DA7A0DAA}" -ArbitrationThis task does not support recipients of this type. The specified recipient
domain.com/Users/SystemMailbox{bb558c35-97f1-4cb9-8ff7-d53741dc928c} is of type UserMailbox. Please make sure
that this recipient matches the required recipient type for this task.