EnterpriseDB: The Enterprise Postgres Company Postgres Plus Forums: The PostgreSQL Open Source Database from EnterpriseDB
  [Search] Search   [Recent Topics] Recent Topics   [Hottest Topics] Hottest Topics   [Members]  Member Listing   [Groups] Back to home page 

MySQL migration wizard  XML

Forum Index » Tuning and Migration Wizard
Author Message
Andrej_Ricnik

New member

Joined: 10 Jan 2010 17:00:50
Messages: 2
Offline

Hi,

I was wondering where I can find installation/build instructions. A simple make fails
because the PATH to the wx includes on my system differs from /usr/include/wx


Cheers,
Andrej
Vibhor_K

Senior member
[Avatar]

Joined: 3 Jul 2009 09:46:15
Messages: 444
Offline

Please follow the steps given below to build Migration Wizard:
1. Set the environment Variable JAVA_HOME
2. Untar the MigrationWizard-1.1.tar, as given below:
tar -xvf MigrationWizard-1.1.tar
3. Untarring of MigrationWizard-1.1.tar will create "wizard" directory.
4. Go into "wizard" directory and then execute following command:
ant dist
5. Above command will create dist directory and inside the dist directory there will be MigrationWizard.jar
6. Please use following command to start Migration Wizard:
java -jar MigrationWizard.jar

With this, I would suggest you to use (Postgres Plus Standard Server/PostgreSQL) Stack Builder to install Migration Wizard.

Thanks & Regards,
Vibhor Kumar
Blog:http://vibhork.blogspot.com
[Email] [WWW]
Andrej_Ricnik

New member

Joined: 10 Jan 2010 17:00:50
Messages: 2
Offline

Vibhor_K wrote:Please follow the steps given below to build Migration Wizard:
1. Set the environment Variable JAVA_HOME
2. Untar the MigrationWizard-1.1.tar, as given below:
tar -xvf MigrationWizard-1.1.tar
3. Untarring of MigrationWizard-1.1.tar will create "wizard" directory.
4. Go into "wizard" directory and then execute following command:
ant dist
5. Above command will create dist directory and inside the dist directory there will be MigrationWizard.jar
6. Please use following command to start Migration Wizard:
java -jar MigrationWizard.jar

With this, I would suggest you to use (Postgres Plus Standard Server/PostgreSQL) Stack Builder to install Migration Wizard.


Thanks for the outline, worked a charm!

No need to get the installer.


Vibhor_K

Senior member
[Avatar]

Joined: 3 Jul 2009 09:46:15
Messages: 444
Offline

No need to get the installer.


You can use the stackbuilder comes with Postgres Plus/PostgreSQL One Click Installer.

Thanks & Regards,
Vibhor Kumar
Blog:http://vibhork.blogspot.com
[Email] [WWW]
 
Forum Index » Tuning and Migration Wizard
Go to:   
Powered by JForum 2.1.8 © JForum Team