Return-Path: X-Original-To: apmail-directory-users-archive@www.apache.org Delivered-To: apmail-directory-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8E902B6CB for ; Fri, 6 Jan 2012 04:29:16 +0000 (UTC) Received: (qmail 41863 invoked by uid 500); 6 Jan 2012 04:29:14 -0000 Delivered-To: apmail-directory-users-archive@directory.apache.org Received: (qmail 41604 invoked by uid 500); 6 Jan 2012 04:28:43 -0000 Mailing-List: contact users-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@directory.apache.org Delivered-To: mailing list users@directory.apache.org Received: (qmail 41590 invoked by uid 99); 6 Jan 2012 04:28:36 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Jan 2012 04:28:36 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of ayyagarikiran@gmail.com designates 209.85.210.178 as permitted sender) Received: from [209.85.210.178] (HELO mail-iy0-f178.google.com) (209.85.210.178) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Jan 2012 04:28:27 +0000 Received: by iagf6 with SMTP id f6so2358376iag.37 for ; Thu, 05 Jan 2012 20:28:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type :content-transfer-encoding; bh=qUcj+Wi0yS1wdIcdfLT/Rqa0r9FbD/4glXwezw1I3Rs=; b=NC20y656NOtuuHwy4vWxd+c6qZ3KGIz8MZnDb1BC/cqsy3iMXeMcRVEEqFqEm1kgaj h0EMG4W3FS5NtsWuapZ814fWwStWKjOFAd1yYYbEJm9jPLLgV0bn2DC3tn2zYIdVDZvl snHGeADkbowWiaQ5cGn4ty98WrEuqlTUSWXjg= MIME-Version: 1.0 Received: by 10.43.47.135 with SMTP id us7mr4627560icb.31.1325824087049; Thu, 05 Jan 2012 20:28:07 -0800 (PST) Sender: ayyagarikiran@gmail.com Received: by 10.231.180.133 with HTTP; Thu, 5 Jan 2012 20:28:06 -0800 (PST) In-Reply-To: References: Date: Fri, 6 Jan 2012 09:58:06 +0530 X-Google-Sender-Auth: 0h58GKBCATy831sL3H6at7pSjyA Message-ID: Subject: Re: Enabling partition on ApacheDS 2.0.0-M1 From: Kiran Ayyagari To: users@directory.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org the new context entry's (the first entry of the partition) DN should be dc=3DMyCompany,dc=3Dcom NOT ou=3DMyCompany (you can later create ou=3DMyCompany under dc=3DMyCompany,dc=3Dcom with the DN ou=3DMyCompany,dc=3DMyCompany,dc=3Dcom) On Fri, Jan 6, 2012 at 7:00 AM, Herson Cruz wrote: > Hi all, > > I've done the following steps in order to create a new partition for my o= u=3DMyCompany > > 1. Copy example partition entry and then paste it with a new name as: > > =A0 =A0 =A0 =A0ads-partitionId=3DMyCompany,ou=3Dpartitions,ads-directoryS= erviceId=3Ddefault,ou=3Dconfig > > 2. Changed attribute ads-partitionsuffix to dc=3DMyCompany,dc=3Dcom > > 3. On ads-directoryServiceId=3Ddefault,ou=3Dconfig have added attribute a= ds-partitions=3DMyCompany > > 4. When trying to create a new ou under Root DSE or trying to copy ou=3Ds= ystem and paste it with a new name (MyCompany) I get the following error: > > [LDAP: error code 32 - NO_SUCH_OBJECT: failed for MessageType : ADD_REQUE= ST > Message ID : 89 > =A0 =A0Add Request : > Entry > =A0 =A0dn[n]: ou=3DMyCompany > =A0 =A0objectClass: top > =A0 =A0objectClass: organizationalUnit > =A0 =A0objectClass: extensibleObject > =A0 =A0ou: MyCompany > : ERR_268 Cannot find a partition for ou=3D MyCompany] > > > What should I be missing? > > Any help is very much appreciated, thanks in advance. > > Herson. --=20 Kiran Ayyagari