之前将Hub、CAS、Mailbox全部安装在一台Windows 2003上(FQDN:EXCHANGE2K7.sample.com),为了模拟真实环境,将这台Windows 2003删除上的角色全部删除,然后重新安装。
删除后在3台Windows 2003上分别安装Hub、CAS、Mailbox。AD使用原来的,邮件域也不变假如为sample.com。
安装Hub和Mailbox均正常,但安装CAS时出现错误,如下:
Exchange server "EXCHANGE2K7DEL:42a8fc5e-0de4-427e-afb0-5ba9d17dce3a" was not found. Please make sure you have typed it correctly.
setuplog中记录如下:
[4/19/2010 10:43:10 AM] [2] Previous operation run on domain controller 'pdc_2.sample.com'.
[4/19/2010 10:43:10 AM] [2] Searching objects "EXCHANGE2K7
DEL:42a8fc5e-0de4-427e-afb0-5ba9d17dce3a" of type "Server" under the root "$null".
[4/19/2010 10:43:10 AM] [2] Previous operation run on domain controller 'pdc_2.sample.com'.
[4/19/2010 10:43:10 AM] [2] [ERROR] Exchange server "EXCHANGE2K7
DEL:42a8fc5e-0de4-427e-afb0-5ba9d17dce3a" was not found. Please make sure you have typed it correctly.
[4/19/2010 10:43:10 AM] [2] Ending processing.
[4/19/2010 10:43:10 AM] [2] Ending processing.
[4/19/2010 10:43:10 AM] [1] The following 1 error(s) occurred during task execution:
[4/19/2010 10:43:10 AM] [1] 0. ErrorRecord: Exchange server "EXCHANGE2K7
DEL:42a8fc5e-0de4-427e-afb0-5ba9d17dce3a" was not found. Please make sure you have typed it correctly.
[4/19/2010 10:43:10 AM] [1] 0. ErrorRecord: Microsoft.Exchange.Configuration.Tasks.ManagementObjectNotFoundException: Exchange server "EXCHANGE2K7
DEL:42a8fc5e-0de4-427e-afb0-5ba9d17dce3a" was not found. Please make sure you have typed it correctly.
at Microsoft.Exchange.Configuration.Tasks.DataAccessTask`1.GetDataObject[TObject](IIdentityParameter id, IConfigDataProvider session, ObjectId rootID, Nullable`1 notFoundError, LocalizedString multipleFoundError)
at Microsoft.Exchange.Management.Deployment.EnableOabWebDistribution.InternalValidate()
at Microsoft.Exchange.Configuration.Tasks.Task.ProcessRecord()
[4/19/2010 10:43:10 AM] [1] [ERROR] Exchange server "EXCHANGE2K7
DEL:42a8fc5e-0de4-427e-afb0-5ba9d17dce3a" was not found. Please make sure you have typed it correctly.
[4/19/2010 10:43:10 AM] [1] Setup is halting task execution because of one or more errors in a critical task.
[4/19/2010 10:43:10 AM] [1] Finished executing component tasks.
[4/19/2010 10:43:10 AM] [1] Ending processing.
[4/19/2010 10:47:16 AM] [0] End of Setup
[4/19/2010 10:47:16 AM] [0] **********************************************
我在想是不是域控中某个地方记录了原来的Mailbox Server信息,该如何清楚呢?还是其他的原因,请教各位大侠,谢谢!