Hello,
I am facing a weird issue during the export of a group to a log file (xml).
I have configured my ADLDS management agent such as the export run profile exports data into a XML Ffile:
Everything is fine in the XML, I see my new accounts, the attributes updated for accounts but for an unknown reason the group which should contains accounts doesnot contain the DN values.
It contains the tags <dn-value> and <dn> but <dn> is empty
e.g:
<delta operation="update" dn="CN=GroupX,OU=Users,DC=ZZZZ">
<anchor encoding="base64">XDSQDQDQ</anchor>
<dn-attr name="member" operation="add" multivalued="true">
<dn-value>
<dn/>
</dn-value>
<dn-value>
<dn/>
</dn-value>
</dn-attr>
During the export, FIM updates the attribute "member" of the group:
Member attribute seems to be caught by FIM during synchro profile and export profil bt not translates correctly in the final xml file.
Any ideas?
Thanks for your reply.