【解决办法】安装Exchange2010时报错 - “UserMailbox 必须强制使用Database”
生活随笔
收集整理的這篇文章主要介紹了
【解决办法】安装Exchange2010时报错 - “UserMailbox 必须强制使用Database”
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
安裝Exchange 2010 時報錯"UserMailbox 必須強制使用 Database"故障描述:
在原有Exchange Server 2010 SP1的環境安裝新的服務器上報"UserMailbox 必須強制使用 Database。 屬性名稱: Database"錯,詳細如下:錯誤:
運行"$error.Clear();
? ? ? ? ?if ( ($server -eq $null) -and ($RoleIsDatacenter -ne $true) )
? ? ? ? ?{
? ? ? ? ? ?Update-RmsSharedIdentity -ServerName $RoleNetBIOSName
? ? ? ? ?}
? ? ? ?"時生成以下錯誤:"UserMailbox 必須強制使用 Database。 屬性名稱: Database"。
1.使用Adsiedit刪除FederatedEmail.4c1f4d8b-8179-4148-93bf-00a95fa1e042,
2.在Exchange Management Shell中使用以下命令然后重建一個。New-Mailbox -Arbitration -Name FederatedEmail.4c1f4d8b-8179-4148-93bf-00a95fa1e042 -UserPrincipalName FederatedEmail.4c1f4d8b-8179-4148-93bf-00a95fa1e042@<Default_Accepted_Domain>
Technet參考資料:
在原有Exchange Server 2010 SP1的環境安裝新的服務器上報"UserMailbox 必須強制使用 Database。 屬性名稱: Database"錯,詳細如下:錯誤:
運行"$error.Clear();
? ? ? ? ?if ( ($server -eq $null) -and ($RoleIsDatacenter -ne $true) )
? ? ? ? ?{
? ? ? ? ? ?Update-RmsSharedIdentity -ServerName $RoleNetBIOSName
? ? ? ? ?}
? ? ? ?"時生成以下錯誤:"UserMailbox 必須強制使用 Database。 屬性名稱: Database"。
UserMailbox 必須強制使用 Database。 屬性名稱: Database
微軟幫助中的描述如下:
當您嘗試安裝 Microsoft Exchange Server 2010年郵箱角色時,安裝過程可能會失敗。發生此問題時,Exchange 安裝程序日志中收到以下錯誤消息:
RMS Shared Identity user 'CN=FederatedEmail.4c1f4d8b-8179-4148-93bf-00a95fa1e042,CN=Users,DC=exchange,DC=com' (originating server = 'W2K3DC01.exchange.com') is being linked to computer 'CN=Computer,CN=Computers,DC=exchange,DC=com' (originating server = 'W2K3DC01.exchange.com).[06-05-2009 11:50:26.0856] [2] [ERROR] Database is mandatory on UserMailbox. Property Name: Database.[06-05-2009 11:50:26.0950] [2] Ending processing.[06-05-2009 11:50:26.0950] [1] The following 1 error(s) occurred during task execution:[06-05-2009 11:50:26.0950] [1] 0. ?ErrorRecord: Database is mandatory on UserMailbox. Property Name: Database.[06-05-2009 11:50:26.0950] [1] 0. ?ErrorRecord: Microsoft.Exchange.Data.DataValidationException: Database is mandatory on UserMailbox. Property Name: Database. ? at Microsoft.Exchange.Data.Directory.ADSession.Save(ADObject instanceToSave, IEnumerable`1 properties) ? at Microsoft.Exchange.Management.Deployment.UpdateRmsSharedIdentity.Link() ? at Microsoft.Exchange.Management.Deployment.UpdateRmsSharedIdentity.InternalProce***ecord() ? at Microsoft.Exchange.Configuration.Tasks.Task.Proce***ecord()[06-05-2009 11:50:26.0950] [1] [ERROR] The execution of: "$error.Clear(); if ( ($server -eq $null) -and ($RoleIsDatacenter -ne $true) ) { Update-RmsSharedIdentity -ServerName $RoleNetBIOSName }", generated the following error: "Database is mandatory on UserMailbox. Property Name: Database.".[06-05-2009 11:50:26.0950] [1] [ERROR] Database is mandatory on UserMailbox. Property Name: Database.[06-05-2009 11:50:26.0981] [1] [WARNING] <<< Setup failed to execute a task.此外,您會看到以下事件在應用程序日志中:
Log Name: ? ? ?ApplicationSource: ? ? ? ?MSExchange Configuration Cmdlet - Management ConsoleDate: ? ? ? ? ?6/5/2009 5:24:29 PMEvent ID: ? ? ?4Task Category: (1)Level: ? ? ? ? ErrorKeywords: ? ? ?ClassicUser: ? ? ? ? ?N/AComputer: ? ? ?computer.exchange.comDescription:The description for Event ID 4 from source MSExchange Configuration Cmdlet - Management Console cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.If the event originated on another computer, the display information had to be saved with the event.The following information was included with the event: 209229Install-MailboxRole0Microsoft.Exchange.Management.Deployment.ScriptExecutionException: The execution of: "$error.Clear(); if ( ($server -eq $null) -and ($RoleIsDatacenter -ne $true) ) { Update-RmsSharedIdentity -ServerName $RoleNetBIOSName }", generated the following error: "Database is mandatory on UserMailbox. Property Name: Database.". ---> Microsoft.Exchange.Data.DataValidationException: Database is mandatory on UserMailbox. Property Name: Database. ? at Microsoft.Exchange.Data.Directory.ADSession.Save(ADObject instanceToSave, IEnumerable`1 properties) ? at Microsoft.Exchange.Management.Deployment.UpdateRmsSharedIdentity.Link() ? at Microsoft.Exchange.Management.Deployment.UpdateRmsSharedIdentity.InternalProce***ecord() ? at Microsoft.Exchange.Configuration.Tasks.Task.Proce***ecord() ? --- End of inner exception stack trace ---{b85a6f1e-9875-4e2d-895c-3c1b93c53cbc}Log Name: ? ? ?ApplicationSource: ? ? ? ?MSExchangeSetupDate: ? ? ? ? ?6/5/2009 5:24:30 PMEvent ID: ? ? ?1002Task Category: (1)Level: ? ? ? ? ErrorKeywords: ? ? ?ClassicUser: ? ? ? ? ?N/AComputer: ? ? ?computer.exchange.comDescription:The description for Event ID 1002 from source MSExchangeSetup cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.If the event originated on another computer, the display information had to be saved with the event.The following information was included with the event: Mailbox RoleError:The execution of: "$error.Clear(); if ( ($server -eq $null) -and ($RoleIsDatacenter -ne $true) ) { Update-RmsSharedIdentity -ServerName $RoleNetBIOSName }", generated the following error: "Database is mandatory on UserMailbox. Property Name: Database.".Database is mandatory on UserMailbox. Property Name: Database.1.使用Adsiedit刪除FederatedEmail.4c1f4d8b-8179-4148-93bf-00a95fa1e042,
2.在Exchange Management Shell中使用以下命令然后重建一個。New-Mailbox -Arbitration -Name FederatedEmail.4c1f4d8b-8179-4148-93bf-00a95fa1e042 -UserPrincipalName FederatedEmail.4c1f4d8b-8179-4148-93bf-00a95fa1e042@<Default_Accepted_Domain>
Technet參考資料:
http://support.microsoft.com/kb/978776
本文出自 “周平的微軟統一溝通” 博客,請務必保留此出處http://1183839.blog.51cto.com/1173839/1182818
轉載于:https://blog.51cto.com/zhering/1408208
總結
以上是生活随笔為你收集整理的【解决办法】安装Exchange2010时报错 - “UserMailbox 必须强制使用Database”的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: Spring 开启Annotation
- 下一篇: hadoop-2.4.0完全分布式集群搭