gewe
Joined: 16 Nov 2005
Posts: 4
|
Posted:
Wed Nov 16, 2005 9:48 am Post subject:
Error 0x57 importing AD schema into ADAM |
|
|
I'm having a problem importing the AD schema into a new ADAM store.
I exported the AD schema with:
| Code: | | c:\windows\adam\ldifde -j . -m -o whenCreated,whenChanged,objectGUID,uSNChanged,uSNcreated -r "(|(objectCategory=classSchema)(objectCategory=attributeSchema))" -f <filename> -d "cn=schema,cn=configuration,<domain root>" |
I try to import into the ADAM store with:
| Code: | | c:\windows\adam\ldifde -j . -i -k -s <servername> -f <filename> -c "CN=schema,cn=configuration,<domain root>" #schemaNamingContext |
I get the following error:
| Code: | Connecting to "<servername>"
Logging in as current user using SSPI
Importing directory from file "<filename>"
Loading entries.......
Add error on line 147: No Such Attribute
The server side error is: 0x57 The parameter is incorrect.
The extended server error is:
00000057: LdapErr: DSID-0C090AB7, comment: Error in attribute
conversion operation, data 0, vece
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. |
I am logged into the domain as Adminstrator, who is a member of
Enterprise Admins, which has Full Control on the AD. Server runs
Windows 2003 Enterprise Edition.
The import file has on lines 147-171:
| Code: | dn: CN=See-Also,CN=Schema,CN=Configuration,<domain root>
changetype: add
adminDescription: See-Also
adminDisplayName: See-Also
attributeID: 2.5.4.34
attributeSyntax: 2.5.5.1
cn: See-Also
distinguishedName:
CN=See-Also,CN=Schema,CN=Configuration,<domain root>
instanceType: 4
isSingleValued: FALSE
lDAPDisplayName: seeAlso
mAPIID: 33071
name: See-Also
objectCategory:
CN=Attribute-Schema,CN=Schema,CN=Configuration,<domain root>
objectClass: top
objectClass: attributeSchema
oMObjectClass:: KwwCh3McAIVK
oMSyntax: 127
schemaIDGUID:: MXqWv+YN0BGihQCqADBJ4g==
searchFlags: 0
showInAdvancedViewOnly: TRUE
systemFlags: 16
systemOnly: FALSE |
What is wrong here?
How can I import the AD schema into the ADAM store?
(I already imported the schema_metadata.ldf and ad_schema.ldf that come with the ADAMSync download.)[/code] |
|