user is not allowed to open the worklist item

  • 11 November 2008
  • 1 reply
  • 1 view

Badge +1

Hi Guys


I have a user account which is used to start the K2 service.


In my .net project I use windows authentication to open a connection to the k2 server.


this is my connection string;


conn.Open(k2servername, "[;];Authentication=Windows;Domain=DCS;User=LesediSysacc;Password=Probasdhs;")


Using this account I can start processes, but cannot open a worklist item that was started. See error message below.


System.Exception: 4411 DCSLesediSysacc from 10.131.64.60 is not allowed to open the worklist item DCSLESEDI2DEV,1163,19 at Client.Throw(String s, Exception e) at Client.InternalCall(UInt32 sock, ArchiveX ar, Int32 hdr) at SourceCode.K2ROM.Connection.OpenWorklistItem(String SerialNumber, String Platform, Boolean Alloc, Boolean IgnoreStatus) at SourceCode.K2ROM.Connection.OpenWorklistItem(String SerialNumber, String Platform) at



My server is configured to use windows authentication.


What am I doing wrong here?


Are there any additional rights that this account must have other than Admin and Export under Security, Manage Security.


This user also has all the rights on the process that is started. The identity impresonate is set to true on the webconfig file.


1 reply

Badge +13
Is that person in the destination user/queue of the activity?

Reply