MySQL Forums
Forum List  »  Newbie

Visual FoxPro Migration
Posted by: Arthur Bosua
Date: April 21, 2014 09:18AM

I need to migrate from VFP9.0
I have the VFP ODBC driver installed and linked to my source
In the migration wizard Source Select I have a sucsesfull connection'
It passes all levels until after schema selection then throws out an exeption
I have tried with different databases, tables, with indexes and without. with and without data, different numbers of fields in the file, etc

The following code is generated and always end with the same last error line:

Starting...
Connect to source DBMS...
- Connecting...
Connecting to ...
Opening ODBC connection to DSN=Imgfile...
Connected
Connect to source DBMS done
Reverse engineer selected schemas....
Connection to apparently lost, reconnecting...
Connecting to ...
Opening ODBC connection to DSN=Imgfile...
Connected
Reverse engineering None from c:\foxpro projects\photomgr
- Reverse engineering catalog information
Traceback (most recent call last):
File "C:\Program Files (x86)\MySQL\MySQL Workbench CE 6.1.4\modules\db_generic_re_grt.py", line 743, in reverseEngineer
return GenericReverseEngineering.reverseEngineer(connection, catalog_name, schemata_list, context)
File "C:\Program Files (x86)\MySQL\MySQL Workbench CE 6.1.4\modules\db_generic_re_grt.py", line 237, in reverseEngineer
catalog = cls.reverseEngineerCatalog(connection, catalog_name)
File "C:\Program Files (x86)\MySQL\MySQL Workbench CE 6.1.4\modules\db_generic_re_grt.py", line 388, in reverseEngineerCatalog
cls.reverseEngineerUserDatatypes(connection, catalog)
File "C:\Program Files (x86)\MySQL\MySQL Workbench CE 6.1.4\modules\db_generic_re_grt.py", line 365, in reverseEngineerUserDatatypes
if isinstance(type_row[17], int):
IndexError: row index out of range index=17 len=15

Options: ReplyQuote


Subject
Written By
Posted
Visual FoxPro Migration
April 21, 2014 09:18AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.