Book a Demo

Author Topic: Unrecognized database format  (Read 3673 times)

Rob_Jobse

  • EA Novice
  • *
  • Posts: 8
  • Karma: +0/-0
    • View Profile
Unrecognized database format
« on: March 09, 2009, 04:55:54 am »
When trying to import a DB schema from ODBC
The function correctly retreives the list of objects from ODBC but when I choose one or more tables i got the message
Unrecognized database format 'c:\datadir\mydb.mdb'.

The data source connected to my machine data source is just an ordinary msaccess2003 database, An other database explorer has no problems retrieving details from the same ODBC source. I am using EA ver 7.5 build 842 corporate

Am i missing something here ?  

«Midnight»

  • EA Guru
  • *****
  • Posts: 5651
  • Karma: +0/-0
  • That nice Mister Grey
    • View Profile
Re: Unrecognized database format
« Reply #1 on: March 09, 2009, 11:50:31 pm »
Perhaps you have a problem. Are your other users also running an EA 7.5 beta build? And if so is their build 742 or 741?

I think you should send a bug report to Sparx - you will find a link in the top thread of the Bugs and Issues section - and if possible attach the access database you are trying to read. [Remember to compress the file.]

David

Meanwhile, if you can read the file with EA 7.1 then do so. EA 7.5 should have no trouble using the resulting project. This way you can keep your work moving while Sparx solves the problem, perhaps even in time for 843, but certainly (we hope) before production.
No, you can't have it!

Rob_Jobse

  • EA Novice
  • *
  • Posts: 8
  • Karma: +0/-0
    • View Profile
Re: Unrecognized database format
« Reply #2 on: March 10, 2009, 03:04:57 am »
Its not build dependent I tried the last 7.1 as well.

I will send this bug report , Thanks Rob

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: Unrecognized database format
« Reply #3 on: March 10, 2009, 08:30:03 am »
Also try Tools | Manage .EAP File | Repair .EAP File.

Rob_Jobse

  • EA Novice
  • *
  • Posts: 8
  • Karma: +0/-0
    • View Profile
Re: Unrecognized database format
« Reply #4 on: March 10, 2009, 07:33:34 pm »
Repairing doesn't work

juhi

  • EA Novice
  • *
  • Posts: 15
  • Karma: +0/-0
    • View Profile
Re: Unrecognized database format
« Reply #5 on: March 11, 2009, 09:48:24 am »
Hi Rob,

Please configure EA to use JET 4.0 Engine. To do so, goto EA Tools | Options | Check "Use JET 4.0 Engine - requires restart" checkbox. After that, restart EA and try to import it again. Also please make sure that, nothing is entered in Schema / Owner text box in Import DB Schema dialog box.

Thanks,

 :) Juhi
Sparx Systems Pty Ltd

Rob_Jobse

  • EA Novice
  • *
  • Posts: 8
  • Karma: +0/-0
    • View Profile
Re: Unrecognized database format
« Reply #6 on: March 11, 2009, 05:22:30 pm »
Yep, that did the trick !

       Thanks, Rob