Book a Demo

Author Topic: Remove EPProfile::process from TaggedValue window  (Read 4910 times)

Ilias

  • EA Novice
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
Remove EPProfile::process from TaggedValue window
« 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

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Remove EPProfile::process from TaggedValue window
« Reply #1 on: November 21, 2018, 09:37:11 pm »
You can remove the stereotype  ???

Is that what you are after?

Geert

Ilias

  • EA Novice
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
Re: Remove EPProfile::process from TaggedValue window
« Reply #2 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

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Remove EPProfile::process from TaggedValue window
« Reply #3 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

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: Remove EPProfile::process from TaggedValue window
« Reply #4 on: November 21, 2018, 11:13:20 pm »
I guess you should simply turn off the EPP MDG.

q.

Ilias

  • EA Novice
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
Re: Remove EPProfile::process from TaggedValue window
« Reply #5 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

Ilias

  • EA Novice
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
Re: Remove EPProfile::process from TaggedValue window
« Reply #6 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

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: Remove EPProfile::process from TaggedValue window
« Reply #7 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.