Matlab crash during database queries

2 views (last 30 days)
Korey
Korey on 9 Sep 2015
Commented: sm on 22 Oct 2015
I'm pulling out a significant amount of data from a Microsoft Access Database file using the matlab database toolbox. This code had previously worked using Matlab 2011a with Office 2003 & Windows XP. After switching over to Matlab 2015a, Office 2013, and Windows 7, the code no longer works, crashing with a report saying:
Assertion in void__cdecl 'anonymous-namespace'::mwJavaAbort(void) at b:\matlab\src\jmi\javainit.cpp line 1346
When I reduce the number of rows I query at any one time, the error occurs less frequently. However, it never occurred when using it a year ago with the older version of Matlab/Windows/Office.
Anyone aware of this bug?
  1 Comment
sm
sm on 22 Oct 2015
I had a similar issue with the toolbox since I upgraded MS Office to 64-bit. After working for more than 2 months on the issue with Technical support I was told that
"Unfortunately, our developers were not able to figure out the cause for the crash. We are not sure whether this issue can be resolved or not. However, we will continue working on this issue. I will reach out to you if we need any further information"

Sign in to comment.

Answers (1)

Steven Lord
Steven Lord on 10 Sep 2015
Please send your code and the crash report to Technical Support for investigation.

Categories

Find more on Application Deployment in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!