Thread: Could not connect to the server;

Could not connect to the server;

From
"Josué Maldonado."
Date:
 
Just upgraded to pgsql 7.3.3 and got this error.
 
Thanks,
 
 
Josué
 
-- System Information --

Platform: Windows XP
Version: 5.1
Build: 2600 Service Pack 1

-- Application Information --

Name: pgAdmin II
Version: 1.5.60
Descripton:

Name: pgSchema
Version: 1.5.60
Descripton: PostgreSQL Schema Objects v1.5.60

-- Database Information --

Version: 0.0.0
Descripton:

-- Driver Information --

Name:
Version: 0.0.0
Descripton:

-- Error Information --

Description: Could not connect to the serverB
Could not connect to remote socket.
Number: -2147467259
Routine: pgAdmin II:frmConnect.cmdConnect_Click

************************************************************

Insert your comment:

Re: Could not connect to the server;

From
"Dave Page"
Date:
It's rumoured that Josué Maldonado. once said:
>
> Just upgraded to pgsql 7.3.3 and got this error.
>
> Thanks,
>
> -- Error Information --
>
> Description: Could not connect to the serverB
> Could not connect to remote socket.
> Number: -2147467259
> Routine: pgAdmin II:frmConnect.cmdConnect_Click

Hi,

Have you checked the postgresql.conf file since your upgrade? This error
usually occurs because the server was started with tcp/ip sockets switched
off.
Regards, Dave.