hi…
Can anybody explain how to setup couchDB properly…what should be the username and how to set up username in couchDB? whenever I try, I get a connection failed message. The password problem is also present.
if it is not asking for any user name and password when you tried as above , you just leave the user name and password as blank in the globals and try.
Hello
I installed couchdb to test things out. I am able to access couchdb and create a database called openemr.
However, none of the documents that I save in seem to be saving to the database. I can save a document manually through the browser as well as through command line.
No help from the couchdb log either.
Any thoughts on where else I can look would be appreciated.
thanks
Have you set the document storage method to couchdb (Globals->documents–>document storage Method). This is the only step need to configure for couchdb.
Hi Eldho
yes I set that option in globals. I used the ip address for Hostname since my bind address in couchdb was 0.0.0.0
no username and password has be set for now.
Also, I ran the test suite in couichdb and got all “success” response. So I know there are no browser issues.
Hi
I have the ip address in there now. I have also tried the 127.0.0.1 and localhost. with the same issue.
I have looked at the couchdb log. Here is the last restart and attempt at upload .
My application is connecting to couchdb but just cant seem to write to it. I checked and verified couchdb is running as user couchdb.
in the couchDB configuration section there is is an enable “couchDB log”, which will write the logs to sites/dcouments/couchdb. What is the logs appearing there??
Interesting that no such couchDB log is found in /sites/default/document/ or anywhere else in the application folder even after I enable the logging option in globals.
now I am really confused.
I thought maybe if I added couchdb user to openemr user group I may see that log but no luck