postgres
From: pu (leejen666_at_hotmail.com)
Date: 03/29/04
- Next message: hutuworm: "Fedora Core 2 Test 2 available for x86 and x86-64"
- Previous message: Marc Schwartz: "Re: Matlab for Linux"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 30 Mar 2004 01:10:36 +1000
Hi all,
On a laptop with psqlODBC installed, I can open an access database, and link
a table from postgresql 6.5 database on Linux 6.3. Using same laptop, I get
the following error message when trying to link a table from a postgresql
7.3 database on Linux 9.0. This database is new and trying it out to see if
I can upgrade everything to linux 9.0.
The errors I got when trying to link a table were:
ODBC Failed
Could not connect to server
Could not connect to remote socket ((#101)
- solved by adding tcpip_socket = true to postgresql.conf
ODBC Failed
FATAL: No Pg_Hba entry for host 192.168.0.3 , user postgres, database
MyDatabase, (#210)
- solved by adding:
host MyDatabase all 192.168.0.3 255.255.255.0
trust
to pg_hba.conf
But the one that really beats me is this one:
ODBC call failed
blank (#110)
I have googled this with no luck. I verified the postgresql server is
running.
[root@server root]# /etc/rc.d/init.d/postgresql restart
Stopping postgresql service: OK ]
Starting postgresql service: OK ]
[root@server root]# ps -ax | grep postgres
4797 pts/2 S 0:00 su - postgres
5196 pts/1 S 0:00 su - postgres
5481 pts/3 S 0:00 postgres: stats buffer process
5483 pts/3 S 0:00 postgres: stats collector process
5491 pts/3 S 0:00 grep postgres
Anybody know what the error "Blank (#110)" means and how to solve this
problem?
Regards
Leigh
CC to leejen666@hotmail.com
- Next message: hutuworm: "Fedora Core 2 Test 2 available for x86 and x86-64"
- Previous message: Marc Schwartz: "Re: Matlab for Linux"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|