我之前在Exchange 2007服务器上遇到了一些问题,导致它无法连接到我们的域控制器。
我设法得到的是连接到域控制器,我现在可以login和查看我的电子邮件。 但是,在Exchange Server而不是域控制器上创build的任何用户现在都缺less其邮箱。 同样,创build的任何通讯组也都会丢失。
据我所知,没有什么是腐败的。 邮箱数据库已被“清除”,但“已断开邮箱”选项卡中未显示邮箱。
我已经将收件人范围更改为每个可用的选项,但是我仍然无法看到丢失的邮箱。
如果缺less邮箱的用户尝试login到OWA,他们会得到类似的错误:
Outlook Web Access could not find a mailbox for S-1-5-21-4025249410-3730884854-1808593348-1187. If the problem continues, contact technical support for your organization and tell them the following: The mailbox may be stored on a Microsoft Exchange 2000 or Microsoft Exchange 2003 server, or the Active Directory user account was created recently and has not yet replicated to the Active Directory site where this Client Access server is hosted.
stringS-1-5-21-4025249410-3730884854-1808593348-1187每个人的变化。
dcdiag.exe显示大量错误 – 我正在努力弄清楚复制错误来自何处:
Warning: EXCHANGE01 is not advertising as a time server. ......................... EXCHANGE01 failed test Advertising There are warning or error events within the last 24 hours after the SYSVOL has been shared. Failing SYSVOL replication problems may cause Group Policy problems. ......................... EXCHANGE01 failed test DFSREvent A warning event occurred. EventID: 0x80000785 Time Generated: 02/17/2013 17:59:39 Event String: The attempt to establish a replication link for the following writable directory partition failed. A warning event occurred. EventID: 0x80000785 Time Generated: 02/17/2013 17:59:39 Event String: The attempt to establish a replication link for the following writable directory partition failed. A warning event occurred. EventID: 0x80000785 Time Generated: 02/17/2013 17:59:39 Event String: The attempt to establish a replication link for the following writable directory partition failed. [CARBON] DsBindWithSpnEx() failed with error -2146893022, The target principal name is incorrect.. Warning: CARBON is the Schema Owner, but is not responding to DS RPC Bind. [CARBON] LDAP bind failed with error 8341, A directory service error has occurred.. Warning: CARBON is the Schema Owner, but is not responding to LDAP Bind. Warning: CARBON is the Domain Owner, but is not responding to DS RPC Bind. Warning: CARBON is the Domain Owner, but is not responding to LDAP Bind. Warning: CARBON is the PDC Owner, but is not responding to DS RPC Bind. Warning: CARBON is the PDC Owner, but is not responding to LDAP Bind. Warning: CARBON is the Rid Owner, but is not responding to DS RPC Bind. Warning: CARBON is the Rid Owner, but is not responding to LDAP Bind. Warning: CARBON is the Infrastructure Update Owner, but is not responding to DS RPC Bind. Warning: CARBON is the Infrastructure Update Owner, but is not responding to LDAP Bind. ......................... EXCHANGE01 failed test KnowsOfRoleHolders ......................... EXCHANGE01 failed test Replications ......................... EXCHANGE01 failed test RidManager w32time Service is stopped on [EXCHANGE01] ......................... EXCHANGE01 failed test Services
某些原因,您的Exchange服务器也是DC,对吧? 我认为这是你的问题所在:IIRC一旦你把Exchange放在DC上,Exchange绑定到它在同一个系统上共享的DCangular色。 如果这个DC工作不正常,那么任何依赖这个DC工作的服务(例如Exchange)都会有问题。
无论哪种方式,我build议DCDiag输出肯定指向一个更普遍的连接问题,需要解决之前,你担心太多的Exchange。 在考虑其他任何事情之前,你需要解决这台机器上DCangular色的任何问题,因为直到这是正确的,你无法开始评估任何进一步问题的真正影响。
看看你的DCDiag输出,假设你已经完成了基本连接的常规testing,我不知道你是否遇到了DNS问题:
检查每个系统的TCP / IP设置configuration是否正确 – 数据中心不应该只是指向自己的DNS。
如果一个或多个数据中心(特别是Exchange服务器,但检查所有数据中心)是双归属(多个网卡),那么请检查该数据中心的DNS信息是否已经混乱可能在DNS中注册了错误的IP地址,这会阻止正常工作。 修复,然后看看你在哪里。
如果这样做不行,那么可能是时候回头检查所有连接的基础知识了。 你以前的问题是什么? 你做了什么来解决它们? DC(包括DC上的本地防火墙)之间是否有防火墙可能导致连接问题?
我还要补充一点,除非DC问题很容易或者明显地解决,或者如果解决这些问题不会显着改善Exchange的情况,那么这将是与Microsoft PSS联系的一个非常好的时机 – 尤其是如果您没有此Exchange服务器的已知的良好备份。