Re: Unable to connect on W2K

From: Ludek Finstrle <luf(at)pzkagis(dot)cz>
To: Paul Lambert <paul(dot)lambert(at)autoledgers(dot)com(dot)au>
Cc: pgsql-odbc(at)postgresql(dot)org
Subject: Re: Unable to connect on W2K
Date: 2007-02-21 07:04:55
Message-ID: 20070221070455.GA14843@soptik.pzkagis.cz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

> When I set up a System DSN and try to 'test' the connection, it returns
> "Could not connect to the server;
> No connection could be made because the target machine refused it.
> [172.17.152.207:5432]"
>
> My pg_hba.conf file looks like this:
> host all all 127.0.0.1/32 password
> host all all 172.0.0.0/8 password
>
> DSN info:
> DSN='AutoDRS',server='FOOTPRINTS',port='5432',dbase='AutoDRS',user='AutoDRS',passwd='xxxxx'

Hello

server='FOOTPRINTS' - are you sure you can reach you server with this
name? What do you get when you type 'nslookup FOOTPRINTS' in cmd.exe?
Could you try change the server to 127.0.0.1?

Does this work (?):
psql.exe -h FOOTPRINTS -p 5432 -U AutoDRS AutoDRS

Regards,

Luf

In response to

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Paul Lambert 2007-02-21 07:40:13 Re: Unable to connect on W2K
Previous Message Paul Lambert 2007-02-21 03:36:44 Unable to connect on W2K