部署exchange提示“由于父类不在可能的上级列表,不能添加该对象”
????前幾天部署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
轉載于:https://blog.51cto.com/yamateh/1591701
總結
以上是生活随笔為你收集整理的部署exchange提示“由于父类不在可能的上级列表,不能添加该对象”的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 网页导航的动画效果
- 下一篇: 编程之旅-Day10