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 - A.K.

Pages: [1]
1
Thanks
As always I found it out just in the moment when I posted the question

the type must be "Dependency"


2
Hello

I have to create some connectors from packages to elements and vice versa. However, when i do  so, the EA crashes with an SEHException.

None of the following approaches have worked so far:

1)
Create Element A
Create Package B
Create Connector C by ElementA.Connectors.Add
Link Connector to the Element of the Package (PackageB.Element)

2)
Create Element A
Create Package B
Create Connector C by PackageB.Connectors.Add
Link Connector to the Element A

3)
Create Element A
Create Package B
Create Connector C by PackageB.Element.Connectors.Add
Link Connector to the Element A


Different connector types such as "Package" (this type of connector is created when adding the connectors in EA manually) had no influence on the situation.


Any help is very appreciated!
Thanks!

Greetings,
Alex



3
Automation Interface, Add-Ins and Tools / Re: Get Baselines
« on: April 03, 2012, 06:41:55 pm »
Thanks a lot!

Solved it

4
Automation Interface, Add-Ins and Tools / Re: Get Baselines
« on: April 03, 2012, 06:24:41 am »
Thanks

But can you tell me how i can unzip it? I tried the inherent GZip of the NET plattform but it says wrong header

5
Automation Interface, Add-Ins and Tools / Get Baselines
« on: February 24, 2012, 02:37:08 am »
Hello

 I need to get baselines. But i dont want to load them as actually the stuff i need i could read from the xml file. Unfortunately i have found out that baselines are stored in the EAP file in a zipped format. Is there any possibility to retrieve them?

Many thanks!

Cheers
Alex

6
Automation Interface, Add-Ins and Tools / Comparing two baselines
« on: January 18, 2012, 08:21:30 pm »
Hello,

Is there any way how i can compare two baselines of the same package? As far as i see, it is only possible to compare a baseline against the current model version of the  package, but not against another baselines?

i am very thankful for any help and hints !

Greetings


7
Automation Interface, Add-Ins and Tools / Re: Connect Connector to Method
« on: November 29, 2011, 12:08:54 am »
Hmm the behavior is kind of strange,

In some cases it works, in others not
And what is also really strange, is the fact, that the Tags have connector ids that are +10 above the "right" connector id in the connector Tag table

So we ll see
Thanks anyways

8
Automation Interface, Add-Ins and Tools / Re: Connect Connector to Method
« on: November 28, 2011, 09:11:42 pm »
Hi

Thanks for the reply

Perhaps i was kind of misunderstanding. I have actually meant the opposite way. I have a sequence and an operation and want to connect them. I guess i could do it by bypassing the API and update the table on my own. But is their a possibility to do so with the API?

Cheers
Alex

9
Automation Interface, Add-Ins and Tools / Connect Connector to Method
« on: November 26, 2011, 01:44:55 am »
Hello

I have a problem with connecting a connector, in more detail a sequence, to an operation. I have investigated into all possible tables and Connector classes, but haven't found any relationships excerpt for one case. In Connector TaggedValues there is a TaggedValue holding the Operation GUID. However, creating such a TaggedValue  with the approriate name and value, has not connected the connector to the operation in the EA.

Thanks a lot!!!

Cheers

Pages: [1]