Hi,
I am studying the MCTS Self-Paced Training Kit (Exam 70-640): Configuring Windows Server 2008 book . I am getting the errors when trying to import computers from a LDIFDE file. Chapter 5 Exercise 3 on page 210 "
Any help would be much appreciated.
dn: CN=SERVER10,OU=Servers,DC=Contoso,DC=com
changetype: add
objectClass: top
objectClass: person
objectClass: organizationalPerson
objectClass: user
objectClass: computer
cn : SERVER10
userAccountControl: 4096
sAMAccountName: SERVER10$
dn: CN=SERVER11,OU=Servers,DC=Contoso,DC=com
changetype: add
objectClass: top
objectClass: person
objectClass: organizationalPerson
objectClass: user
objectClass: computer
cn : SERVER11
userAccountControl: 4096
sAMAccountName: SERVER11$
C:\Windows\System32>ldifde -i -f "%userprofile%\documents\computers.ldf" -j c:\log
Connecting to "Server01.contoso.com"
Logging in as current user using SSPI
Importing directory from file "C:\Users\Administrator\documents\computers.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-0C090C26, comment: Error in attribute conversion operation, data 0, v1772
0 entries modified successfully.
An error has occurred in the program
***Below is thecontents of the log file log file***
Connecting to "Server01.Contoso.Com"
Logging in as current user using SSPI
Importing directory from file "C:\Users\Administrator\documents\computers.ldf"
Loading entries
1: CN=SERVER10,OU=Servers,DC=Contoso,DC=Com
Entry DN: CN=SERVER10,OU=Servers,DC=Alps,DC=Priv
changetype: add
Attribute 0) objectClass:top person organizationalPerson user computer
Attribute 1) cn :SERVER10
Attribute 2) userAccountControl:4096
Attribute 3) sAMAccountName:SERVER10$
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-0C090C26, comment: Error in attribute conversion operation, data 0, v1772
0 entries modified successfully.
An error has occurred in the program