error adding users using csvde
I am attempting to import two user obects using CSVDE on a book exercise for
managing and maintaining a Microsoft Server 2003 environment. The textbook
instructed me to type the following information in notepad, creating 3 lines
of text.
DN,objectClass,sAMAccountName,sn,givenName,userPri ncipleName
"CN=John
Doe,OU=Employees,DC=contoso,DC=com",user,jdoe,Doe, John,
"CN=George Brown,OU=Employees,
DC=contoso,DC=com",user,gbrown,Brown,George,george .
Nex, I am instructed to save the file as "C:\USERS.CSV"
Next, I open the command prompt and type the following:
csvde -i -f c:\users.csv
I get the following response:
Connecting to "(null)"
Logging in as current user using SSPI
Importing directory using file "c:\users.csv"
Loading entries
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.
No log files were written. In order to create a log file, use the -j option.
Can someone help me figure out how to correct the problem?