Error: no PostgreSQL user name specified in startup

Discussion of open issues, suggestions and bugs regarding usage of ODBC Drivers
Post Reply
njpwerner
Posts: 2
Joined: Tue 01 Aug 2017 15:27

Error: no PostgreSQL user name specified in startup

Post by njpwerner » Wed 23 Aug 2017 22:28

Hi,

I am using Linux 16.04 in a docker container and am trying to access a postgresql database through isql.

My odbc.ini looks like this:

Code: Select all

[ODBC Data Sources]
DEVART_POSTGRESQL_x64=Devart ODBC Driver for PostgreSQL x64

[TEST]
Driver=Devart ODBC Driver for PostgreSQL x64
Host=127.0.0.1
Port=5432
Database=postgres
User ID=password
Password=password
Schema=public
However when I run 'isql -v TEST', I get the error:

Code: Select all

[08001][unixODBC][Devart][ODBC][PostgreSQL]no PostgreSQL user name specified in startup packet
[ISQL]ERROR: Could not SQLConnect
What am I doing wrong?

azyk
Devart Team
Posts: 1119
Joined: Fri 11 Apr 2014 11:47
Location: Alpha Centauri A

Re: Error: no PostgreSQL user name specified in startup

Post by azyk » Mon 28 Aug 2017 13:55

We received docker.zip and will investigate this issue.

Post Reply