Book a Demo

Author Topic: MySQL Back end, Information Flow Errors  (Read 6422 times)

agdunn

  • EA User
  • **
  • Posts: 43
  • Karma: +0/-0
    • View Profile
MySQL Back end, Information Flow Errors
« on: December 16, 2008, 06:12:48 am »
We are using a MySQL backend for our project, we have imported some large diagrams from an EAP that used to be shared between a couple users.

The error is when a user goes to modify the information flow between two activity objects. Here is a screen show example of the error:





The two errors are consecutive... however if the user just clicks ok on each error their change will still be made. So the functionality is not effected, but the users are interrupted every time they try to make a change.

Users have full permissions to the MySQL schema, we are using the MySQL ODBC 3.51 driver. Users also have full permissions in the project security.

Would appreciate any help!

Dermot

  • EA Administrator
  • EA User
  • *****
  • Posts: 591
  • Karma: +7/-0
    • View Profile
Re: MySQL Back end, Information Flow Errors
« Reply #1 on: December 16, 2008, 03:01:04 pm »
This can be because of the setting  of the MYSQL ODBC driver is not complete, or the driver installed is one hat has known bugs.  I would suggest is that you try updating both of these:

1) The MySQL ODBC driver version 3.51.14 creates problems. Use a version such as 3.51.12.

2) Check the set up of the ODBC for the MYSQL to include the two ticked options.
See:
http://www.sparxsystems.com/uml_tool_guide/uml_model_management/setupmysqlodbcdriver.html

agdunn

  • EA User
  • **
  • Posts: 43
  • Karma: +0/-0
    • View Profile
Re: MySQL Back end, Information Flow Errors
« Reply #2 on: December 17, 2008, 01:13:04 am »
Thank you, I had ignored that portion of the documentation. This has solved my issue.