I installed the PostgreSQL ODBC driver to my Windows 2000 workstation. After configuring it and trying it out, I get the following message:
"No pg_hba.conf entry for host <ipaddress> user <username>, database Template1"
Click ok, then
"Couldn't read this file."
I had to create the pg_hba.conf file manually and it has the following entries...
local all trust
host all 0.0.0.0 0.0.0.0 trust
The database was restarted and displayed as running. I did apply the -i switch for TCP/IP sockets.
On the Windows 2000 workstation, I configured a user DSN with the PostgreSQL driver to connect to the IP address of the PostgreSQL machine and the database is set to Template1. When I try to open the database using MS Query (database query application), the error message results. I also tried to specify my user name in the entry list,but that failed too.
Any ideas?
Thanks in advance,
Gary
gwinn7
"No pg_hba.conf entry for host <ipaddress> user <username>, database Template1"
Click ok, then
"Couldn't read this file."
I had to create the pg_hba.conf file manually and it has the following entries...
local all trust
host all 0.0.0.0 0.0.0.0 trust
The database was restarted and displayed as running. I did apply the -i switch for TCP/IP sockets.
On the Windows 2000 workstation, I configured a user DSN with the PostgreSQL driver to connect to the IP address of the PostgreSQL machine and the database is set to Template1. When I try to open the database using MS Query (database query application), the error message results. I also tried to specify my user name in the entry list,but that failed too.
Any ideas?
Thanks in advance,
Gary
gwinn7