Book a Demo

Author Topic: Error during MySQL ODBC connection to a project  (Read 6867 times)

jpapp

  • EA Novice
  • *
  • Posts: 13
  • Karma: +0/-1
    • View Profile
Error during MySQL ODBC connection to a project
« on: January 24, 2019, 08:17:39 pm »
Hello!
Our project is in a Mysql database, most of the computers can connect to it via MqSQL connector/ODBC 32bit. We use Win10 64 bit operating system.
One of our computers is not able to connect. The error message is the following from Enterprise arhcitect v13.:

"all enterprise architect tables in the selected repository are missing"

Could you help?

Arshad

  • EA User
  • **
  • Posts: 292
  • Karma: +21/-1
    • View Profile
Re: Error during MySQL ODBC connection to a project
« Reply #1 on: January 24, 2019, 08:31:44 pm »
Hi

Is everyone connecting to the same db ?
Check whether the EA tables exists in the Mysql database which you're trying to connect else
run the dbSchema for mysql and try again.


HTH
Arshad

jpapp

  • EA Novice
  • *
  • Posts: 13
  • Karma: +0/-1
    • View Profile
Re: Error during MySQL ODBC connection to a project
« Reply #2 on: January 24, 2019, 09:05:39 pm »
Yes, everyone is connecting to the same DB and it is accessible from other computers, so it is working as it shall be...

Hi

Is everyone connecting to the same db ?
Check whether the EA tables exists in the Mysql database which you're trying to connect else
run the dbSchema for mysql and try again.


HTH
Arshad