Hello,
I am unable to restart my asynchronous services on the crm app server. I am using the same account for the SQL Server (CRM) service, which restarts fine. Only the Asynchronous Service has the issue.
Here is the error message found in the event viewer:
Host CRMUATAP1: failed while starting monitoring asynchronous operations queue. Exception: System.Data.SqlClient.SqlException: Cannot generate SSPI context.
at System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection owningObject)
at System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection)
at System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory)
at System.Data.SqlClient.SqlConnection.Open()
at Microsoft.Crm.CrmDbConnection.Open()
at Microsoft.Crm.SharedDatabase.DatabaseMetadata.LoadMetadataXmlFromDatabase(CrmDBConnectionType connectionType, String connectionString, Int32& maxBlobSize)
at Microsoft.Crm.ConfigurationDatabase.ConfigurationMetadata.get_Cache()
at Microsoft.Crm.SharedDatabase.DatabaseService.Initialize(String tableName)
at Microsoft.Crm.SharedDatabase.DatabaseService.Retrieve(String tableName, String[] columns, PropertyBag[] conditions)
at Microsoft.Crm.ServerLocatorService.GetSiteSettingIdFromDatabase()
at Microsoft.Crm.ServerLocatorService.GetSiteSettingId()
at Microsoft.Crm.ServerLocatorService.GetSiteSetting(String settingName)
at Microsoft.Crm.Asynchronous.AsyncService.InitializeComponents()
at Microsoft.Crm.Asynchronous.AsyncService.OnStart(String[] args)
*This post is locked for comments
I have the same question (0)