Hi again,
I have just downloaded ApacheDS 1.5.7 and it has the same problem as
reported earlier when I import the SevenSeas schema. However, it works
for both SevenSeas and my schema when they are imported into version 1.5.5.
Are there extra steps I need to take when importing schema into versions
after 1.5.5?
Cheong Chung Onn wrote, On 4/18/10 11:52 PM:
> Hi,
>
> Importing a customized schema to ApacheDS 1.5.6 does not seems to work
> though it works on version 1.5.5. After spending a couple of hours of
> futile experimentation, I managed to track down the SevenSeas schema
> example. I use it to test if it was my schema that is giving problem
> or it ApacheDS 1.5.6. The errors reported by ApacheDS when I tried to
> import the SevenSeas schema using Apache Studio 1.5.6 on OSX 10.5.6.
> Below are the errors from the Modification logs
>
> Is this fixed in ApacheDS 1.5.7?
>
> #!RESULT OK
> #!CONNECTION ldap://localhost:10389
> #!DATE 2010-04-18T23:34:26.601
> dn: cn=sevenSeas, ou=schema
> changetype: add
> objectclass: metaSchema
> objectclass: top
> cn: sevenSeas
>
> #!RESULT OK
> #!CONNECTION ldap://localhost:10389
> #!DATE 2010-04-18T23:34:26.657
> dn: ou=attributeTypes, cn=sevenSeas, ou=schema
> changetype: add
> ou: attributetypes
> objectclass: organizationalUnit
> objectclass: top
>
> #!RESULT ERROR
> #!CONNECTION ldap://localhost:10389
> #!DATE 2010-04-18T23:34:26.680
> #!ERROR [LDAP: error code 53 - UNWILLING_TO_PERFORM: failed for
> Add Request : ClientEntry dn: m-oid=1.3.6.1.4.1.18060.0.4.3.2.1,
> ou=attributeTypes, cn=sevenSeas, ou=schema objectclass:
> metaAttributeType objectclass: metaTop objectclass: top
> m-singleValue: TRUE m-oid: 1.3.6.1.4.1.18060.0.4.3.2.1
> m-description: Number of guns of a ship m-syntax:
> 1.3.6.1.4.1.1466.115.121.1.27 m-name: numberOfGuns m-equality:
> integerMatch : ERR_10026 Cannot add the AttributeType
> m-oid=1.3.6.1.4.1.18060.0.4.3.2.1, ou=attributeTypes, cn=sevenSeas,
> ou=schema, as the associated schema (sevenseas) is not loaded]
> dn: m-oid=1.3.6.1.4.1.18060.0.4.3.2.1, ou=attributeTypes,
> cn=sevenSeas, ou=sch
> ema
> changetype: add
> m-syntax: 1.3.6.1.4.1.1466.115.121.1.27
> m-description: Number of guns of a ship
> m-name: numberOfGuns
> objectclass: metaAttributeType
> objectclass: metaTop
> objectclass: top
> m-singleValue: TRUE
> m-equality: integerMatch
> m-oid: 1.3.6.1.4.1.18060.0.4.3.2.1
>
|