Re: SQLConnect failure

Поиск
Список
Период
Сортировка
От Bill Moran
Тема Re: SQLConnect failure
Дата
Msg-id 20070402175453.9e7ff437.wmoran@potentialtech.com
обсуждение исходный текст
Ответ на SQLConnect failure  (greg@bryantrecording.com)
Список pgsql-general
In response to greg@bryantrecording.com:

> We have code that has been using MSDE/SQL Server successfully for years,
> and are adding Postgres support.  Doing a SQLConnect to connect to a
> local Postgres server works fine, but if we try to connect to a remote
> system, the SQLConnect fails, and we get an error code that seems to
> indicate "The value specified for the argument UserName or the value
> specified for the argument Authentication violated restrictions defined
> by the data source.".
>
> We can connect via pgadmin to the remote system, so we believe all the
> little .conf files should be correct, but can't get in
> programmatically.  Any pointers on where to look?

The logs on the PostgreSQL server would be a good place to start.

This sounds suspiciously like a pg_hba.conf misconfig.  You might want
to verify its correctness.

--
Bill Moran
http://www.potentialtech.com

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

Предыдущее
От: Erik Jones
Дата:
Сообщение: Re: SQLConnect failure
Следующее
От: greg@bryantrecording.com
Дата:
Сообщение: Re: SQLConnect failure