Hi,
I have a scenario where I’m using a CSV file to update AD from an external authorative data source (no changes will be made in the portal or AD – similar to http://technet.microsoft.com/en-us/library/ee534908(v=ws.10).aspx). Currently I have it working, but I’m not sure if my setup is optimal. I have the following Management agents
File MA, FIM MA, AD MA
For my scenario, I run the following run profiles in sequence to load users from my CSV to FIM and to AD:
File Import- full import & delta sync
FIM MA – export, delta import & delta sync
AD MA – export & delta import
This seems to work, butI’m not sure if this the best way to do it.
Is there a way to find out which objects have been deleted during the synchronization process? If I click on the deleted connections I can tell an object has beend deleted and the numbers are consistent with what I expect, however it would be useful to know which objects have been deleted.
Thanks