Thread: problem connection to postgres 7.3

problem connection to postgres 7.3

From
Didrik Pinte
Date:
Hi,

I've just installed Postgres 7.3. I'm trying to connect to it using pgAdmin
1.4.12 (tried 1.4.1 too). I get the following error :

An error has occured in pgAdmin:frmConnect.cmdConnect_Click :

Number: -2147417848
Description: Erreur Automation

Do someone know something about that ?

Thanks

Didrik



**** DISCLAIMER ****
This e-mail and any attachments thereto may contain information
which is confidential and/or protected by intellectual property
rights and are intended for the sole use of the recipient(s) named above.
Any use of the information contained herein (including, but not limited to,
total or partial reproduction, communication or distribution in any form)
by persons other than the designated recipient(s) is prohibited.
If you have received this e-mail in error, please notify the sender
and delete the material from any computer.
Thank you for your cooperation.



Re: problem connection to postgres 7.3

From
Jean-Michel POURE
Date:
Le Jeudi 09 Janvier 2003 11:54, Didrik Pinte a écrit :
> I've just installed Postgres 7.3. I'm trying to connect to it using pgAdmin
> 1.4.12 (tried 1.4.1 too). I get the following error :

PostgreSQL needs to be installed with TCP/IP socket enabled. Check your
/var/lib/pgsql/data/postgresql.conf file.

Also, make sure your Windows client address is listed in
/var/lib/pgsql/data/pg_hba.conf.

Then restart PostrgeSQL with "service postgresql restart" (Linux only). If you
are running Cygwin, the detailed installation notes can be found at
http://www.ejip.net/faq/postgresql_win_setup_faq.jsp

Cheers,
Jean-Michel POURE

Re: problem connection to postgres 7.3

From
"Dave Page"
Date:

> -----Original Message-----
> From: Didrik Pinte [mailto:dp@adhoc.be]
> Sent: 09 January 2003 10:55
> To: pgadmin-support@postgresql.org
> Subject: [pgadmin-support] problem connection to postgres 7.3
>
>
> Hi,
>
> I've just installed Postgres 7.3. I'm trying to connect to it
> using pgAdmin
> 1.4.12 (tried 1.4.1 too). I get the following error :
>
> An error has occured in pgAdmin:frmConnect.cmdConnect_Click :
>
> Number: -2147417848
> Description: Erreur Automation
>
> Do someone know something about that ?

Sound like MDAC is not installed correctly. Try installing 2.7 from
www.microsoft.com/data/

Regards, Dave.