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 - Tehila1

Pages: 1 2 [3] 4 5 ... 18
31
General Board / EA COM Object
« on: June 02, 2015, 04:38:25 pm »
Hello,

I would like to change EA COM object to DCOM, in order to enable Windows Service to access EA repository.

I cannot find Enterprise Architect application in list of COM components, nor EA neither sparks or something similar.

(access the list by : Run-> type dcomcnfg -> Component services->Computers->My Computer->DCom Config> application name???)

What is the application name in the COM objects list?
Thanks in advance!

32
General Board / Access EA Repository from Windows Service
« on: June 02, 2015, 06:39:23 pm »
Hello,

I would like to access EA repository from Windows Service.
The goal is to get all latest changes of Version Control, behind the scenes.

When I try the following :
Code: [Select]
EA.Repository repository = new EA.RepositoryClass();
I get this error:
"Retrieving the COM class factory for component with CLSID {XXX} failed due to the following error: 80080005."
- where XXX is GUID of EA.Repository in registry.
 
In my searches for solution, I found that changing the COM object properties may solve the problem. Navigating to Windows DCOM Config, there is no EA.App object in list.

Any ideas? Any other solution? Any help would be highly appreciated!


33
General Board / Import XMI Deletes Sequences
« on: May 21, 2015, 03:08:10 pm »
Hello,

I import XMI of a package hierarchy to a local model, and it's successfully imported.
When I import the same XMI to a shared model (Oracle DB), all the sequences and messages in sequence diagrams are deleted.

Any ideas?

34
General Board / Re: Show Sequence Numbering
« on: May 20, 2015, 05:50:50 pm »
Quote
It seems like that is not possible indeed.
You can submit a feature request

Geert


Thanks for letting me know.

35
General Board / Show Sequence Numbering
« on: May 20, 2015, 03:07:50 pm »
Hello,

I would like to show sequence numbering in Sequence diagrams.
I selected the checkbox "Show Sequence Numbering" in Tools ->Options ->Sequuence tab.

The numbers are shown for all sequence diagrams in model. Can I control it, so that numbering will appear in a single Sequence diagram only?

Selecting the "Show Collaboration Numbers" checkbox in diagram options -> connectors tab, seems to have no effect.

Any ideas?

36
General Board / Master Document or Template Fragment?
« on: May 17, 2015, 11:18:04 pm »
Hello,

Investigating the reporting abilities of EA I got a little confused:

I understand both Master Document and Template Fragments enable creation of report with different sections based on different templates.

What is the difference, though, and what is more recommended?

Thanks in advance!


37
General Board / Undo Checkout Branch
« on: May 14, 2015, 01:24:48 am »
Using Version Control with EA I can checkout  a whole branch in order to lock all packages along the hierarchy of a branch ('Checkout Branch' option).

I check in the whole branch, using the 'Check in Branch'.

However, I cannot Undo checkout branch: Using 'Undo Checkout' only cancels the current package locking, without canceling the all hierarchy locking.

Any ideas how to unso checkout for the whole branch?
Thanks in advance!

38
General Board / Difference- Lifeline or Instance
« on: May 11, 2015, 10:48:34 pm »
Is there difference between adding an instance or a lifeline to sequence diagrams?

Thanks in advance!

39
General Board / Differnce- Model Branch and XML
« on: May 10, 2015, 08:10:55 pm »
What is the difference between import of EAB file (model branch) and import an XML file and configuring to version control?

Thanks.

40
General Board / EA 12 Menus Location
« on: May 05, 2015, 05:42:55 pm »
Even though EA 12 has many changes in UI, usually it is not reflected in the Help files.

I cannot find "Embedded Elements" menu when I right click on a diagram object (e.g. component)

Where is it?
Thanks


41
General Board / EA 12 Const Attribute
« on: May 05, 2015, 03:50:19 pm »
Where is the isConst checkbox in Attribute dialog?
I can't find it neither in EA 12, nor in the help files.
Thanks.

42
General Board / Create Model Template MDG
« on: May 03, 2015, 11:34:48 pm »
I would like to enable creating a model from a custom template.
I followed the instructions here: http://www.sparxsystems.com/enterprise_architect_user_guide/8.0/modeling_languages/model_templates2.html

As I understand I have to :
1. create a model, export it to XMI.
2. Generate an empty MDG technology.
3. Manually add code to the MTS file.

What is missing? Why the new template is not available from the new model from template wizard?

43
General Board / Re: Export Auto-Naming Definitions
« on: May 03, 2015, 11:28:14 pm »
Quote
Copy the contents of the table t_trxtypes

q.

Thanks.

44
General Board / Export Auto-Naming Definitions
« on: May 03, 2015, 07:18:26 pm »
I would like to move the auto-naming definitions from my model to another.

Did somebody encounter it?
Possible?

45
General Board / Re: Shape Script- draw extended shape
« on: April 28, 2015, 10:06:19 pm »
Quote
Try DrawParentShape()

q.

Thanks.
Replacing drawnativeshape with DrawParentShape() indeed draws the derived shape, but without effect to the color definition.

Any ideas?

Pages: 1 2 [3] 4 5 ... 18