Return-Path: Delivered-To: apmail-db-derby-user-archive@www.apache.org Received: (qmail 80867 invoked from network); 9 Jan 2008 00:41:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Jan 2008 00:41:11 -0000 Received: (qmail 88052 invoked by uid 500); 9 Jan 2008 00:41:00 -0000 Delivered-To: apmail-db-derby-user-archive@db.apache.org Received: (qmail 88021 invoked by uid 500); 9 Jan 2008 00:41:00 -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 88010 invoked by uid 99); 9 Jan 2008 00:41:00 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Jan 2008 16:41:00 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of amichail@gmail.com designates 209.85.132.249 as permitted sender) Received: from [209.85.132.249] (HELO an-out-0708.google.com) (209.85.132.249) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Jan 2008 00:40:36 +0000 Received: by an-out-0708.google.com with SMTP id c8so8649ana.45 for ; Tue, 08 Jan 2008 16:40:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=SyNRJ7JVIr0FR1GNbi4g98/cpFOPuxLYdH7Kk2lIWcw=; b=nasnfB7OAZrtDF2aO1LLiH93HGz9dlnyx7KpZVX0hFiVUTQkwto9W09MF8qGQc1nK09IIopwL1NJpYXjSew1UEWFX2H8OpIuzBVFDPjC9JxEfdP8vwFVZQwIE1yyBQs8S9Ie1bPzYITfiRjm0CIwFRQ2EWPuO+YjDW5LEC4BH80= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=krp+q87OAzFaONkDauX3lZ2pDmOhpBDPhFeGWyBr4wwpGzW//bwtvtKOQik0wv1xaiC80sGa97a2OV0owkUuwfpxLMAFXFXt5VFOgZu0VnqDLjwrZ+5HpGJUM2dim1FcBJ2Lg4ZQjAD3gvKmzrjnmwxuUKZtnLWR4TZzj5P+O8w= Received: by 10.100.227.20 with SMTP id z20mr124228ang.74.1199839241184; Tue, 08 Jan 2008 16:40:41 -0800 (PST) Received: by 10.100.251.4 with HTTP; Tue, 8 Jan 2008 16:40:41 -0800 (PST) Message-ID: Date: Tue, 8 Jan 2008 19:40:41 -0500 From: "Amir Michail" To: "Derby Discussion" Subject: Re: how to recover from read only connection error? In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: X-Virus-Checked: Checked by ClamAV on apache.org On Jan 8, 2008 7:22 PM, Amir Michail wrote: > Hi, > > How do I recover from this error? > > ERROR 25503: DDL is not permitted for a read-only connection, user or database. > > Amir > It turns out that not only do permissions need to be good, but also ownership. Amir