Book a Demo

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

Pages: [1]
1
General Board / Creating RTF Report based on SQL Query
« on: May 25, 2009, 06:13:01 pm »
Hi,

I would like to create a rtf report based on a SQL Query. I read the manual for that but i have a problem i can`t solve.

Here my Query:

Code: [Select]

SELECT Requirement.ea_guid AS CLASSGUID, Requirement.Object_Type AS CLASSTYPE, Requirement.Name AS ReqirementName, UseCase.Name AS UseCase

FROM

t_object AS UseCase
INNER JOIN
(t_connector AS Connector INNER JOIN t_object AS Requirement ON Connector.End_Object_ID = Requirement.Object_ID)
ON UseCase.Object_ID = Connector.Start_Object_ID

WHERE Requirement.Object_Type='Requirement'  
AND UseCase.Object_Type='UseCase'



Here my Description:

I can create a rtf report for the requirements i get from the result - but i also would like to get the second element "t_object UseCase" to get an connection between requirement and usecases.

The search create an overview of all requirments in project and link them to a use case.

Here my Question(s):

How can i get the result of the field "UseCase" in the rtf report ?

I also find a option in "Tools/Option/General" named "Allow custom RTF tags in reports" ? --> Have this one to do with my problem?

Thanks for your help !  ;)

Tobias

2
General Board / ":" in Transformation Template
« on: August 18, 2009, 06:20:04 pm »
Hi,

i have some problems by using the ":" in an transformation template. Transforming and 1st codegeneration are ok. At second codegeneration i get an error: Unexpected Symbol: :  

Anybody an idea ??? Is there a macro or a literal processinstruction for the ":" in the transformation templates ???


Example:

Attribute {
                  name = "NAME:NAME"
}


Thankz!





3
General Board / OCL Validation
« on: June 15, 2009, 07:34:46 pm »
Hi,

i would like to adopt a ocl validation to my metamodel in ea.  There I would like to check the stereotype of an specific association.

I tried:

1. self.association.isStereotyped('stereotypename1')

2. self.taggedvalue->select(tv|tv.name='taggedvaluename')

but by validating (ctrl+alt+v) in a concrete model ea always create the ocl warning - also in case of true by adding an association with the stereotype ' stereotypename1' to the element to validate

whats`repsonible for that behaviour ? have anyone a idea ?

How can i poll taggedvalues or stereotypes in an ocl expression ?

Is it possible to poll taggedvalues or stereotypes by ocl / enterprise architect ?


Thank`s




4
Bugs and Issues / Re: Check out (lock)  problems by using ea and svn
« on: July 14, 2009, 11:46:18 pm »
Solution for Problem:

Do not loggin to svn server permanently on 2 network clients with the same user !!!

I created another svn server user for the second remote client and then it works.


Now i have problems with large packages and including references - import/export very slow and often ea crashes !!

Anyone an idea??

5
Bugs and Issues / Check out (lock)  problems by using ea and svn
« on: July 02, 2009, 11:04:35 pm »
Hello Everybody,

i have some problems with the version control mechanism of ea using subversion as version control.

I put some subpackages under version control like mentioned in the ea help. At begin everything seems to be fine. After some tests i got an error by check-out a package from the version control.  The error occurs after ea crashes by an check-out from a subpackages before.


First of all my config:

OS: Windows XP SP2
EA: 7.0.818
Subversion Client: CollabNet Version 1.5.5

EA Error Description:

The ability to import is currently locked by user: MYPCNAME
(currentuser)


I tried to disable all locks via the security-manage locks window. But after releasing all locks manuell - the error still there.

I have no idea how to handle that. Have anyone a advice for me ???


Thanks a lot.

Greetings
tobinho

6
Hi all,

i would like to create a customized EA UI Screen Element (UI Control).

If i select the stereotype "checkbox" for it, a little checkbox is in the right upper corner of the UI Control Element. How can i change this symbol for another "stereotype" ???

I tried it with the image manager and Settings/UML... - Stereotype, but only the hole image is there. How can i make settings, that the image is only in the right upper corner ???

Thx a lot.



UPDATE:

I found following topic: http://www.sparxsystems.com/cgi-bin/yabb/YaBB.cgi?num=1245909984/1#1

With the shape script editor i could insert a customized image - ok.

BUT - How can i fading out the stereotype ???

If i define a stereotype: name x class: guielement shape-script: no

The stereotype is fading out.

If i define a stereotype: name y class: guielement shape-script: yes

The stereotypename is shown in the element  :-/




Pages: [1]