I'm having an issue with the SharedServiceHost.exe is dieing with and unhandled exception everytime it ries to start the Office 365 integration. I've found the other posts regarding the PAssword service and that is started just fine. The log file for SharedServiceHost is throwing this in the error log.
[9768] 130705.101149.9200: CoreNet: Successfully connected to the Internet
[9768] 130705.101149.9356: SharedServiceHost: Critical: [0] : _UnhandledExceptionHappened: SharedServiceHost.exe encountered an error (0x80131500): Microsoft.WindowsServerSolutions.MailService.MailServiceException: Failed to get the status of the service ---> System.ComponentModel.Win32Exception: The specified service does not exist as an installed service
at Microsoft.WindowsServerSolutions.Common.ServiceUtility.QueryServiceConfig(String serviceName, String machineName)
at Microsoft.WindowsServerSolutions.MailService.MailServiceUtils.IsServiceRunning(String serviceName)
--- End of inner exception stack trace ---
at Microsoft.WindowsServerSolutions.MailService.MailServiceUtils.IsServiceRunning(String serviceName)
at Microsoft.WindowsServerSolutions.O365Integration.BecWebServiceAdapter.SetCredential(String userName, String password)
at Microsoft.WindowsServerSolutions.O365Integration.O365ManagementCore.QueryAllOnlineUsers()
at Microsoft.WindowsServerSolutions.O365Integration.UpdateO365IntegrationDataTask.Run()
at Microsoft.WindowsServerSolutions.O365Integration.BackgroundTask.TimerCallback(Object state)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.TimerQueueTimer.CallCallback()