CSVDE and LDIFDE command problems.
Hey TE,
I've recent started studying for the 70-640 and purchased the Self-paced training kit for it. While running through the labs in the book, I've run into a problem. I've been trying to get the csvde and ldifde commands to work but they both don't seem to take. Using the dsadd command works for adding individual users.
Currently using a trial W2K8R2 Enterprise for my studies.
Here's what I get when I input the commands:
C:\Users\Administrator\Documents>csvde -i -f newusers.txt -k
Connecting to "(null)"
Logging in as current user using SSPI
Importing directory from file "newusers.txt"
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 generate a log file, please
specify the log file path via the -j option.
C:\Users\Administrator\Documents>ldifde -i -f newusers.ldf -k
Connecting to "SERVER01.contoso.com"
Logging in as current user using SSPI
Importing directory from file "newusers.ldf"
Loading entries.
Add error on entry starting on line 1: No Such Attribute
The server side error is: 0x57 The parameter is incorrect.
The extended server error is:
00000057: LdapErr: DSID-0C090C3E, comment: Error in attribute conversion operati
on, data 0, v1db1
0 entries modified successfully.
An error has occurred in the program
No log files were written. In order to generate a log file, please
specify the log file path via the -j option.
This is my "newusers.txt" file:
DN,objectClass,sAMAccountName,sn,givenName,userPrincipleName
"cn=Lisa Andrews,ou=People,dc=contoso,dc=com",user,lisa.andrews,Lisa,Andrews,lisa.andrews@contoso.com
"cn=David Jones,ou=People,dc=contoso,dc=com",user,david.jones,David,Jones,david.jones@contoso.com
I've looked at the book and have gone through the and checked the syntax, spelling, spacing, etc on the .txt and .ldf files and they both look like they do in the book.
Can anybody give me some insight on what I'm doing wrong?