Sparx Systems Forum

Enterprise Architect => General Board => Topic started by: K N on May 23, 2013, 01:01:10 am

Title: EA repository does not open - need resolution ASAP
Post by: K N on May 23, 2013, 01:01:10 am
Hi

I have a EA repository created with MySQL server.

when i open the repository through EA, it gets connected to the repository (which i know with the name that comes on the top of the EA screen), but the cursor goes round and round around the Open Project dialog box...
what could be the reason behind it?

Need to know the resolution ASAP, plzzz

Thanks
KN
Title: Re: EA repository does not open - need resolution
Post by: qwerty on May 23, 2013, 02:09:31 am
Have you ever used the repo or is it a fresh one?

q.
Title: Re: EA repository does not open - need resolution
Post by: Helmut Ortmann on May 23, 2013, 05:22:49 am
Make sure:
- creation script for MySQL has successfully run
- you have the correct rights
- you have transfered a model to your MySQL DB
  Tools, Data Management, Project Transfer
  (you may use one empty repository (*.eap file with no or few content)
- You can check with MySQL query
   select * from t_object

Kind regards,

Helmut
Title: Re: EA repository does not open - need resolution
Post by: Geert Bellekens on May 23, 2013, 03:49:57 pm
And don't forget security.
There are often issues with DBMS repositories because the user doesn't have enough rights on the database.
I would suggest to grant all possible right to begin with, and then take rights away until it stops working.

Geert
Title: Re: EA repository does not open - need resolution
Post by: K N on May 30, 2013, 11:47:23 pm
You can say it was Magic or something but the repository is working now...before i could do any of the steps that were suggested.

Thanks everyone!!!