Sparx Systems Forum
Enterprise Architect => General Board => Topic started by: jguerra 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. !!
-
MySQL is case sensitive and 't_diagramObjects' should be 't_diagramobjects'. I'm told it has been fixed for 833.
-
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