Book a Demo

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - amacara1

Pages: [1] 2 3 4
1
General Board / 'Splash' screen when opening a project/model
« on: November 01, 2025, 01:56:16 am »
Is there a way, please, to display a message or a splash screen when opening a project/model?

2
General Board / How to deal with multiple target platforms
« on: October 27, 2025, 11:45:26 pm »
We use EA for requirements, architectural design and testing of a sw product that has now has multiple target platforms.
With only one target platforms, things were simple: all requirements applied to THE target platform and the same for each component in the architectural design. From sw architectural point of view, we thought we paved the way for supporting multiple target platforms - whenever a component is target-specific, we hide the implementation(s) behind an interface. As we had only one target platforms, requirements were linked (realization connector) to sw components and those were linked to tests. Tests had one status (remember, one single target platform): not implemented/implemented/passed/failed.
But, we now face the situation of having some requirements that apply to only one target platform and not the other. This means we need a way to say this req applies to platform X or Y or X and Y (sort of multiple-choice). And status of a test is now per target platform: same test could pass for X and fail for Y target platform.
I hereby ask for common wisdom how to deal with the situation, please :)

3
I am using EA 16.0.1605

4
Please, I am facing this weird situation: I have a number of custom stereotyped elements that feature tagged values I have also defines. Some of these tagged value types are of type "memo". For a couple of such "memo" custom types, locking access to parent folder does not restrict their editing. All non-memo fields of the same elements have access restricted and other tagged values also of "memo" type are restricting access.
What have I done differently for these types, please?

5
General Board / Re: Realization link created on diagram takes more time
« on: February 21, 2024, 08:15:44 pm »
I learnt it is called 'Overrides and Implementations' dialog and it is described at https://sparxsystems.com/enterprise_architect_user_guide/16.0/modeling_fundamentals/overrideparentoperations.html
It can be disabled from ''Start > Appearance > Preferences > Preferences : Links'

6
General Board / Realization link created on diagram takes more time
« on: February 21, 2024, 07:50:47 pm »
I have a large server-hosted project, with many (500+ each) Collaborate and Requirement elements (and components and interfaces), linked by Realization. When I  drag a new Realization on a diagram (from Collab to Req elements) it takes 10+ seconds for EA to create it (like it is searching among connectors trying to resolve what methods apply - what happens when a component realizes an interface).
Is there a way to disable such searching, please?

7
Uml Process / Modeling C++ exceptions
« on: November 09, 2023, 03:21:45 am »
I thought of using Events to model C++ exceptions: an interruptible region (corresponding to C++ try) would have an "unlinked" receive event in it (corresponding to C++ catch) that out-flows into catch-body activities. BUT, events are added as links to a diagram and thus a diagram cannot hold multiple instances of a (same) event. So, different catches cannot be modeled.
I then thought of using Signal, but I cannot really differentiate between "sent"/"received" Signals (thrown/caught).

Do you have an example of how to model C++ exceptions, please?

8
I am trying to use "Options->Filter elements with Status" option of report/document generation.
If I do it on <<model document>> it works like a charm, but if I try on <<master document>> or <<report package>> then it does not appear to work - all elements appear in generated doc, regardless of their Status.
What am I missing, please? Thank you!
I am using EA 16.0

9
Thank you, it seems to make sense but I was unable to find examples how to link this new operation stereotype into my class-stereotype

10
I am defining a new MDG stereotype starting from a class and I would like to add a tagged value to operations of this stereotype. How can I do this, please?

11
General Board / MySQL v8 transfer via Connection fails
« on: June 17, 2023, 12:35:53 am »
Hi!

We were using MySQL v5 with success (ODBC 32bit, correctly set the two options there), Transfer via Connection to local .qea worked fine. We now set up a MySQL v8 and migrated EA db there. During testing all 'regular' operations seem to work, but Transfer via Connection (from mysql server to local .qea) - with error 'All EA tables in the SOURCE repository are missing, please confirm it is an EA repository [...]'.

Any ideas, please?

PS: I observed Transfer via Native XML works fine.

12
General Board / Re: Server has gone away during creating baseline
« on: June 13, 2023, 04:48:09 pm »
Problem solved, MySQL server was configured with a too-low value for max_allowed_packet

13
General Board / Re: Server has gone away during creating baseline
« on: June 12, 2023, 11:12:33 pm »
Update: If I transfer DB locally, adding baseline works fine, so it must be a remote comm issue, I think

14
General Board / Server has gone away during creating baseline
« on: June 12, 2023, 10:59:01 pm »
Creating a new baseline is unsuccessful at the very end, with error "server has gone away". This happens on only one of the root packages, and it works just fine with others.
Exact query seems to be: "insert into t_document ('DocDate', [...]) values ([...])"
VPN connection to MySQL, this was never a problem in the past and other colleagues have the same issue only on this package.
What could it be the root cause, do you know, please?

15
General Board / Re: Sql queries extremley slow on .qea (SQLite)
« on: June 09, 2023, 06:12:56 pm »
Hoisting inner-most select worked like a charm, thank you!

Pages: [1] 2 3 4