Re: PgMigration Plugin

From: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
To: "Bernd Ruppel" <bernd(dot)ruppel(at)uni-erfurt(dot)de>, <pgadmin-support(at)postgresql(dot)org>
Subject: Re: PgMigration Plugin
Date: 2002-09-06 10:19:04
Message-ID: 03AF4E498C591348A42FC93DEA9661B867B3@mail.vale-housing.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

> -----Original Message-----
> From: Bernd Ruppel [mailto:bernd(dot)ruppel(at)uni-erfurt(dot)de]
> Sent: 06 September 2002 10:44
> To: pgadmin-support(at)postgresql(dot)org
> Subject: [pgadmin-support] PgMigration Plugin
>
>
> To whom it may concern,
>
> I have tried to install the pgMigration Tool, but didn't
> succeed in doing so.
>
> The Readme text, that is part of the pgMigration archive, is
> cited below, with my comments on what didn't work:
>
> 1) Unzip pgMigration.dll from the distribution archive into
> the pgAdmin II plugins folder.
> Normally this is C:\Program Files\pgAdmin2\Plugins\
> #BR: I have done this successfully.
> 2) Click Start -> Run
> #BR: I didn't know which programe I have to start. Could you
> please say me which file I should start to see.

It does say on the next line. Here is the full file:

pgAdmin II Migration Wizard
---------------------------

The pgAdmin II Migration Wizard is a Plugin that allows the user to
migrate tables, indexes,
foreign keys and data from an ODBC datasource or a Microsoft Access .mdb
file. The code for
this plugin is based on the original pgAdmin Migration Wizard which was
released under the
GNU General Public Licence (see the included LICENCE.txt file) and for
this reason is not
distributed with pgAdmin II.

Pre-requisites
--------------

1) pgAdmin
2) PostgreSQL
3) MDAC 2.6 or higher (http://www.microsoft.com/data)
4) Jet 4.0 SP3 or higher (http://www.microsoft.com/data)

Installation
------------

1) Unzip pgMigration.dll from the distribution archive into the pgAdmin
II plugins folder.
Normally this is C:\Program Files\pgAdmin2\Plugins\

2) Click Start -> Run

3) In the Open: textbox, enter the following command:

regsvr32 "C:\Program Files\pgAdmin2\Plugins\pgMigration.dll"

You may need to alter the path to the dll file on your system.

4) Click OK, and you should see a message box indicating success. The
Migration Wizard
should now appear on the Plugins menu in pgAdmin when you next start
it, and connect to
a server

NOTE: The Migration Wizard and pgAdmin II are a matched set of files -
if you upgrade pgAdmin,
you should also upgrade the Migration Wizard.

Please email any queries or bug reports to the pgAdmin Support Mailing
List
(pgadmin-support(at)postgresql(dot)org).

Regards Dave.

Browse pgadmin-support by date

  From Date Subject
Next Message Joaquin 2002-09-08 10:20:46 problems with PGADMINII
Previous Message Bernd Ruppel 2002-09-06 09:43:51 PgMigration Plugin