Retrieve AD User

  • 3 August 2009
  • 3 replies
  • 3 views

Badge +1

Hi, I am just setup K2 blackpearl, when I open VS's User Browser and Workspace, I cannot find anyone AD user, but I can find the Groups that are the same as Domain. How can I get the AD User and import into K2.

 Moreover, if I use K2SQL Users to process the workflow, then how can I login as K2SQL user in K2 workspace? Should I cutomerize a .NET page to handle this event.

Thanks a lot.


3 replies

Badge +3

The User you are logged on with, does this user have access rights to the K2 Server ?

Do you have a single or multiple domains ? 

 

Badge +1

Yes, The server has only one domain.

How can I know the Logon user has access right for K2 server?

Badge +3

You can check this in 2 places:

a) Using the Workspace:

  • Expand Server Node
  • Expand Workflow Server Node
  • Click on Server Rights


b) Run the following query on the K2Server SQL Database: SELECT TOP 100 * FROM K2Server.dbo._ServerUser

Reply