Errors when Migrate from access DB to MySQL
Thanks in advanced ;)
I'm trying to migrate from access DB(.mdb) to MySQL
But now I have a problem :(
During "Reverse engineer selected schemata" step, I have this log:
Starting...
Connect to source DBMS...
- Connecting...
Connect to source DBMS done
Reverse engineer selected schemata....
Reverse engineering None from None
- Reverse engineering catalog information
Traceback (most recent call last):
File "/Applications/MySQLWorkbench.app/Contents/PlugIns/db_generic_re_grt.py", line 712, in reverseEngineer
return GenericReverseEngineering.reverseEngineer(connection, catalog_name, schemata_list, context)
File "/Applications/MySQLWorkbench.app/Contents/PlugIns/db_generic_re_grt.py", line 216, in reverseEngineer
catalog = cls.reverseEngineerCatalog(connection, catalog_name)
File "/Applications/MySQLWorkbench.app/Contents/PlugIns/db_generic_re_grt.py", line 367, in reverseEngineerCatalog
cls.reverseEngineerUserDatatypes(connection, catalog)
File "/Applications/MySQLWorkbench.app/Contents/PlugIns/db_generic_re_grt.py", line 344, in reverseEngineerUserDatatypes
if isinstance(type_row[17], int):
IndexError: row index out of range index=17 len=15
Traceback (most recent call last):
File "/Applications/MySQLWorkbench.app/Contents/Resources/libraries/workbench/wizard_progress_page_widget.py", line 180, in thread_work
self.func()
File "/Applications/MySQLWorkbench.app/Contents/PlugIns/migration_schema_selection.py", line 148, in task_reveng
self.main.plan.migrationSource.reverseEngineer()
File "/Applications/MySQLWorkbench.app/Contents/PlugIns/migration.py", line 323, 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