Work list is not displaying

  • 13 September 2007
  • 3 replies
  • 0 views

Badge +4

Hi friends,


I am new to K2.NET, i install K2.NET,after i open K2 Service manger,but in that service manager i did not find work list pls help me how to rectify this problem.


 


thanks,


schand


3 replies

Badge +8

Hi,


What's your version? Is it Blackpearl or K2.net 2003? (K2 Service Manager is a K2.net 2003 component)

Badge +4

hi,


this is K2.NET 2003,i create the process,compiled export in to the server,every thing is fine,i designed the button click event,in button click event i gave like this.


private

void button1_Click(object sender, EventArgs e)


{


SourceCode.K2ROM.

Connection cn = new SourceCode.K2ROM.Connection();


//Connection cn = new Connection();


cn.Open(

"enzenk2");//, "[;];Authentication=External;User=Administrator;Password=");


ProcessInstance pI = cn.CreateProcessInstance("Bank_claimsClaim_DE");


pI.DataFields[

"Destination"].Value = "CreditCard";


pI.DataFields[

"ClaimDetails"].Value = "CreditCard";


cn.StartProcessInstance(pI);


cn.Close();


 


}


but in the work list not displaying any thing,i gave the K2.Addworklist("ASP" ,SerailNumber) in the client events. where the problem is,pls tell me


 


 

Badge +11

Hi schand,


Please re-post your question to the K2.net 2003 forum.


This forum is for K2 [blackpearl] specific questions.


Best Regards,


Ockert

Reply