MySQL Forums
Forum List  »  Other Migration

DB migration from Btrieve (PSQL) to MySQL
Posted by: Anubhav Bansal
Date: April 02, 2015 04:25AM

Hello everyone,

I'm trying to migrate db from Btrieve (PSQL) to MySQL using MySQL Workbench's Database Migration Wizard. For this i have used ODBC data source as source but the process generates error while Fetching Schemas List.

I have checked for: -
ODBC drivers are installed
MySQL database works fine

The error log: -
----------------------------------------------------------------------------------
Starting...
Connect to source DBMS...
- Connecting to source...
Connect to source DBMS done
Check target DBMS connection...
- Connecting to target...
Check target DBMS connection done
Retrieve schema list from source....
- Checking connection...
- Fetching catalog names...
- Fetching schema names...
- Fetching schema names from DEMODATA...

Traceback (most recent call last):
File "C:\Program Files (x86)\MySQL\MySQL Workbench 6.1 CE\workbench\wizard_progress_page_widget.py", line 192, in thread_work
self.func()
File "C:\Program Files (x86)\MySQL\MySQL Workbench 6.1 CE\modules\migration_source_selection.py", line 439, in task_fetch_schemata
self.main.plan.migrationSource.doFetchSchemaNames(only_these_catalogs)
File "C:\Program Files (x86)\MySQL\MySQL Workbench 6.1 CE\modules\migration.py", line 255, in doFetchSchemaNames
self.state.sourceSchemataNames.append("%s.%s" % (self._db_module.quoteIdentifier(catalog), self._db_module.quoteIdentifier(schema)))
TypeError: DbGenericRE.quoteIdentifier(): argument 1 must be a string but is None
ERROR: Retrieve schema list from source: DbGenericRE.quoteIdentifier(): argument 1 must be a string but is None
Failed
----------------------------------------------------------------------------------

any help please? I just want to migrate brtieve db to MySQL/Oracle.

Thank you in advance.

Best Regards
-Anubhav-

Options: ReplyQuote


Subject
Views
Written By
Posted
DB migration from Btrieve (PSQL) to MySQL
2957
April 02, 2015 04:25AM


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.