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.


Topics - zalbina

Pages: [1] 2 3 4
1
Automation Interface, Add-Ins and Tools / Data Migration from Aris to Ea
« on: January 05, 2021, 07:27:53 pm »
Hello,

I'm facing the big task to transfer data from Aris models to EA and would like to come up with the right strategy how to do it with less troubles. Does anyone did it before? Did you use the xmi files or develope your own Add In or other options? Did you use xml file as an easiest way to transfer the data?

Really appreciate your help,

BR

2
General Board / Relationship between functions and Matrix
« on: July 02, 2013, 11:44:40 pm »
Hello,

I have really weird question: is it possible to link two function in EA and see their relationship in the Relationship Matrix?

Thanks.

3
General Board / Compatibility of different versions of EA
« on: June 05, 2013, 11:22:53 pm »
Hello,

I'm pretty confused by my add-ins which I've wrote for EA 9.3. version. I've upgraded it to 10 and add-ins do not behave like they used to.

Some hints?

4
General Board / Object Stereotype
« on: November 07, 2012, 01:57:39 am »
Hello,

I'm woundering if object stereotype could be found in t_object table only or other tables can hold this information also.

Thanks.

5
General Board / Baseline
« on: October 23, 2012, 06:12:42 am »
Hello,

I would like to know how to rollback using baseline. I see the Restore option, but not always it actually performs the rollback process. For example if some classes were deleted and I tried to restore them using my baseline, nothing happens. It could show me class object but nothing inside. I would like to mention that most of my elements from different packages and many people can change them for their needs.

Thanks.

6
General Board / TaggedValue and API
« on: October 14, 2012, 09:59:55 pm »
Hello,

I'm trying to get tagged value from an attribute : currentAttribute.TaggedValues.GetByName("length"), but could not find an appropriate collection to save it. What is the return type of this GetByName?

Thanks.

7
General Board / Reverse Engineering
« on: October 10, 2012, 06:42:36 am »
Hello,

This is a problem: how can I control design and code when we are changing directory pretty often? For example: I've generated some Java code, made some changes to this file and move it to the different directory and after that "Synchronize with code..." option is chosen. Nothing happened, I will not see the changes in the EA because I've moved the file to other place.

May I contol all these manipulations?

Thanks.

8
General Board / Add New Language, Code Generation Template
« on: October 09, 2012, 07:56:20 pm »
Hello,

I would like to add a new language and it almost looks like Java. I've copy Class, Class body, Class declaration, attribute, Attribute Declaration templates, but when I tried to Generate code using my new language it did save it in the provided location. What did I miss?

Thanks.

9
General Board / Code Generation Template
« on: September 23, 2012, 07:00:00 pm »
Hello,

I have attribute tagged value with some name "tagName", but without value, only name. So, how can I check in the template if the tagged value exists? This code does not work:

%if attTag:"tagName" =""%

because NO value. I tried ==NULL or ==EMPTY does not work also.


Thanks.

10
General Board / Import/Export Code Generation Template
« on: September 24, 2012, 08:53:32 pm »
Hello,

I'm just woundering if is it possible to do import / export for custom templates?

Thanks.

11
General Board / Model Search Queries
« on: September 24, 2012, 08:58:18 pm »
Hello,

Can I call to Model Search Queries which I've created from my VBA project?

Thanks.

12
General Board / Report Generation
« on: September 20, 2012, 06:13:56 pm »
Hi,

I'm creating some report which lists all classes and their methods. How can I avoid to list classes without methods and classes with name that contains "Enum" word. And also how is it possible to export my document template with filter for example to different ea environment?

Thanks.

13
General Board / Code Generation Template
« on: September 13, 2012, 07:33:35 pm »
Hello,

I would like to ask how can I call my user defined template from Class or Attribute templates for example. I tried %myTemplate%, but it did not worked.

Thanks.

14
General Board / Add New Tagged Value to the Attribute
« on: September 14, 2012, 01:11:19 am »
Hello,

I'm trying to add some tagged value to an attribute usind API and VBA, but doing this: att.TaggedValues.AddNew "bla","bla" does not work. Even no errors. Should I use SQL for it?

Thanks

15
General Board / DDL for Class, NOT a table
« on: September 12, 2012, 08:10:04 pm »
Good morning,

I need to generate DDL from a class which is not a table. I don't have this option in ea to do it, but I badly need co create DDL from the Class. Convert stereotype of the class to the table is not an option also.

SO, ....

Thanks.

Pages: [1] 2 3 4