Exchange 2007 error: MSExchangeSA 9317
2007-11-21 05:07:20
版权声明:原创作品,如需转载,请与作者联系。否则将追究法律责任。 |
Q:
事件类型: 错误
事件来源: MSExchangeSA 事件种类: 常规 事件 ID: 9317 日期: 2007-11-12 事件: 10:12:34 用户: N/A 计算机: HQ-BOX-SE 描述: 为 exchangeRFR 注册服务主体名称失败;错误代码是 c0072098。 2007 CCR环境,我在主/被动邮箱服务器间切换的时候会有如上的错误,但邮箱功能没有问题,请问这个错误如何解决.
A:
您好!
这是Exchange 2007 的一个已知问题,通过 Add-ADPermission 添加权限到群集节点对象来解决该问题。解决方法如下: 1. Run the following command in the Exchange Management Shell. add-ADPermission -Identity "cn=exchange-cms,cn=computers,dc=mydomain,dc=com" -User "node-cl1$" -AccessRights WriteProperty -Properties "Validated-SPN" Note The -Identity parameter specifies the identity of the object to which the permissions are being granted. The -Identity parameter requires the full name of the user in quotation marks. The "cn=exchange-cms,cn=computers,dc=mydomain,dc=com" placeholder is the clustered Exchange mailbox server distinguished name. The -User parameter specifies the object to which the permissions are being granted. The "node-cl1$" placeholder is the name of the cluster node followed by the dollar sign to specify that it is a computer object. 2. Replace the value of the -User parameter with the next cluster node, and then run the add-ADPermission command again. Note You must run the add-ADPermission command one time for each node in the Exchange 2007 cluster. 更多的信息,请参考以下文章: Event ID 9317 is logged when the Microsoft Exchange System Attendant service comes online on an Exchange 2007 cluster node http://support.microsoft.com/default.aspx?scid=kb;EN-US;935676 罗俊华 在线技术支持工程师 微软全球技术支持中心 本文出自 “www.exlab.cn” 博客,转载请与作者联系! 本文出自 51CTO.COM技术博客 |



lowpower
博客统计信息
热门文章
最新评论
友情链接