Having configured a number of FIM scenarios, I always feel unsure when determining what order is best to leave the synchronizations running in on a regular basis. Does anyone have any tips as to how to determine the best sync order?
In my current scenario FIM is pulling in AD accounts, flowing them to the portal and potentially joining them to CSV data which will provide further information to go to the portal. Information from the CSV MA may also be exported out to AD. If an AD account is deleted, the metaverse object is deleted and a delete staged on the FIM MA, the CSV connector is disconnected. CSV info is only updated once a day and joins may come and go there. Various workflows require a frequent sync between AD and FIM.
My thinking was:
A daily sync of:
CSV - full import, full sync
Portal - export, delta import, delta sync
ADMA - export, delta import, delta sync
A frequent sync of:
ADMA - delta import, delta sync
Portal - export, delta import
Does this seem reasonable?