Обсуждение: ODBC - call failed
Hello!
I am trying to link PostgreSQL 8.0 beta tables from Access on Windows 2000.
It errors out with the message:
"ODBC - call failed.
Could not connect to the server.
Could not connect to remote socket. (#101)"
I know that I have to run postmaster with the -i option.
But PostgreSQL is installed as a Windows service.
Is the -i option enabled in this case?
Thanks.
Deepa
I edited the config file and then stopped the service.
When I tried to start it again, I got the message
"The PostgreSQL Database Server 8.0-beta1 service on Local Computer started and then stopped.
Some services stop automatically if they have no work to do, for example, the Performance Logs and Alerts service."
Thanks.
Deepa
| "Luc ROLLAND" <luc@rolland-fr.com> 08/24/2004 02:39 PM | To: <pgsql-odbc@postgresql.org>, "Deepa Ramamurthy" <DRamamurthy@infogenic.net> cc: Subject: Re: [ODBC] ODBC - call failed |
You have to edit postgresql.conf and activate the "tcpip_socket" and the "port" and restart (stop and start) the service.
Luc
Hello!
I am trying to link PostgreSQL 8.0 beta tables from Access on Windows 2000.
It errors out with the message:
"ODBC - call failed.
Could not connect to the server.
Could not connect to remote socket. (#101)"
I know that I have to run postmaster with the -i option.
But PostgreSQL is installed as a Windows service.
Is the -i option enabled in this case?
Thanks.
Deepa