Migrating data from internal DB to sql 2005
I am trying to migrate from the internal database to a SQL 2005 DB but I appear to be missing some Java components. When I run migrateDB.bat I get the follow error message:
Error: no `server' JVM at `C:\Program Files\Java\jre6\bin\server\jvm.dll'.
I have no server folder in the bin directory at all! I assume this means I am missing a Java dependency, could an old Java hand take pity on me and post a URL to where I can download this dll please!
Thanks,
Noel
Please sign in to leave a comment.
Noel,
please try the following workaround:
Open the "migrateDB.bat" file in any text editor,
find the "MIGRATION_JVM_OPTS" variable
and remove the "-server" option from this line.
I hope it will help.
Best regards,
Leonid
Thanks! That fixed it.
Noel