I am trying to pull a couple of variables from users via Query LDAP.
I have the search configured correctly and I am able to get the desired results by selecting the Run Now option.
My LDAP Path is LDAP://DC=xxxxx,DC=com
My Query is (&(objectCategory=person)(objectClass=user)(cn=xxxxxx))
The properties I am retrieving are msDS-PrincipalName and directReports.
The scope is subtree and I have paged query checked.
If I select "Run Now" and execute the query, I get output and it includes data for both attributes. If I publish the workflow and run via a schedule, I get no output.
I have lots of experience playing with LDAP and active directory but limited Nintex experience. I am assuming I am doing something really dumb but nothing seems obvious.
Any ideas? Thanks in advance