|
9/6/2011 6:58:29 AM
pmouat
pmouat
Posts 1
I'm trying to run a CSV update for around 2600 users, these are mail contacts only but still exist in the AD, I'm matching on the displayName field. I'm getting "Error Binding to 'Name of Person' :User not found.
9/18/2011 9:40:52 AM
admin
admin
Posts 331
Bulk AD Users can only be used to update user accounts. It also applies the following filter: (ObjectClass=User)(ObjectCategory=person)

If the CSV update tool doesn't find a user that matches the specified binding attribute value, it will throw that error. The application might be updated to support contact objects in future, but for now it only works with user accounts. I also wrote a script to update user accounts via CSV, which you could customize to work with contact objects:

http://www.wisesoft.co.uk/scripts/vbscript_update_user_attributes_from_csv.aspx

Hope you find this useful,

David
pages: 1
|