csvde help

S

scoungili

Trying to bulk import users into AD getting the following
message.

This is the import line giving me problems.
DN,objectClass,sAMAccountName,userPrincipalName,displayName
,userAccountControl,descripton
"cn=CHA MAC
Coordinator,ou=Colleges,dc=mhecd,dc=mhec,dc=state,dc=md,dc=
us",user,M1110000,[email protected],CHA MAC
Coordinator,512,College of Southern Maryland

And this is the error

Connecting to "(null)"
Logging in as current user using SSPI
Importing directory from file "c:\users.csv"
Loading entries
2:
cn=CHAMACCoordinator,ou=Colleges,dc=mhecd,dc=mhec,dc=state,
dc=md,dc=us
Attribute 0) objectClass: user
Attribute 1) sAMAccountName: M1110000
Attribute 2) userPrincipalName:
(e-mail address removed)
Attribute 3) displayName: CHA MAC Coordinator
Attribute 4) userAccountControl: 512
Attribute 5) descripton: College of Southern Maryland

Add error on line 2: No Such Attribute
The server side error is "The parameter is incorrect."
0 entries modified successfully.
An error has occurred in the program


If you have any idea let me know.
-D
 
N

news.comcast.giganews.com

CSVDE can only ADD users and cannot CHANGE users. If an account exists for
this user, Csvde will die.

So my suggestion is to check that you don't have a user already from a
previous try and then be very carefull checking the syntax of your import
file.

What you can do for a check is to create a similar user in ADUC and then use
CSVDE to do an export and check the fields you are trying to import.

ed
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top