Re: PostgreSQL 8.0 install woes - Mailing list pgsql-general

From Magnus Hagander
Subject Re: PostgreSQL 8.0 install woes
Date
Msg-id 6BCB9D8A16AC4241919521715F4D8BCE475E04@algol.sollentuna.se
Whole thread Raw
In response to PostgreSQL 8.0 install woes  ("Taber, Mark" <Mark.Taber@dof.ca.gov>)
List pgsql-general
Make sure the server actually listens on connections other than 127.0.0.1 - check "listen_addresses" in postgresql.conf.
 
 
//Magnus
 
-----Ursprungligt meddelande-----
Från: Taber, Mark [mailto:Mark.Taber@dof.ca.gov]
Skickat: den 4 oktober 2004 20:29
Till: pgsql-general@postgresql.org
Ämne: [GENERAL] PostgreSQL 8.0 install woes

I have Postgres 8.0-beta2 set up on two machines (one Windows 2000 Server, the other Windows XP Pro); I have Postgres up and running as a service on both machines, no problem.  I’m even able to go into psql and putz around.  However, I am not able to log on remotely using pgAdmin III.  Whenever I attempt to add a server, I get the following message:

 

An error has occurred:

 

Error connecting to the server: could not connect to the server: Connection refused (0x0000274D/10061)

     Is the server running on host “nnn.nnn.nnn.nnn” and accepting

     TCP/IP connections on port 5432?

 

The answer is, yes the server is running on the host, and there are no restrictions on either machine for port 5432.  It fails in both directions.  The machines can see each other on the network.

 

Thanks in advance for all your help.

 

Mark Taber

State of California

Department of Finance

Infrastructure & Architecture Unit

916.323.3104 x2945

 

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: trouble installing plpgsql
Next
From: Ron St-Pierre
Date:
Subject: Re: PostgreSQL 8.0 install woes