how to configure flatfile adapter?

I need to configure flat file adapter to load sample data I tried configuring with flatfileactiveSync(csv) reosurce type when I reconcile it says error iterating over objects and failed pls help me on this
[212 byte] By [Soori] at [2007-11-26 9:38:49]
# 1
SIm version I am using is 6.0 When I configure flatfileactiveSync(csv) reosurce type and when I reconcile it says "error iterating over objects" has any body encountered the same and has any siolution to this.
Soori at 2007-7-7 0:34:06 > top of Java-index,Web & Directory Servers,Directory Servers...
# 2
The fliatfile adapter is a source only adapter. It may be used to read records in and trigger form and task processing. It does not persist account links in IdM. This makes running a reconcile meaningless.
IdMdMan at 2007-7-7 0:34:06 > top of Java-index,Web & Directory Servers,Directory Servers...
# 3

Ok.

FF Active sync cannot be reconciled. What to do with this scenario then?

1. FF active sync record processed, IDM object created from the FF as record and an LDAP resource entry created and linked to that IdM object.

2. User changes an attribute in the LDAP resource independently from IdM

3. Why doesnt the FF Active sync correct the attribute by replacing the value from source file on the next cycle?

Answer: it has no means to do so... no reconciliation... it will never be corrected unless or until the source record is changed.

I guess there has to be a method of forcing IdM to process ALL records every cycle to force correctness, However, an occasional recon against the FF and Idm objects would keep things up-to-date and correct.

greenfan88 at 2007-7-7 0:34:06 > top of Java-index,Web & Directory Servers,Directory Servers...
# 4
Your scenario is a little bit sketchy greenfan. It isn't clear why you are using a flat file to trigger actions against LDAP. Data from LDAP can be maintained on IdM by use of LDAP active sync and recon, what purpose does the flat file serve?
IdMdMan at 2007-7-7 0:34:06 > top of Java-index,Web & Directory Servers,Directory Servers...
# 5

We have a similar situation as the one greenfan88 sketches.

We have an authorative resource that we get data from via flat file active sync. Data from the resource is pussed to an LDAP.

User is allowed to change that attribute on the LDAP via idm.

But still we want to know the value the authoriative FFAS resource provided initially.

Therefor we store the value coming from the FFAS resource in 2 attributes on the ldap. One may be modified by the user, one not.

So no need for the ffas resource to overwrite the value again. A copy of the actual value is still available... (so no (impossible) reconciliation required for the ffas resource)

(By the way: most attributes are simply not available for the user for editing, :-)

Iddo at 2007-7-7 0:34:06 > top of Java-index,Web & Directory Servers,Directory Servers...
# 6

How did you go about using FFAsync to load data in IDM and then push that out to an LDAP resource?

I am trying to do this for the first time and would appreciate a jump start.

I want to load accounts from csv, and bring them in Sun IDM. Then at the same time, I want to push them out to LDAP and also log things such as password, etc, for mailing out to users.

sunidmforum at 2007-7-7 0:34:06 > top of Java-index,Web & Directory Servers,Directory Servers...
# 7
I am trying to do the same. If you guys are successful doing this please post me how you did it.thanksMessage was edited by: botcha
botcha at 2007-7-7 0:34:06 > top of Java-index,Web & Directory Servers,Directory Servers...