The error:
"Unable to read data from the transport connection. an existing connection was forcibly
closed by the remote host."
The conditions:
1) I have the following connection string:
server = "CIRMS01"
password = "password"
user id = "postgres"
database = "egov_euc"
port = "5432"
2) pg_hba.conf has:
host all all 150.46.1.9/32 md5
3) postgres.conf has:
listen_addresses = *
4) client = Windows XP 32bit
server = Windows 2008 Server 64bit
I don't know what seems to be the problem why it is prompting the error message above
and why it cannot connect. I googled it but there seems I cannot find a clear cut
solution.
psql, for example? – dezso Apr 13 at 19:31