Sparx Systems Forum
Enterprise Architect => Automation Interface, Add-Ins and Tools => Topic started by: Viking on August 23, 2024, 06:53:48 pm
-
Hi, this feature always worked in other setups, but for any reason I cannot set “Model Default Diagram” for everybody in the project in my current setup.
I followed the instructions in: https://sparxsystems.com/enterprise_architect_user_guide/16.1/modeling_fundamentals/usr_model-default_diags.html.
My current setup is:
- EA v16.1
- MariaDB.
- User Security is enabled in: Settings > Security > Administer > Enable Security.
- Start > Collaborate > Model Home > Manage > Choose Default > …. I also tried Model Home > Set current as default.
- I checked it with: Start > Collaborate > Open Model Diagram (which opens the correct diagram for me, but not for other users).
Suggestions are very welcome, V.
-
Query usys_system.Default_Diagram. It should contain the guid of your diagram
q.
-
I suspect this issue is that the model default is overridden by any user who has specified their own default.
Make the current diagram the default diagram displayed when any user re-opens this model.
Where "any user" actually means any user that doesn't have a user default diagram set.
-
Query usys_system.Default_Diagram. It should contain the guid of your diagram
q.
Many thanks, @Qwerty. I checked this and the entry (GUID) is correct. But the diagram (with this GUID) does not open in the EAs of the other team members :(
-
I suspect this issue is that the model default is overridden by any user who has specified their own default.
Many thanks @Eve. The users just installed EA and have no idea about this feature. No, they did not configure their own default diagram
-
[SOLVED] In the shortcut was a wrong (none existing) GUID. I assume the shortcut overrules the other entries.
-
I know its an old thread, but the following is relevant to something I am working on:
Query usys_system.Default_Diagram. It should contain the guid of your diagram
Which table is that? I can only find tables that begin with t_
I am looking for where the default diagram is set within the repository tables.
Phil
-
I know its an old thread, but the following is relevant to something I am working on:
Query usys_system.Default_Diagram. It should contain the guid of your diagram
Which table is that? I can only find tables that begin with t_
I am looking for where the default diagram is set within the repository tables.
Phil
Hi Phil,
It's in t_xref, Name=DefaultDiagram, Type=element property
IIRC, there's also a linkage in PDATAn (if you're thinking of manipulating things directly).
HTH,
Paolo
-
Thanks! Will check that out
Phil