From: | Gerd Koenig <koenig(at)transporeon(dot)com> |
---|---|
To: | pgsql-general(at)postgresql(dot)org, sapient(at)clear(dot)net(dot)nz |
Subject: | Re: Trying to install ODBC driver on Windows XP notebook |
Date: | 2010-06-22 04:25:42 |
Message-ID: | 201006220625.42433.koenig@transporeon.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Hi Phil,
On Tuesday, June 22, 2010 10:19:33 pm Phil Jackson wrote:
> I have latest Postgresql installed on a notebook and now trying to
> install the driver which I have downloaded and run so that it is now
> available in the ODBC Data Source Administrator
>
> This machine has CA security suite, latest version installed and I have
> added a network rule that allows all applications using TCP and UDP on
> Port 4532 to gain access In and Out
Do you really have opened port 4532, or is it a typo ? (should be 5432, of
course ;-) ).
>
> I have the correct database name and get the following message when I
> try to Test the connection.
>
> Could not connect to the server
> No Connection could be made because the target machine actively refused it.
> (192.168.1.7:5432)
Does your postmaster listen on this address ?
Check your postgresql.conf for parameter "listen_addresses"
What's the error message in detail ?
regarads....GERD.....
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2010-06-22 04:26:05 | Re: Problem Using RowType Declaration with Table Domains |
Previous Message | Devrim GUNDUZ | 2010-06-22 03:55:41 | Re: No PL/PHP ? Any reason? |