Workflow Soluiton

 View Only
  • 1.  Workflow 7 AD components

    Posted Sep 16, 2009 12:58 PM
    Does anybody know how to setup the AD components in Workflow 7?  What do I use as the input?  I'm trying to use Get Current user because I want to be able to pull the info for the user who is connected to the website but the AD components keep error out.


  • 2.  RE: Workflow 7 AD components

    Posted Sep 18, 2009 01:46 PM
    Dragging out an AD component introduces a number of project properties to your flow. They should be populated with something akin to the following:

    ADDomainAdminUser and ADDomainAdminPW should be self explanatory. As far as I know, you don't need to qualify the domain user with the domain i.e domain\user or in the format name@domain, but you may have to experiment if you're having problems.
    ADDomainName should be a fully qualified domain name, like my.fakename.symantec.net
    ADServer should be the IPAddress of the ADmachine
    ADServerPort should be the default, 0, unless you've specified a different port.

    Hope this helps.



  • 3.  RE: Workflow 7 AD components

    Posted Sep 28, 2009 04:48 PM
    To add to what reecardo said, you can set your AD connections/info at the project level so every AD component will use them rather than having to enter them form each component you drag onto the project.

    In the project pane, click on the Name of your project (highest level), and click the properties tab, and you should see the fields that reecardo was referring to in the previous post.