环境变迁:
把DC上的CAS卸载并转移到另外一台Exchange Server上之后,Outlook便不能正常打开,会出现如下错误: Cannot open your default e-mail folders. The attempt to log on to Microsoft Exchange has failed.
单击 开始
,指向 所有程序、 都指向 Exchange Server 2010,然后单击 Exchange 管理外壳程序。
命令提示符键入以下的 cmdlet,然后按 ENTER 键: get MailboxDatabase database_name | fl 名称,RpcClientAccessServer
返回的值不能在完全限定域名 (FQDN) 或 Exchange 服务器 2010 CAS 数组的 Exchange 服务器 2010 CAS 服务器。如果发生这种情况键入下面的 cmdlet,然后按 ENTER 键: 集 MailboxDatabase database_name-RpcClientAccessServer FQDN_of_CAS 注意FQDN_of_CAS 占位符是 Exchange 服务器 2010 CAS 数组或 Exchange 服务器 2010 CAS 服务器的 FQDN。
注:文中某些命令因翻译产生错误,原文如下:
To resolve this issue and to change the RpcClientAccessServer mailbox database property to the correct value, follow these steps: NoteDuring this process, the LegacyExchangDN attribute is updated to the correct value for the Exchange Server server.
Click Start
, point to All Programs, point to Exchange Server 2010, and then click Exchange Management Shell.
At the command prompt, type the following cmdlet and then press ENTER: Get-MailboxDatabase database_name | fl Name, RpcClientAccessServer
The returned value may not be the Full Qualified Domain Name (FQDN) of the Exchange Server 2010 CAS server or of the Exchange Server 2010 CAS array. If this behavior occurs, type the following cmdlet and then press ENTER: Set-MailboxDatabase database_name -RpcClientAccessServer FQDN_of_CAS Note The FQDN_of_CAS placeholder is the FQDN of either the Exchange Server 2010 CAS server or of the Exchange Server 2010 CAS array.