Skip to main content
Hi,

When I try to access the workspace I get this error:

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.ConnectionPool.GetConnection(Boolean& isInTransaction) at System.Data.SqlClient.SqlConnectionPoolManager.GetPooledConnection(SqlConnectionString options, Boolean& isInTransaction) at System.Data.SqlClient.SqlConnection.Open() at WorkSpaceService.FilterService.NewUserTemplate(String UserName) --- End of inner exception stack trace ---

I'm using windows authentication with kerberos. I have the following servers:
- 1 DC/AD on windows 2003 Server SP1
- 1 K2 Server
- 1 SQL Server 2005
- 1 IIS on windows 2003 Server SP1

Can anyone help me with this?

Thank you
Marco
Hi Marco,
Try changing your AppPool ID account K2V3 is running under. Make sure that 'Workspace' and 'WorkspaceService' also run under this AppPool.

HTH,
Ockert

Reply