Hi
I am trying to Import users newusers.ldf with LDIFDE. here is the file contents but i am getting error is there any one can help. thanks in advance. here is LDF file
DN: cn=April Stewart,OU=People,DC=Contoso,DC=com
ChangeType: add
CN: April Stewart
objectClass: user
sAMAccountName: april.stewart
userPrincipleName: april.stewart@contoso.com
givenName: April
sn: Stewart
displayName: Stewart, April
mail: april.stewart@contoso.com
description: salesRepresentative in the USA
title: Sales representative
Department: Sales
company: Contoso, Ltd.
DN: CN=Tony Krignen,OU=People,DC=Contoso,DC=com
changeType: add
CN:Tony Krignen
objectClass: user
sAMAccountName: tony.Krignen
userPrincipleName: tony.Krignen@contoso.com
givenName: tony
sn: Krignen
displayName: Krignen, tony
mail: tony.krignen@contoso.com
description: salesRepresentative in the USA
title: Sales representative
Department: Sales
company: Contoso, Ltd.
This is the error i am getting, as far as i know i am fallowing MSpress book instruction and there is no typo it is same as book says.
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-0C090C26, comment: Error in attribute conversion operati
on, data 0, v1771
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>