Quantcast
Viewing all articles
Browse latest Browse all 31638

error while importing users via ldifde command

Hello,

my ldif file pattern is below. 

DN: CN=SERHAT AKTAS,OU=tamfree,OU=beyazyaka,OU=brs_user,DC=BRISANET,DC=brisa,DC=com,DC=tr
changetype: add
accountExpires: 9223372036854775807
c: TR
cn: SERHAT AKTAS
co:: VMO8cmtpeWU=
codePage: 0
company: BRISA
countryCode: 792
department: Bilgi Sistemleri
displayName: SERHAT AKTAS
distinguishedName: 
 CN=SERHAT AKTAS,OU=tamfree,OU=beyazyaka,OU=brs_user,DC=BRISANET,DC=brisa,DC=co
 m,DC=tr
dSCorePropagationData: 20130114110424.0Z
dSCorePropagationData: 20130114102855.0Z
dSCorePropagationData: 20130114102229.0Z
dSCorePropagationData: 20121220092627.0Z
dSCorePropagationData: 16010101181633.0Z

I reveive the below error:

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 operation, data 0, v1db1

0 entries modified successfully.

An error has occurred in the program

the command that I use for exporting : 

ldifde -m -f PROD_tamfree.ldf -s localhost:389 -d "OU=tamfree,OU=beyazyaka,OU=brs_user,DC=BRISANET,DC=brisa,DC=com,DC=tr" -p subtree -r "(&(objectCategory=person)(objectClass=User)(givenname=*))"

the command that I use for importing : 

ldifde -i -f "PROD_tamfree.ldf" -s localhost:389

Note: source server and the target server is not the same. I'm trying to import the users in to a different domain (test domain)

what can be the reason of my issue?


Viewing all articles
Browse latest Browse all 31638

Trending Articles