MySQL Forums
Forum List  »  MySQL Workbench

MSSQL Migration Issue
Posted by: Jason Gilliland
Date: November 23, 2021 10:35AM

I am testing a migration from MSSQL and getting this error. Im not sure how to resolve.

Starting...
Migrate Selected Objects....

Traceback (most recent call last):
File "C:\Program Files\MySQL\MySQL Workbench 8.0 CE\workbench\wizard_progress_page_widget.py", line 197, in thread_work
self.func()
File "C:\Program Files\MySQL\MySQL Workbench 8.0 CE\modules\migration_object_migration.py", line 117, in task_migrate
self.main.plan.migrate()
File "C:\Program Files\MySQL\MySQL Workbench 8.0 CE\modules\migration.py", line 510, in migrate
self.migrationTarget.catalog = self.migrationSource.migration.migrateCatalog(self.state, self.migrationSource.catalog)
SystemError: AttributeError("module 'string' has no attribute 'maketrans'"): error calling Python module function DbMssqlMigration.migrateCatalog
ERROR: Migrate Selected Objects: AttributeError("module 'string' has no attribute 'maketrans'"): error calling Python module function DbMssqlMigration.migrateCatalog
Failed

Options: ReplyQuote


Subject
Views
Written By
Posted
MSSQL Migration Issue
1034
November 23, 2021 10:35AM
508
November 23, 2021 01:14PM
419
November 23, 2021 01:50PM
449
November 23, 2021 03:39PM


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.