This weekend Exchange 2010 stopped working with Outlook clients. Researching the problem I found out that the Exchange RPC Client Access Service is not starting. Looking at the event log this is what I get:
Message: Failed to register service principal name ExchangeMDB. Failed with error code The specified account does not exist (1317).
Source: MSExchangeRPC
Event ID: 1002
I already checked for ExchangeMDB and its is registered in AD pointing to the right box.
Any ideas on how to solve this problem?
setspn -L [CAS Server name]. Second, try to change the Log On as account for the RPC Client Access Service to LocalSystem and try to start it – Mathias R. Jessen Dec 29 '11 at 2:40