MySQL Forums
Forum List  »  Microsoft Access

Re: Workbench Access to MySQL migration issue.
Posted by: David Plott
Date: October 10, 2014 02:01PM

Thanks for the reply Milosz,

I added that code to the \modules\db_msaccess_re_grt.py. Here is what I have from line 579 to 583 in my code now.
# Find the referenced table:
foreign_key.referencedTable = find_object_with_name(catalog.schemata[0].tables, fk_rows[0].szReferencedObject)
if not foreign_key.referencedTable:
grt.send_error('Migration: reverseEngineerTableFKs: Table "%s" not found in schemata "%s"' % (fk_rows[0].szReferencedObject, catalog.schemata[0].name) )
continue

I got the exact same error and I did not see the new Error msg in the Workbench log output.

Any other thoughts or info I could provide?

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Workbench Access to MySQL migration issue.
1619
October 10, 2014 02: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.