No me puedo conectar con el PG Admin

From: Liane Figueroa Hernández <liane(dot)figueroa(at)gmail(dot)com>
To: <pgadmin-support(at)postgresql(dot)org>
Subject: No me puedo conectar con el PG Admin
Date: 2011-02-08 12:08:22
Message-ID: 4d513238.0690d80a.5ebb.fffff632@mx.google.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

Hola, desde Windows necesito usar la herramienta PG Admin para conectarme a
una BD remota de una práctica de Openbravo, me muestra el siguiente mensaje,
lo que sucede es que no encuentro tampoco el postgresql.conf file en mis
archivos de programa/pgadmin,

Server doesn't listen

The server doesn't accept connections: the connection library reports

could not connect to server: Connection timed out (0x0000274C/10060) Is the
server running on host "10.0.1.14" and accepting TCP/IP connections on port
5432?

If you encounter this message, please check if the server you're trying to
contact is actually running PostgreSQL on the given port. Test if you have
network connectivity from your client to the server host using ping or
equivalent tools. Is your network / VPN / SSH tunnel / firewall configured
correctly?

For security reasons, PostgreSQL does not listen on all available IP
addresses on the server machine initially. In order to access the server
over the network, you need to enable listening on the address first.

For PostgreSQL servers starting with version 8.0, this is controlled using
the "listen_addresses" parameter in the postgresql.conf file. Here, you can
enter a list of IP addresses the server should listen on, or simply use '*'
to listen on all available IP addresses. For earlier servers (Version 7.3 or
7.4), you'll need to set the "tcpip_socket" parameter to 'true'.

You can use the postgresql.conf editor that is built into pgAdmin III to
edit the postgresql.conf configuration file. After changing this file, you
need to restart the server process to make the setting effective.

If you double-checked your configuration but still get this error message,
it's still unlikely that you encounter a fatal PostgreSQL misbehaviour. You
probably have some low level network connectivity problems (e.g. firewall
configuration). Please check this thoroughly before reporting a bug to the
PostgreSQL community.

Si pudieran ayudarme por favor, muchas gracias.

Atentamente,

Liane

Browse pgadmin-support by date

  From Date Subject
Next Message Erwin Brandstetter 2011-02-09 02:59:55 pgAdmin 1.12.2 would not start any more. Missing dlls (?). Re-installing v1.10.2 seems to have fixed v.1.12.2
Previous Message Julius Tuskenis 2011-02-08 07:54:07 Re: possible memory leak in Server Status window