| Bug #76399 | Schema Transfert Wizard can't finish operation after copying data | ||
|---|---|---|---|
| Submitted: | 19 Mar 2015 22:26 | Modified: | 20 Mar 2015 1:19 |
| Reporter: | Erwin Lucía | Email Updates: | |
| Status: | Verified | Impact on me: | |
| Category: | MySQL Workbench: Migration | Severity: | S2 (Serious) |
| Version: | 6.3.2/6.2.5 | OS: | Windows (Microsoft Windows 2003 server) |
| Assigned to: | CPU Architecture: | Any | |
| Tags: | Schema transfer wizard | ||
[20 Mar 2015 1:19]
MySQL Verification Team
Thank you for the bug report.
Traceback (most recent call last):
File "C:\Program Files\MySQL\MySQL Workbench 6.2 CE\modules\db_copy_progress.py", line 151, in thread_work
self.func()
File "C:\Program Files\MySQL\MySQL Workbench 6.2 CE\modules\db_copy_progress.py", line 656, in _data_copy
succeeded_tasks = self._transferer.migrate_data(thread_count, self._working_set)
File "C:\Program Files\MySQL\MySQL Workbench 6.2 CE\modules\DataMigrator.py", line 336, in migrate_data
results = self.process_until_done()
File "C:\Program Files\MySQL\MySQL Workbench 6.2 CE\modules\DataMigrator.py", line 382, in process_until_done
self._owner._update_resume_status(self._resume)
File "C:\Program Files\MySQL\MySQL Workbench 6.2 CE\mforms.py", line 876, in <lambda>
__getattr__ = lambda self, name: _swig_getattr(self, Box, name)
File "C:\Program Files\MySQL\MySQL Workbench 6.2 CE\mforms.py", line 57, in _swig_getattr
raise AttributeError(name)
AttributeError: _update_resume_status
ERROR: Copying table data: _update_resume_status
Failed

Description: When I use Schema Transfert Wizard to get data from my remote server to my local computer the process starts correctly and all the data are correctly copied on my local computer but the Schema Transfert Wizard can't finish. It stay blocked on this below error message: Remote server: Windows server 2003 Local server: Windows 8.1 Copy helper has finished Traceback (most recent call last): File "C:\Program Files\MySQL\MySQL Workbench 6.3 CE\modules\db_copy_progress.py", line 151, in thread_work self.func() File "C:\Program Files\MySQL\MySQL Workbench 6.3 CE\modules\db_copy_progress.py", line 656, in _data_copy succeeded_tasks = self._transferer.migrate_data(thread_count, self._working_set) File "C:\Program Files\MySQL\MySQL Workbench 6.3 CE\modules\DataMigrator.py", line 336, in migrate_data results = self.process_until_done() File "C:\Program Files\MySQL\MySQL Workbench 6.3 CE\modules\DataMigrator.py", line 393, in process_until_done self._owner._update_resume_status(self._resume) File "C:\Program Files\MySQL\MySQL Workbench 6.3 CE\mforms.py", line 879, in <lambda> __getattr__ = lambda self, name: _swig_getattr(self, Box, name) File "C:\Program Files\MySQL\MySQL Workbench 6.3 CE\mforms.py", line 57, in _swig_getattr raise AttributeError(name) AttributeError: _update_resume_status ERROR: Copying table data: _update_resume_status Failed How to repeat: Launch Schema Transfert Wizard. Select source connection. Select destination connection. Select source schema and start transfert. Wait for process ending.