Re: [INTERFACES] Accessing PgSql-Database from NT (ODBCD)

Поиск
Список
Период
Сортировка
От Olaf Mittelstaedt
Тема Re: [INTERFACES] Accessing PgSql-Database from NT (ODBCD)
Дата
Msg-id 199805131334.PAA00376@gate.va.fh-ulm.de
обсуждение исходный текст
Ответ на Accessing PgSql-Database from NT (ODBCD)  (The Hermit Hacker <scrappy@hub.org>)
Список pgsql-interfaces
> The Database runs fine, and all tests, which are included with the source
> ("/src/test") have possitive result.
>  The Access-List for the Postmaster has also been checked, that everybody in
> the wan can access the SQl-Server via TCPIP
> But it is still impossbile to get any connection from Windows NT to the
> SQl-Server. the ODBC-Client returns: "Server 192.168.1.101 could not be
> connected  - No connection possible to port 5432"
> I also checked, that the Postmaster Process is running on port 5432 and
> localy on the mashine everything works fine(using psql)

Did you include the "-i" switch when starting the postmaster? It
enables TCP/IP connections since the postmaster only uses UNIX
domain sockets per default.

Try to open a telnet session from your NT workstation to the machine
hosting the PostgreSQL server, a least you should see something like:

frog# telnet frog 5432
Trying ?.?.?.?...
Connected to frog.
Escape character is '^]'.

EInvalid packet length
Connection closed by foreign host.

Regards,
Olaf

--
Olaf Mittelstaedt - IuK - mittelstaedt@fh-ulm.de
Fachhochschule Ulm  Prittwitzstr. 10   89075 Ulm
Tel.: +49 (0)731-502-8220             Fax: -8270

 Ash nazg durbatulûk, ash nazg gimbatul,
  ash nazg thrakatulûk agh burzum-ishi krimpatul.


В списке pgsql-interfaces по дате отправления:

Предыдущее
От: The Hermit Hacker
Дата:
Сообщение: Accessing PgSql-Database from NT (ODBCD)
Следующее
От: Peter Mount
Дата:
Сообщение: RE: [INTERFACES] Accessing PgSql-Database from NT (ODBCD)