Book a Demo

Author Topic: Error message  (Read 3491 times)

Thelonius

  • EA User
  • **
  • Posts: 274
  • Karma: +6/-0
  • I think. Therefore I get paid.
    • View Profile
Error message
« on: October 13, 2008, 09:43:44 am »
Getting this error message when creating a MySQL database instance using MySQL_MyISAM_BaseModel.sql and MySQL ODBC 5.1 driver on Windows Vista SP1.

Is this anything to be concerned about?

ERROR: *** t_umlpattern - record no: 12. The XML for UML Pattern 'Abstract Factory' is too long and Abstract Factoryhas been set to an empty string.

«Midnight»

  • EA Guru
  • *****
  • Posts: 5651
  • Karma: +0/-0
  • That nice Mister Grey
    • View Profile
Re: Error message
« Reply #1 on: October 14, 2008, 03:20:53 am »
Search the forum first. I think I saw something like this recently.

If you don't find a resolution, report this to Sparx. If possible provide them with a sample project where you get the error.

Remember to include complete version information for all third part components. This means minor version and build numbers for everything.

If you use the Registered Users bug report form you will be able to attach a sample project file. [Remember to compress it first.] You can also send an email to Sparx Support and attach the file there.

David
No, you can't have it!

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: Error message
« Reply #2 on: October 14, 2008, 09:08:09 am »
Basically, it means that one of the patterns ('Abstract Factory') won't fit in the field allowed for it under MySQL, which as a limit of 64K.  This isn't a problem unless you want to use that particular pattern.

However, because of the error message you got, I believe you have an older version of EA.  The behavior in this situation has been changed.  When a pattern won't fit in one database it should now go through two steps.  First, it will remove the preview image.  If it still doesn't fit I believe it gives a warning saying it has skipped importing that pattern because it won't fit.

«Midnight»

  • EA Guru
  • *****
  • Posts: 5651
  • Karma: +0/-0
  • That nice Mister Grey
    • View Profile
Re: Error message
« Reply #3 on: October 14, 2008, 10:58:33 am »
Could this also be caused by an outdated EABase.EAP file, or perhaps an old MySQL repository script?
No, you can't have it!

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: Error message
« Reply #4 on: October 14, 2008, 11:47:26 am »
I don't know when either of those was last changed.  But given the database model hasn't changed for a number of years, and you would get a warning about opening a model prior to that... I very much doubt it.