The adapter must support iterating accounts in order to reconcile accounts
I started a reconciliation-to load users into IDM and the status shows
"The adapter must support iterating accounts in order to reconcile accounts on resource FFSYNC "
Can we use FlatFileActiveSync resource for reconciliation? and If yes, is there anything I should be looking at the adapter configuration?
Can anybody point me to the right direction?
G
# 1
I don't think so, this feature is missing in Flat File resource and required for reconciling.
You will be more lucky with XML File resource (you must add it manually to resource types: class com.waveset.adapter.XMLResourceAdapter). It requires specific structure of file, so maybe can be more easier fill in some DB table...
Cheers,
Frantisek
# 2
This was designed as such to load users from FlatFileActiveSync resource. But, the sun docs say to run reconcilation first and then initiate active sync. But for now, reconciliation itself throws me this error.
We get AD data into a flat-file and using this FFSYNC resource, we run the ActiveSync process to load users or recon.
G