Re: [GENERAL] Unable to connect to Postgres database from email marketing software on the same host

2010-03-15 Thread Major Services
Not sure how to check the server-log? Please help. New to Postgres & Linux! On Mon, Mar 15, 2010 at 5:48 PM, Major Services wrote: > Error message is "Server call failed for unknown reason" > > The software doc does not mention whether trying to establish a > conn

Re: [GENERAL] Unable to connect to Postgres database from email marketing software on the same host

2010-03-15 Thread Major Services
Error message is "Server call failed for unknown reason" The software doc does not mention whether trying to establish a connection via UNIX-Sockets or via TCP/IP? On Mon, Mar 15, 2010 at 5:43 PM, Major Services wrote: > -- Forwarded message -- > From: Major

Fwd: [GENERAL] Unable to connect to Postgres database from email marketing software on the same host

2010-03-15 Thread Major Services
-- Forwarded message -- From: Major Services Date: Mon, Mar 15, 2010 at 5:36 PM Subject: Re: [GENERAL] Unable to connect to Postgres database from email marketing software on the same host To: r...@iol.ie I have the following: host    all    dbadmin    0.0.0.0/0     trust Do I

[GENERAL] Unable to connect to Postgres database from email marketing software on the same host

2010-03-15 Thread Major Services
Hi, I have an email marketing software installed on the same server as PostgresSQL database. Am unable to connect to the database from this application. The database owner is dbadmin. My pg_hba.conf has one entry as: local all dbadmin trust What other setup is required for this? Thanks --