Re: BUG #5015: MySQL migration wizard does not start

Lists: pgsql-bugs
From: Aris Setyawan <aris(dot)sety(at)gmail(dot)com>
To: ashesh(dot)vashi(at)enterprisedb(dot)com
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #5015: MySQL migration wizard does not start
Date: 2010-02-19 22:51:32
Message-ID: 2c46cabb1002191451g70ea2218sd35181a305b4545e@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-bugs

I didn't update the MigrationWizard.jar file, because download link was
error. In my command prompt, I change dir to "EnterpriseDB-MigrationWizard"
directory then change some full path file to relative path file. In my
environment, i change directory to "C:\Program
Files\PostgreSQL\EnterpriseDB-MigrationWizard" then i replace
C:\Windows\system32\wscript.exe //NoLogo "C:\Program
Files\PostgreSQL\EnterpriseDB-MigrationWizard\scripts\launchMigrationWizard.vbs"
"" "C:/Program Files/Java/jdk1.5.0_06/jre/bin/java.exe" "-jar
MigrationWizard.jar" "C:\Program
Files\PostgreSQL\EnterpriseDB-MigrationWizard" command with
C:\Windows\system32\wscript.exe //NoLogo "scripts\launchMigrationWizard.vbs"
"" "java.exe" "-jar MigrationWizard.jar" "", and worked.


From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Aris Setyawan <aris(dot)sety(at)gmail(dot)com>
Cc: ashesh(dot)vashi(at)enterprisedb(dot)com, pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #5015: MySQL migration wizard does not start
Date: 2010-02-20 04:13:43
Message-ID: 603c8f071002192013j2de8248cqe29f9ed764c92038@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-bugs

On Fri, Feb 19, 2010 at 5:51 PM, Aris Setyawan <aris(dot)sety(at)gmail(dot)com> wrote:
> I didn't update the MigrationWizard.jar file, because download link was
> error. In my command prompt, I change dir to "EnterpriseDB-MigrationWizard"
> directory then change some full path file to relative path file. In my
> environment, i change directory to "C:\Program
> Files\PostgreSQL\EnterpriseDB-MigrationWizard" then i replace
> C:\Windows\system32\wscript.exe //NoLogo "C:\Program
> Files\PostgreSQL\EnterpriseDB-MigrationWizard\scripts\launchMigrationWizard.vbs"
> "" "C:/Program Files/Java/jdk1.5.0_06/jre/bin/java.exe" "-jar
> MigrationWizard.jar" "C:\Program
> Files\PostgreSQL\EnterpriseDB-MigrationWizard" command with
> C:\Windows\system32\wscript.exe //NoLogo "scripts\launchMigrationWizard.vbs"
> "" "java.exe" "-jar MigrationWizard.jar" "", and worked.

This is not a PostgreSQL bug. Sounds like you need to contact
EnterpriseDB. To quote from the bug reporting form:

"This bug report form should only be used for reporting bugs and
problems with the PostgreSQL database. Problems with database
connectors such as ODBC and JDBC, graphical administration tools such
as pgAdmin or other external projects should not be reported here;
please report to those projects directly. For products closely
connected with PostgreSQL, there may be an appropriate mailing list
available."

....Robert