前几天部署exchange2013SP1的时候,在部署前端的时候,安装步骤执行的时候,突然出现下面的错误:
出现这个问题,初步认为是架构准备的时候没准备完成造成的,卸载了已安装的exchange,然后ADSi删除,重新准备环境,部署依然报如上错误。
通过查阅资料,发现是因为架构里面的每一个值的属性值丢失造成的。对比我的测试环境,进行逐个排查,终于找到了一下问题
在ADSI--连接到架构--发现CN=ms-ex......的属性里面的posssuperiors值丢失,
参照我的测试环境的值,添加之后,保存
重新运行,安装通过,成功
出现这类问题,可进行以下值的排查:
In the list of attributes below, you will need to verify / add the possSuperiors objects by double clicking the CN=... object, scroll down to the Attribute possSuperiors, double click possSuperiors and add each item individually. I have separated them with a comma below but they will be individual items in the list box. If the objects in possSuperiors already exist, move on to the next item. Also, please note that the added items must be typed exactly as they are shown below.
1. CN=ms-Exch-Information-Store
1a. possSuperiors = msExchExchangeServer
2. CN=ms-Exch-Exchange-Transport-Cfg-Container
2a. possSuperiors= msExchExchangeServer
3. CN= ms-Exch-Exchange-Admin-Service
3a. possSuperiors = msExchExchangeServer,computer,container
4. CN= ms-Exch-MTA
4a. possSuperiors= msExchExchangeServer,computer,container
5. CN= ms-Exch-Protocol-Cfg-Shared-Server
5a. possSuperiors = msExchExchangeServer,computer,container
本文出自 “読書ノート” 博客,请务必保留此出处http://yamateh.blog.51cto.com/7017503/1591701
部署exchange提示“由于父类不在可能的上级列表,不能添加该对象”
原文地址:http://yamateh.blog.51cto.com/7017503/1591701