You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@couchdb.apache.org by Tessy Antony <tp...@neo.tamu.edu> on 2014/06/07 00:35:10 UTC

Error for Upper case letters in database replication target

Couchdb just gives 500 Server Error {"error":"db_not_found","reason":"could not open MY_UPPER_CASE_DATABASE"} when the target has upper case letters.
Will be helpful if it is more specific,
-Tessy Antony

Re: Error for Upper case letters in database replication target

Posted by Alexander Shorin <kx...@gmail.com>.
Hi Tessy,

Yes, there is such problem with replicator: it hided real database
access problem under "db_not_found" error. Should be easy to fix.
Could you please file the issue @ jira about to track the work down
for it?
--
,,,^..^,,,


On Sat, Jun 7, 2014 at 2:35 AM, Tessy Antony <tp...@neo.tamu.edu> wrote:
> Couchdb just gives 500 Server Error {"error":"db_not_found","reason":"could not open MY_UPPER_CASE_DATABASE"} when the target has upper case letters.
> Will be helpful if it is more specific,
> -Tessy Antony