The problem is that there is no partition created to store the data for dc=sina (or dc=sina,dc=com). The default config has a partition specifically for dc=example,dc=com and anything underneath it, so you need to create a partition for your data. I recommend copying the "examplePartitionConfiguration" section in your server.xml file and changing the suffix to dc=sina,dc=com. You will also have to change the id of this bean and add that bean id to the partitionConfigurations section of the configuration bean.
After this, you will be able to add entries to dc=sina,dc=com . Good luck, Chris On 10/5/07, Siamak Sarmady <[EMAIL PROTECTED]> wrote: > > Hello, > > - I am trying to learn ApacheLDAP using the studio. I have opened > "example connection" and try to create a new domain for my objects but > I receive below error (under the root). > > #!RESULT ERROR > #!CONNECTION ldap://localhost:10389 > #!DATE 2007-10-06T12:37:46.766 > #!ERROR [LDAP: error code 32 - failed to add entry dc=sina: dc=sina] > dn: dc=sina > changetype: add > objectClass: domain > objectClass: top > objectClass: extensibleObject > dc: sina > > - I tried to create a dc=sina,dc=com object, the same as currently > available dc=example,dc=com but it complains that dc=com does not > exist. > > I am supposed to create dc=com first? I tried to do this but again I > have the problem mentioned previously. > > I appreciate if someone can help. > > Regards, Mac >
