K2.Net and Sharepoint permissions

  • 4 May 2004
  • 1 reply
  • 0 views

Badge +1
I have a k2.net server, a separate SQL server, and a separate Sharepoint farm.

The SharepointProcessService application is, by default, running as the default application pool account on the k2.net server, which in this case is Network Service .

My question is, how is this web service going to be able to work on the insert event in a remote Sharepoint Web farm when the web service runs as a local account on the k2.net server (Network Service)? What am I missing?

Sean

1 reply

Badge +1
Well, although it isn't in my above post, the error that we were getting in the k2error.txt file was:

CreateProcessInstance: User does not have permissions to start the process

It turns out that this was fixed by giving the "anonymous" user "Start" permission on the process.

Reply