Return-Path: Delivered-To: apmail-db-derby-user-archive@www.apache.org Received: (qmail 51213 invoked from network); 29 Sep 2005 15:20:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 29 Sep 2005 15:20:07 -0000 Received: (qmail 56841 invoked by uid 500); 29 Sep 2005 15:20:04 -0000 Delivered-To: apmail-db-derby-user-archive@db.apache.org Received: (qmail 56822 invoked by uid 500); 29 Sep 2005 15:20:04 -0000 Mailing-List: contact derby-user-help@db.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Reply-To: "Derby Discussion" Delivered-To: mailing list derby-user@db.apache.org Received: (qmail 56811 invoked by uid 99); 29 Sep 2005 15:20:04 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Sep 2005 08:20:04 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of dremesh@gmail.com designates 66.249.82.200 as permitted sender) Received: from [66.249.82.200] (HELO xproxy.gmail.com) (66.249.82.200) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Sep 2005 08:20:09 -0700 Received: by xproxy.gmail.com with SMTP id t4so77406wxc for ; Thu, 29 Sep 2005 08:19:42 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=UG67YFzw1uvuoleNeunFo/RF1rWMn6SpQfz0z6tLqIlIQ/nAOhE8K7AO4mcPsrl286uGitCcr2eJZTQju9CNDo4xP7UAmyirNZApeJJowU9EAnacSVJ+qynbhSH1j67XQ1GMXqyjj/C8ExEYc3QK6oXzAZYD20y95UHOcxviXQk= Received: by 10.70.34.14 with SMTP id h14mr541346wxh; Thu, 29 Sep 2005 08:19:42 -0700 (PDT) Received: by 10.70.132.17 with HTTP; Thu, 29 Sep 2005 08:19:42 -0700 (PDT) Message-ID: <58ed70f505092908196f0ca032@mail.gmail.com> Date: Thu, 29 Sep 2005 08:19:42 -0700 From: Deepa Remesh Reply-To: Deepa Remesh To: Derby Discussion Subject: Re: user authentication In-Reply-To: <433BF7C5.1040104@neometsys.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <433BF7C5.1040104@neometsys.fr> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi Nicolas, Please see if this FAQ solves your problem: http://db.apache.org/derby/faq.html#schema_exist Also, are you setting derby.system.home property when starting network server? If so, derby.properties file must be in directory specified by this property. If it is not set, Derby uses derby.properties file in the current user directory. This is just to make sure the properties you set are getting used. To enable Derby authentication, you must also set derby.connection.requireAuthentication property to true. You can find information about this property at http://db.apache.org/derby/docs/10.1/tuning/ Hope this helps. Deepa On 9/29/05, Nicolas Dufour wrote: > Hi > > I dont understand why I cant connect to my base. > > I have put in derby.properties : > derby.authentication.provider=3DBUILTIN > derby.user.foo=3Dfoo > > I'm connecting to the base thru a networkserver, and then when i try to > do a select i have this error : > ERROR 42Y07: Schema 'FOO' does not exist > > What is the problem ???? > > Thank you > > Nicolas > >