Question
March 28, 2008 at 05:48 AM
jamiemcdaniel

Importing Active Directory Structure to ADAM

by jamiemcdaniel . Updated 18 years, 4 months ago

I have installed ADAM instance on my computer and I am trying to import the structure of Active Directory into ADAM instance, so that Application Developper will be able able to modify ADAM without impacting AD.
I have used Ldifde tool to export the AD structure

Ldifde -f c:\exportou.ldf -s DomaincontrollerName
Connecting to “DomaincontrollerName”
Logging in as current user using SSPI
Exporting directory to file c:\exportou.ldf
Searching for entries…
Writing out entries…………………….

I have also used Adsschemaanalyzer
to load target schema from the domaincontroller
to load base schema from ADAM

when I try to import the exportou.ldf file I receive the error shown below:

ldifde -i -f c:\exportou.ldf -s ADAMCOMPUTER:389 -j . -c “cn=Configuration,dc=X” #configurationNamingContext
Connecting to “ADAMCOMPUTER:389”
Logging in as current user using SSPI
Importing directory from file “c:\exportou.ldf”
Loading entries.
Add error on line 1: No Such Attribute
The server side error is: 0x57 The parameter is incorrect.
The extended server error is:
00000057: LdapErr: DSID-0C090B3D, comment: Error in attribute conversion operati
on, data 0, va28
0 entries modified successfully.
An error has occurred in the program

I appreciate any help.

This discussion is locked

All Comments