login fail client

  • 5 March 2007
  • 3 replies
  • 3 views

Badge +3
Hi.

When I try to connect to the workspace using a client, I get this message:
System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> System.Data.SqlClient.SqlException: Login failed for user 'NT AUTHORITYANONYMOUS LOGON'.
at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection)
at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj)
at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj)
at System.Data.SqlClient.SqlInternalConnectionTds.CompleteLogin(Boolean enlistOK)
at System.Data.SqlClient.SqlInternalConnectionTds.OpenLoginEnlist(SqlConnection owningObject, SqlConnectionString connectionOptions, String newPassword, Boolean redirectedUserInstance)
at System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, Object providerInfo, String newPassword, SqlConnection owningObject, Boolean redirectedUserInstance)
at System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection)
at System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnection owningConnection, DbConnectionPool pool, DbConnectionOptions options)
at System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject)
at System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject)
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 WorkSpaceService.FilterService.NewUserTemplate(String UserName)


Now, on my last post it was an error in the workspace service web.config.

But since that error is solved, what can it be now?

Thanks

Ricardo

3 replies

Badge +3
Tell us about your environment.
  • Is it federated (k2 server components and IIS components on same machine) or is it distributed?
  • Is the K2 server process running as local system or as a domain service account?
  • Are the K2 web apps running under their own Website or the default website?
    • Is the IIS Application Pool for the website a custom App Pool or the Default App Pool?
    • What account is the App Pool set to run as?
Badge +3
icon-quote.gifJRagan:
Tell us about your environment.
  • Is it federated (k2 server components and IIS components on same machine) or is it distributed?
    It's in the same machine
  • Is the K2 server process running as local system or as a domain service account?
    Domain Service Account
  • Are the K2 web apps running under their own Website or the default website?
    Default Website
    • Is the IIS Application Pool for the website a custom App Pool or the Default App Pool?
      Default App
    • What account is the App Pool set to run as?
      Network Service
Badge +3
icon-quote.gifHalF:
Tell us about your environment.
  • Is it federated (k2 server components and IIS components on same machine) or is it distributed?
    It's in the same machine
  • Is the K2 server process running as local system or as a domain service account?
    Domain Service Account
  • Are the K2 web apps running under their own Website or the default website?
    Default Website
    • Is the IIS Application Pool for the website a custom App Pool or the Default App Pool?
      Default App
    • What account is the App Pool set to run as?
      Network Service


Set the Identity of the 'Default' Application Pool to the same account as the K2 Server service. Perform an IIS Reset, and try again.

Reply