Book a Demo

Author Topic: Model Inconsitencies in EA  (Read 5133 times)

jack89

  • EA User
  • **
  • Posts: 49
  • Karma: +0/-1
    • View Profile
Model Inconsitencies in EA
« on: August 08, 2020, 02:07:24 am »
Hi,

I'm using Lemontree plugin in order to use EA with GIT. Every time that I open lemontree, it says that there are a lot of model inconsistencies and it suggest me to run the project integrity check from EA but EA doesn't find any model inconsistency.

If I show the log related to the inconsistencies found by lemontree, I noticed that the warning error is always like this one:

Branch: Base; 
Description: Xref of stereotype with Name 'TEST' doesn't contain Guid nor FqName.
ElementGuid: {AA6B6DC0-TC3T-4454-IOIE-045789B963B};
Category: Warning;
Error: 100012000000

My question is: how can I solve an inconsistency like this one? Which stereotype property is missing? Note that 'TEST' stereotype is a custom stereotype made by me.

Thank you in advance for your amazing support.
 

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: Model Inconsitencies in EA
« Reply #1 on: August 08, 2020, 05:56:47 am »
You should go and ask that LieberLieber. They do have support, don't they?

q.

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Model Inconsitencies in EA
« Reply #2 on: August 08, 2020, 04:05:20 pm »

For some reason the steroetype didn't register properly, possibly because it was set in a previous version (before 15.1) of EA that wasn't that strict with stereotypes yet.
The best you can do is remove the stereotype, save the element, and then re-apply the stereotype, that should fix that error.

Nowadays "loose" stereotypes like that are discouraged.
Preferably all stereotypes should be defined in a UML profile, that is (again preferably) deployed using an MDG technology.

Geert

Paolo F Cantoni

  • EA Guru
  • *****
  • Posts: 8626
  • Karma: +259/-129
  • Inconsistently correct systems DON'T EXIST!
    • View Profile
Re: Model Inconsitencies in EA
« Reply #3 on: August 08, 2020, 05:42:20 pm »

For some reason, the stereotype didn't register properly, possibly because it was set in a previous version (before 15.1) of EA that wasn't that strict with stereotypes yet.
The best you can do is remove the stereotype, save the element, and then re-apply the stereotype, that should fix that error.

Nowadays "loose" stereotypes like that are discouraged.
Preferably all stereotypes should be defined in a UML profile, that is (again preferably) deployed using an MDG technology.

Geert
Wot 'e sed!

Paolo
Inconsistently correct systems DON'T EXIST!
... Therefore, aim for consistency; in the expectation of achieving correctness....
-Semantica-
Helsinki Principle Rules!

Uffe

  • EA Practitioner
  • ***
  • Posts: 1859
  • Karma: +133/-14
  • Flutes: 1; Clarinets: 1; Saxes: 5 and counting
    • View Profile
Re: Model Inconsitencies in EA
« Reply #4 on: August 08, 2020, 06:45:51 pm »

For some reason, the stereotype didn't register properly, possibly because it was set in a previous version (before 15.1) of EA that wasn't that strict with stereotypes yet.
The best you can do is remove the stereotype, save the element, and then re-apply the stereotype, that should fix that error.

Nowadays "loose" stereotypes like that are discouraged.
Preferably all stereotypes should be defined in a UML profile, that is (again preferably) deployed using an MDG technology.

Geert
Wot 'e sed!

Paolo

When the user security permission for creating in-project stereotypes was introduced, you couldn't actually use it because some core function(s) weren't implemented with profiles but instead relied on being able to create stereotypes on the fly. Problem is, I can't remember which functions they were.

Are all EA's functions now cleaned up so that you can disable in-project stereotype creation without anything crapping out?

/Uffe
My theories are always correct, just apply them to the right reality.

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Model Inconsitencies in EA
« Reply #5 on: August 08, 2020, 07:02:20 pm »

For some reason, the stereotype didn't register properly, possibly because it was set in a previous version (before 15.1) of EA that wasn't that strict with stereotypes yet.
The best you can do is remove the stereotype, save the element, and then re-apply the stereotype, that should fix that error.

Nowadays "loose" stereotypes like that are discouraged.
Preferably all stereotypes should be defined in a UML profile, that is (again preferably) deployed using an MDG technology.

Geert
Wot 'e sed!

Paolo

When the user security permission for creating in-project stereotypes was introduced, you couldn't actually use it because some core function(s) weren't implemented with profiles but instead relied on being able to create stereotypes on the fly. Problem is, I can't remember which functions they were.

Are all EA's functions now cleaned up so that you can disable in-project stereotype creation without anything crapping out?

/Uffe
I've disabled that function for all but admins, and I haven't had any problems so far.

Geert