MySQL Forums
Forum List  »  Other Migration

How can I to migrate FoxPro free table to MySQL
Posted by: Gabriel Muñoz Luna
Date: February 05, 2014 03:01PM

Hello.
I need to migrate FoxPro free tables to MySQl but I don't know how.
I tried de migration wizard in the workbench but I had errors
------------------------------------
Starting...
Connect to source DBMS...
- Connecting...
Connecting to ...
Opening ODBC connection to DSN=Opus...
Connected
Connect to source DBMS done
Reverse engineer selected schemata....
Connection to apparently lost, reconnecting...
Connecting to ...
Opening ODBC connection to DSN=Opus...
Connected
Reverse engineering None from c:\Apache\htdocs\CUC
- Reverse engineering catalog information
Traceback (most recent call last):
File "C:\Program Files (x86)\MySQL\MySQL Workbench CE 6.0.8\modules\db_generic_re_grt.py", line 738, in reverseEngineer
return GenericReverseEngineering.reverseEngineer(connection, catalog_name, schemata_list, context)
File "C:\Program Files (x86)\MySQL\MySQL Workbench CE 6.0.8\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.0.8\modules\db_generic_re_grt.py", line 388, in reverseEngineerCatalog
cls.reverseEngineerUserDatatypes(connection, catalog)
File "C:\Program Files (x86)\MySQL\MySQL Workbench CE 6.0.8\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
Traceback (most recent call last):
File "C:\Program Files (x86)\MySQL\MySQL Workbench CE 6.0.8\workbench\wizard_progress_page_widget.py", line 192, in thread_work
self.func()
File "C:\Program Files (x86)\MySQL\MySQL Workbench CE 6.0.8\modules\migration_schema_selection.py", line 160, in task_reveng
self.main.plan.migrationSource.reverseEngineer()
File "C:\Program Files (x86)\MySQL\MySQL Workbench CE 6.0.8\modules\migration.py", line 353, in reverseEngineer
self.state.sourceCatalog = self._rev_eng_module.reverseEngineer(self.connection, self.selectedCatalogName, self.selectedSchemataNames, self.state.applicationData)
SystemError: IndexError("row index out of range index=17 len=15"): error calling Python module function DbGenericRE.reverseEngineer
ERROR: Reverse engineer selected schemata: IndexError("row index out of range index=17 len=15"): error calling Python module function DbGenericRE.reverseEngineer
Failed

Options: ReplyQuote


Subject
Views
Written By
Posted
How can I to migrate FoxPro free table to MySQL
6477
February 05, 2014 03:01PM


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.