Обсуждение: upgrading to pgAdmin II

Поиск
Список
Период
Сортировка

upgrading to pgAdmin II

От
juerg.rietmann@pup.ch
Дата:
Hello there

I used pgAdmin 7.1.0 for some time now. Trying to install pgAdmin II,
during the installatiuon I get the following three errors :

Errorcode :         File :
1391           hctrl.ocx
1931           hh.exe
1931           riched32.dll

When starting pgAdmin II, I'm able to connect to the same database as with
pgAdmin 7.1.0 with the debugging tool. Trying to connect to the server I
get an error <Attribute datlastsysoid not found>
FAQ says that pgAdmin II runns only with PG 7.1.x. I use 07.01.0009 and
ODBC Version 2.50. OS is Windows 2000, SP 1.

Thanks for any help ... jr



(Embedded image moved to file: pic17430.pcx)





(Embedded image moved to file: pic43614.pcx)





__________________________________________________

PFISTER + PARTNER, SYSTEM - ENGINEERING AG
Juerg Rietmann
Grundstrasse 22a
6343 Rotkreuz
Switzerland

internet       :  www.pup.ch
phone          : +4141 790 4040
fax       : +4141 790 2545
mobile         : +4179 211 0315
__________________________________________________

Вложения

Re: upgrading to pgAdmin II

От
Dave Page
Дата:

> -----Original Message-----
> From: juerg.rietmann@pup.ch [mailto:juerg.rietmann@pup.ch]
> Sent: 11 January 2002 09:48
> To: pgadmin-support@postgresql.org
> Subject: [pgadmin-support] upgrading to pgAdmin II
>
>
> Hello there
>
> I used pgAdmin 7.1.0 for some time now. Trying to install
> pgAdmin II, during the installatiuon I get the following
> three errors :
>
> Errorcode :         File :
> 1391           hctrl.ocx
> 1931           hh.exe
> 1931           riched32.dll
>
> When starting pgAdmin II, I'm able to connect to the same
> database as with pgAdmin 7.1.0 with the debugging tool.
> Trying to connect to the server I get an error <Attribute
> datlastsysoid not found> FAQ says that pgAdmin II runns only
> with PG 7.1.x. I use 07.01.0009 and ODBC Version 2.50. OS is
> Windows 2000, SP 1.
>
> Thanks for any help ... jr

Hi,

According to the screenshot you sent, you are running PostgreSQL 7.0.3 not
7.1.x or higher:

DBMS Version: 07.01.0009 PostgreSQL 7.0.3 on i686-pc-li...

The 07.01.0009 is the ODBC driver version (the ODBC spec requires this be at
the front of the DBMS version string). The bit that matters is the
PostgreSQL 7.0.3. You'll need to upgrade your server to use pgAdmin II I'm
afraid.

The other errors are normally just Windows protecting files and can be
ignored.

Regards, Dave.