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 - Daniel Temby

Pages: [1]
1
Automation Interface, Add-Ins and Tools / Re: Use Case Composite
« on: April 17, 2008, 05:50:58 pm »
I found part of the answer, EA adds an entry to the xref table to link the composite use case with its diagram.

Unfortunately there doesn`t seem to be a way to add to the xref table through the automation interface.

Any ideas ????

2
Automation Interface, Add-Ins and Tools / Use Case Composite
« on: April 17, 2008, 04:43:24 pm »
Hi,

Through the autmation interface:

I have created a sequence diagram for each of my use cases.  Each sequence diagram has the Use Case as its parent element.

I then set the subtype of the UseCase to 8 in an attempt to make it a composite.

What am I missing? As this does not seem to work vi automation, if I use Advanced->Make Composite via the GUI everything works fine and as far as I can see the only database change made by EA is to set the subtype of the UseCase element to 8

3
Automation Interface, Add-Ins and Tools / Re: Automation Performance
« on: March 20, 2008, 09:46:51 am »
I suspect that there is an issue with incorrect or missing DB indexes.

I am running a script that creates 1000's of connectors, perfromance starts at 0.1 second per connector but very quickly degrades. Indicates that the DB is not tuned correctly.

Any ideas ???

4
Automation Interface, Add-Ins and Tools / Automation Performance
« on: March 19, 2008, 01:23:42 pm »
I am currently using the automation interface from a VBA app to build a large model.  I have found that intially the performance is OK but the longer my import script runs, the slower the performance.

I am currently using SQL Server as my repository.

Are there any tricks to improving performance of automation ?
Do I really need to call update everytime I create an element or connector?

I have also set the following properties on teh repository:

BatchAppend = true
EnableCache = true
EnableUIUpdates = false

But did not see an improvement in performance.

Also I am running version 7.0 Build 818,  are there an performance imrpovements in version 7.1 ?

Thanks


Pages: [1]