PG 8.2 instal on Win2k3 - unable to connect to test network socket
When I tried to install pg8.2 on Win2k3 service pack 2 using the
installer I received the error message window
Unable to connect to the test network socket : 100013
If I changed the port from the default '5432' to 5433 works fine.
- any suggestions ?
Google showed me an email regarding this message in 8.1, but there was
no resolution.
g.
On Wed, Aug 26, 2009 at 19:12, imageguy<imageguy1206@gmail.com> wrote:
When I tried to install pg8.2 on Win2k3 service pack 2 using the
installer I received the error message windowUnable to connect to the test network socket : 100013
If I changed the port from the default '5432' to 5433 works fine.
Sounds like you already have something listening on 5432. Perhaps
another verison of PostgreSQL already installed?
--
Magnus Hagander
Me: http://www.hagander.net/
Work: http://www.redpill-linpro.com/
Sounds like you already have something listening on 5432. Perhaps
another verison of PostgreSQL already installed?
Thats what I thought, but a port scan tells me that the port is closed.
On Wed, 2009-08-26 at 18:43 -0300, geoff wrote:
Sounds like you already have something listening on 5432. Perhaps
another verison of PostgreSQL already installed?Thats what I thought, but a port scan tells me that the port is closed.
Try using the `netstat' command (or one of the numerous GUI
wrappers/replacements) to look at your open port list instead. That'll
show you what the OS thinks is in use.
--
Craig Ringer