Accessing K2 server from other servers

  • 27 December 2009
  • 1 reply
  • 2 views

Badge +2

Hi,


In my application, I have written code to access worklist from K2 server(stand alone server).


wfConnection.Open(k2ServerName);


wfConnection.ImpersonateUser(User);


But when I deploy the application in other server(where K2 is not installed) and try to access the server where K2 is installed I get foolowing error.


28026 K2:NT AUTHORITYANONYMOUS LOGON does not have permissions to impersonate user DomainUserName


Can anyone suggest what should I do in order to access worklist from other servers where application is installed.


1 reply

Badge +9

Sounds like a kerberos delegation issue (your user credentials is not being delegated correctly).


You might want to review the environment setup for the IIS side to see if you configured it right for kerberos delegation.


i.e. Check HTTP SPN, check AD delegation rights, check app pool account, check IIS site authentication settings, etc.

Reply