Re: Basic ODBC Connect Problem

From: "Stuart" <stuart(at)theallisons(dot)freeserve(dot)co(dot)uk>
To: "Henshall, Stuart - WCP" <SHenshall(at)westcountrypublications(dot)co(dot)uk>, <pgsql-odbc(at)postgresql(dot)org>
Subject: Re: Basic ODBC Connect Problem
Date: 2002-01-08 17:22:48
Message-ID: 001401c19869$183b1dc0$7d7a7d7a@saahome
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Thanks!

I just got this going today (thanks to 'Cedar') and then realised we weren't cc-ing the ODBC mail list.

I had several problems: telnet-server and tcpd hadn't installed and I couldn't telnet to this box at all, and then I discovered via netstat that the TCP socket wasn't listening. I changed the position of the -i flag in the postmaster command (even though it never complained), and that got it!

Stuart
----- Original Message -----
From: Henshall, Stuart - WCP
To: 'Stuart' ; pgsql-odbc(at)postgresql(dot)org
Sent: Tuesday, January 08, 2002 4:23 PM
Subject: RE: Basic ODBC Connect Problem

Try a port scanning utility (I think multiscan is available on sourceforge). Also in postgresql.conf (in the data directory) try:
tcpip_socket = True
Antoher possibility is the pg_hba file isn't properly set up. Having a pg_hba.conf of this:
host all 0.0.0.0 0.0.0.0 password
will allow anyone to connect from anywhere using a password.
Hope this helps
- Stuart

-----Original Message-----
From: Stuart [mailto:stuart(at)theallisons(dot)freeserve(dot)co(dot)uk]
Sent: 06 January 2002 16:28
To: pgsql-odbc(at)postgresql(dot)org
Subject: Basic ODBC Connect Problem

Hi

Apologies for a rather basic query:

Having stripped out my old SuSE 6.2 and replaced this with SuSE 7.3 (note everything was reformatted), I now cannot connect to my newly created database via ODBC from Paradox.

ODBC version: 07_01_0008
PostgreSQL version 7.1.3 (as installed from SuSE 7.3)

Windows psqlodbc log file shows:

Global Options: Version='07.01.0008', fetch=1, socket=4096, unknown_sizes=0, max_varchar_size=254, max_longvarchar_size=8190

disable_optimizer=1, ksqo=1, unique_index=1, use_declarefetch=0

text_as_longvarchar=1, unknowns_as_longvarchar=0, bools_as_char=1

extra_systable_prefixes='dd_;', conn_settings='' conn_encoding='OTHER'

CONN ERROR: func=PGAPI_DriverConnect, desc='Error from CC_Connect', errnum=101, errmsg='Could not connect to the server'

------------------------------------------------------------

henv=92802928, conn=91701824, status=0, num_stmts=16

sock=92802880, stmts=92802800, lobj_type=-999

---------------- Socket Info -------------------------------

socket=-1, reverse=0, errornumber=4, errormsg='Could not connect to remote socket.'

buffer_in=91712708, buffer_out=91716808

buffer_filled_in=0, buffer_filled_out=0, buffer_read_in=0

How can I check the remote socket? The postmaster has been started with the '-i' option.
Is/will there be a PAM issue here as well, which is/will reject the connection? I haven't figured out PAM yet and can't ftp or telnet (at least in SuSE 6.2 I got telnet to work!)

Thanks for ANY help on this rather basic issue.

Stuart

In response to

Browse pgsql-odbc by date

  From Date Subject
Next Message Dwayne Miller 2002-01-08 21:00:57 How to create an ODBC DSN on Linux
Previous Message Henshall, Stuart - WCP 2002-01-08 16:33:11 Re: Sending lot of records