deanlee88 发表于 2010-3-12 21:35:38

exchange 2007 ID1005的错误

环境:1台win2008的主域控,1台win2008辅助域控+Exchange2007,安装部署完成后,所有功能均正常,但每次重启后MSExchangeSA不能自动启动,手动开启正常。
向大家求助解法。
Log Name:      Application
Source:      MSExchangeSA
Date:          3/12/2010 8:17:58 PM
Event ID:      1005
Task Category: General
Level:         Error
Keywords:      Classic
User:          N/A
Computer:      mercurydn.heincpa.com
Description:
Unexpected error The local machine must be a Kerberos KDC (domain controller) and it is not. ID no: 80090339 Microsoft Exchange System Attendantoccurred.

[ 本帖最后由 deanlee88 于 2010-3-17 13:24 编辑 ]

tarian 发表于 2010-3-17 06:59:38

请查看微软的KB:
http://support.microsoft.com/kb/274447/zh-cn

另外告诉您一个解决此类问题的好方法:
就是打开搜索引擎,然后输入关键字,source : MSExchangeSA event id:1005,然后您就可以找到有关于此错误的信息了。

deanlee88 发表于 2010-3-17 13:24:07

问题已解决,现将处理过程共享:
1. 在Exchange服务器上,打开注册表编辑器(regedit)。
2. 展开至HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\MSExchangeSA。
3. 修改右侧DependOnService的值为EventLog, RPCSS, LanmanWorkstation, LanmanServer, Netlogon。(每项单独占据一行) ,
   其中:Netlogon为新增,其他四项已存在。
4. HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\MSExchangeSA\parameters 下新增建Dword 类型,name为bootpause,值为78(16进制78等于十进制120)-----意为SA启动等待120秒。
5. 同样,进入HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\MSExchangeADTopology,添加类型为Multi-String Value的键值DependOnService,值设为Netlogon。
6. 添加完成后,重起服务器后正常。

发生此问题的原因是,System Attendant服务是Exchange中用于获取AD信息的重要服务,它的启动是需要和众多AD服务之间通信,一旦启动的时候别的AD服务没有及时启动,该服务可能会因超时而启动失败。
此问题在将AD和Exchange装在同一台机器时较易出现。
可参考的KB:http://support.microsoft.com/kb/940845

钉子 发表于 2010-3-17 13:34:17

感谢楼主分享结帖。
页: [1]
查看完整版本: exchange 2007 ID1005的错误