Book a Demo

Author Topic: Import DB Schema from ODBC source - Crashes  (Read 6078 times)

Nick B

  • EA Novice
  • *
  • Posts: 12
  • Karma: +0/-0
    • View Profile
Import DB Schema from ODBC source - Crashes
« on: May 16, 2015, 02:17:30 am »
Have submitted the following bug report - posting here in case anyone else has come across this or has any ideas:

Get message:
"Enterprise Architect - UML Development Tool has stopped working" with option to Debug or Close.

Importing very simple schema (two tables) from a SQLServer 2012 DB. I've also tried this on a different (still Windows 8) machine with one test table, no special data types, basically as simple as I could make it - still fails.

Note that the import DOES seem to work; I just have to restart EA each time I run an import. Of course, I can't be sure that it isn't missing something from the end of the import.

Nick B

  • EA Novice
  • *
  • Posts: 12
  • Karma: +0/-0
    • View Profile
Re: Import DB Schema from ODBC source - Crashes
« Reply #1 on: May 21, 2015, 06:36:31 pm »
Brief update on this:

Current theory is that it is a Windows 8 incompatibility, but hard to believe I am the only person in the world importing DB schemas on a Windows 8 machine (8.1 enterprise to be exact).

Anyone else?

Nick.

smendonc

  • EA User
  • **
  • Posts: 148
  • Karma: +5/-0
  • I love YaBB 1 Gold!
    • View Profile
Re: Import DB Schema from ODBC source - Crashes
« Reply #2 on: May 22, 2015, 12:53:24 am »
I have the same issue on a specific machine running Windows 8.1 x64 enterprise.  The issue started after I had the machine wiped and a clean OS installed.  I did not have the problem before the machine was rebuilt, it was running the same OS but had been upgraded to 8.1 from 8.0.  A debugger trace indicated that EA was making a call to the .net 4 runtime that result in a kernel memory violation and the OS shut down EA as soon as this happened - same information as gets logged in the Windows application event log.  Investigating a bit further I discovered that the .net 4 runtime has been replaced with 4.5.2 which should be completely backward compatible.

I mention all this because I installed Server 2014 on a different machine which also has the newest runtime and have had no issues so far.

Nick B

  • EA Novice
  • *
  • Posts: 12
  • Karma: +0/-0
    • View Profile
Re: Import DB Schema from ODBC source - Crashes
« Reply #3 on: May 22, 2015, 02:52:02 am »
Looks like I am on 4.5.1, so perhaps that is is. Thanks.