Book a Demo

Author Topic: ODBC warning on build 832 !!  (Read 3153 times)

jguerra

  • EA User
  • **
  • Posts: 39
  • Karma: +0/-0
    • View Profile
ODBC warning on build 832 !!
« on: August 22, 2008, 03:24:43 am »
Hi,

I upgraded EA from 7.1 build 828 to build 832 and I am experimenting some problems when i delete diagrams from a database repository based model.
My model lives on a MySQL database and the warning EA is  throwing is:

Microsoft OLE DB Provider for ODBC Drivers [-2147217865]
[MySQL][ODBC 3.51 Driver][mysqld-4.1.10a]Table 'ea_cbu.t_diagramObjects' doesn't exist.

Clicking "Ok" on the message window, the operation is successfully commited and the diagram is deleted.

Notice the problem ONLY shows up so far when I try to delete the diagram after making the element "Composite". I put build 828 back on again, and the problem doesn't happen performing the same operation.

My two concers are:
Is it safe ignoring this warning??
Has anyone got a similar problem on the latest build (832) or just me??

Thanks

Steps to reproduce it!
1/ On a MySQL based model, create an element on the diagram (Component or something like that)
2/ Make the element "Composite".
3/ Delete the diagram underneath of the created new element.
4/ Accept the operation of deletion.
5/ Now, the warning window should pop up at this stage. !!

KP

  • EA Administrator
  • EA Expert
  • *****
  • Posts: 2919
  • Karma: +55/-3
    • View Profile
Re: ODBC warning on build 832 !!
« Reply #1 on: August 22, 2008, 10:49:59 am »
MySQL is case sensitive and 't_diagramObjects' should be 't_diagramobjects'. I'm told it has been fixed for 833.
The Sparx Team
[email protected]

jguerra

  • EA User
  • **
  • Posts: 39
  • Karma: +0/-0
    • View Profile
Re: ODBC warning on build 832 !!
« Reply #2 on: August 22, 2008, 07:19:52 pm »
Thanks for your reply!

Can we safety ignore this warning ?, I suppose we can until the next build but I'd like to hear something from you anyway.

Thanks