Re: Workbench Access to MySQL migration issue.
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?
Subject
Views
Written By
Posted
4256
October 09, 2014 01:03PM
1591
October 10, 2014 09:47AM
Re: Workbench Access to MySQL migration issue.
1676
October 10, 2014 02:01PM
1352
October 13, 2014 10:57AM
1401
November 12, 2014 10:00PM
1241
November 14, 2014 07:10AM
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.