Hello All,
I have issue with output parameter for Active Directory, please check below.
If anyone faced similar issue, please assist.
CR Screenshot:
Even after the collection, its not getting changed to collected value.
Connector Config
Hello All,
I have issue with output parameter for Active Directory, please check below.
If anyone faced similar issue, please assist.
CR Screenshot:
Even after the collection, its not getting changed to collected value.
Connector Config
Note: If you are creating the accounts in a dynamic OU, read the following - AFX: Output parameters failing for AD
Try to change the Parameter Name and Attribute, from name to samaccountname
If still doesn't work, increase the log level to DEBUG - AFX Connector: How to turn log level to DEBUG
During the fulfillment phase, check the AFX logs.
You should see in the logs a similar xml to the one below
<Body>
<Request timestamp="2015-08-25T08:01:35.881-04:00" id="1">
<epid>ActiveDirectory</epid>
<verb name="CreateAccount">
<parameters>
<parameter name="extensionAttribute1">sdfsdf</parameter>
<parameter name="extensionAttribute2">sfsdf</parameter>
<parameter name="manager">CN=yyy yyy,OU=EMEA,OU=Users,DC=a,DC=com</parameter>
<parameter name="department">GO</parameter>
<parameter name="Password">ENCP00hyB(pU8vQlPM7Bivr3m4sG4R4oO/jS0g3fuv)</parameter>
<parameter name="Account">CN=zz zz ,ou=users,OU=People,DC=corp,DC=a,DC=com</parameter>
<parameter name="givenName">zzz</parameter>
<parameter name="name">zzz zzz</parameter>
<parameter name="sn">zzz</parameter>
<parameter name="userAccountControl"></parameter>
<parameter name="displayName">zzz zzzz</parameter>
<parameter name="CN">zzzzzzzzzzzzz</parameter>
<parameter name="mobile"></parameter>
</parameters>
<output-parameters>
<output-parameter operation="sAMAccountName" name="extensionAttribute2"/>
</output-parameters>
</verb>
<Response timestamp="2015-08-25T08:01:38.778-04:00">
<parameters>
<parameter name="extensionAttribute2">sfsdf</parameter>
</parameters>
<status>
<code>0</code>
<brief>Success</brief>
<detailed>Request successfully processed</detailed>
</status>
</Response>
</Request>
</Body>
Check what you see in the status section of that xml.
Attach your log if it's still not working.
What is the product version?
Can you share the a complete screenshot from the connector configuration?
Is the account being created in AD with the correct value???