Activesync flat file configuration

configured activesync flat file using csv format, able to create users succesfully but when I try to modify user showing User already exist. It is trying to create user again. Any help would be highly appreciative.
[221 byte] By [vimalkumara] at [2007-11-27 6:55:26]
# 1
Do you have an Update action for modified users?Ankush
ankushkapoora at 2007-7-12 18:31:10 > top of Java-index,Web & Directory Servers,Directory Servers...
# 2

That is right... When the feedOp is "Update", Active Sync checks out the User view along with the ActiveSync view. Following need to considered:

1.) Try to be more explicit in determining the feedOp type before applying any attribute values.

2.) Generally this exception is thrown when you are trying to set up the attributes like "waveset.accountId" or "password". Make sure that you are not trying to perform this operations in case of feedOp as "Update"

3.) You will have to provision the User view before even applying the changes to the user. Try using "reprovision" in your WF that is being invoked form activesync.

Cheers

Lalit

ahluwala at 2007-7-12 18:31:10 > top of Java-index,Web & Directory Servers,Directory Servers...
# 3
From where is that fieldOp value coming? I have just modified my flat file but i am getting feedop as create.
vimalkumara at 2007-7-12 18:31:10 > top of Java-index,Web & Directory Servers,Directory Servers...