Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 3996 invoked from network); 9 Jun 2009 16:33:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 9 Jun 2009 16:33:18 -0000 Received: (qmail 2516 invoked by uid 500); 9 Jun 2009 16:33:30 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 2427 invoked by uid 500); 9 Jun 2009 16:33:30 -0000 Mailing-List: contact dev-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list dev@couchdb.apache.org Received: (qmail 2413 invoked by uid 99); 9 Jun 2009 16:33:30 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Jun 2009 16:33:30 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Jun 2009 16:33:28 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id BE76B234C004 for ; Tue, 9 Jun 2009 09:33:07 -0700 (PDT) Message-ID: <818740100.1244565187765.JavaMail.jira@brutus> Date: Tue, 9 Jun 2009 09:33:07 -0700 (PDT) From: "Ajay jagdish Pawaskar (JIRA)" To: dev@couchdb.apache.org Subject: [jira] Created: (COUCHDB-380) Getting "please try again." response from CouchDb when tried to update the document MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org Getting "please try again." response from CouchDb when tried to update the document ----------------------------------------------------------------------------------- Key: COUCHDB-380 URL: https://issues.apache.org/jira/browse/COUCHDB-380 Project: CouchDB Issue Type: Question Affects Versions: 0.8 Environment: Microsoft windows Xp Professional version 2002 Service Pack 2 Microsoft Visual C# 2005 Reporter: Ajay jagdish Pawaskar Priority: Blocker hi i m Updating couch document from >net framework 2.0 (c#) i m getting response as "please try again".... (when i am updating other docs those docs getting updated) here is what i m doing i have two docs 1] appconfiguarion 2] systemrestore i m getting (GET) systemrestore & appconfiguarion then in my .net code i update the appconfiguarion from systemrestore document ( taken care of _id & _rev Fields) then i am trying to update(PUT) the appconfiguarion document where i m getting error as "please try again" . . . one more thing when i m updating appconfiguarion document separately it's getting updated (from my .Net code) . . . i tried by restarting couchDb server same error i am getting . is any any kind of BUG from couchdb? or m i missing something? -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.