Skip to main content
Nintex Community Menu Bar

ASPX User/server does not have permissions to start the process

  • October 23, 2007
  • 3 replies
  • 17 views

Forum|alt.badge.img+5

Hi,

How to link the user credentials in the K2BP Web Forms to impersonate the user who logged in? I still get the user who run the server, for example, the network service, ...etc.

 Error Message:

System.Exception: K2:DOMAINSERVERNAME$ORUSERNAME does not have permissions to start the
process

 

Cheers,

Saleh 

3 replies

Forum|alt.badge.img+3
  • October 23, 2007

Try adding <identity impersonate = "true" /> to the web.config under <authentication mode="Windows" />


Forum|alt.badge.img+5
  • Author
  • October 24, 2007
Thanks for your reply, impersonation tag wasn't the only problem. I published the site to the same server "where K2BP Workspace resides", I reconfigured the site to implement NTLM authentication rather than Kerberos which was the default configuration for all sites...

Forum|alt.badge.img+1
  • November 12, 2007

Hi saleh,


 Did you check if the user  K2:DOMAINSERVERNAME$ORUSERNAME has been added to the process in K2 Workspace. Following are the steps to do so.


1. Open K2 [blackpearl] workspace
2. Select Management from the menu.
3. Expand 'Workflow Server' under <YourServer:PortNo> node.
4. Expand 'Processes'.
5. Expand the workflow thats been deployed.
6. Select 'Process Rights'.
7. Add users whom you want to give the rights and select the required option


Regards,


Anil