Sparx Systems Forum

Enterprise Architect => General Board => Topic started by: Ilias on November 21, 2018, 09:20:18 pm

Title: Remove EPProfile::process from TaggedValue window
Post by: Ilias on November 21, 2018, 09:20:18 pm
Hello together,

is there any opportunity to remove the EPProfile::process from my TaggedValue window?
The Epprofile is defined by the Stereotype, is there a way deselct the EPProfile or set a nwe stereotype without the EPProfile

Best regards
Ilias
Title: Re: Remove EPProfile::process from TaggedValue window
Post by: Geert Bellekens on November 21, 2018, 09:37:11 pm
You can remove the stereotype  ???

Is that what you are after?

Geert
Title: Re: Remove EPProfile::process from TaggedValue window
Post by: Ilias on November 21, 2018, 09:53:04 pm
Hi Geert,

if i Change the process-stereotype, the Symbol of my elements will Change too. Is there a way to set the profile in global-Settings and define the belonging stereotypes of this?

Thank you for your help.

Ilias
Title: Re: Remove EPProfile::process from TaggedValue window
Post by: Geert Bellekens on November 21, 2018, 10:37:34 pm
«process» is not a standard stereotype, so if it shouldn't come from EPProfile, where should it come from?

Geert
Title: Re: Remove EPProfile::process from TaggedValue window
Post by: qwerty on November 21, 2018, 11:13:20 pm
I guess you should simply turn off the EPP MDG.

q.
Title: Re: Remove EPProfile::process from TaggedValue window
Post by: Ilias on November 21, 2018, 11:21:09 pm
That is a good question. For me it is not visible, because i am not the creator of the model. The creator changes the Company and i have to work on the old Modell. So... i think it would be easier to define a new stereotype. Can you explain me, how can i create a new stereotype with the process Symbol and an empty tagged value window?

Thank you very much.
Best regards
Ilias
Title: Re: Remove EPProfile::process from TaggedValue window
Post by: Ilias on November 21, 2018, 11:22:51 pm
I guess you should simply turn off the EPP MDG.

q.
hello q,

where i can find this Setting?
Thank you for your help
Ilias
Title: Re: Remove EPProfile::process from TaggedValue window
Post by: qwerty on November 21, 2018, 11:27:31 pm
Hmm. A bit tricky. Can you run  a SQL in the query scratch pad:
Code: [Select]
select  client, Description from t_xref WHERE name = "Stereotypes" and Description like "*name=EAUML:*"
That will list the GUIDs of all elements using an EPP profile. If you have findings you could run a script to process these GUIDs. There might be other stereotypes from EPP as well.


Turning MDG on/off is found in MDG Settings (depends on your EA version where to find it).

q.