Please help, anyone.
I'm having some troubles when accessing the K2 worklist.
I have no problems getting the worklist when using the following code:
' Open the connection to the K2 server
' ------------------------------------
objK2Conn = New Connection
objK2Conn.Open(AppSettings("K2Server"))
' Get the worklist of the current page user
' -----------------------------------------
objK2WorkList = objK2Conn.OpenWorklist("ASP")
BUT, I want to be able to get the worklist for another user, I'm trying the following code:
' Open the connection to the K2 server
' ------------------------------------
objK2Conn = New Connection
objK2Conn.Open(AppSettings("K2Server"), _
AppSettings("Domain") & "," & _
AppSettings("K2UID") & "," & _
AppSettings("K2PWD"))
' Get the worklist of the current page user
' -----------------------------------------
objK2WorkList = objK2Conn.OpenWorklist("ASP", Username)
But I get "User is not allowed to open the worklist", is there something I'm missing :wink: ?
User is not allowed to open the worklist
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
