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 - didier.pironet

Pages: [1] 2
1
Bugs and Issues / Sparx EA to crash - v17 streamed from Citrix
« on: January 10, 2025, 02:10:47 am »
Hi guys,

Sparx EA v17.0.1703
Citrix environment
MSSQL Database
PCS enabled

So every time I select two objects and still have ctrl key pressed in while going to the align menu, Sparx hangs and crashes shortly with a popup saying the instruction at 0x.... referenced memory at 0x..... The memory could not be read issue.

This behavior can be reproduced on and on.

Is this a bug in this version/build?
Are other having the same behavior?

Thx for you help,


2
General Board / Re: Tagged Value Types - maximums?
« on: December 18, 2024, 12:56:31 am »
You should really only create tagged values as part of UML profiles in an MDG technology.

Loose tagged values are a nightmare to maintain.

Geert
Thx Geert for the heads up, we indeed hit that wall of manageability...
Lack of expertise in UML/MDG is the main culprit here.

3
General Board / Tagged Value Types - maximums?
« on: December 17, 2024, 10:25:05 pm »
Hi guys,
We are heavy consumers of Tagged Value Types and so far have created >100 Tag Types and more to come in the context of Prolaborate.
Question is where is the limit, the maximum number of Tag Types allowed in Sparx v16/17?
And eventually Sparx roadmap to make them more bulk 'manageable'?

Thx,

4
Thanks for the confirmation.
I can safely assign a Dev to this user story knowing it can be done.

5
Hi guys,
The Relationship property is great as it gives you a complete overview of the relations being controlflow, association or notelink of your diagram's elements.
I can even manually copy/paste into an Excel sheet.
Ultimately I would like to automate this.
For all these diagrams, export all relationships into a csv named after the diagram..
Is that even possible?

Thx for your help!

 

6
General Board / Root Node and GUID
« on: August 20, 2024, 07:59:46 pm »
Hi,
Sparx EA 16.x here.
I have noticed that Root Nodes do not have a GUID.
Is it expected and what's the rational?

Thx,

7
General Board / Re: Sparx support to multi-environment setup
« on: July 05, 2024, 10:24:26 pm »
Project transfer is also an option, but that takes way longer then database restore. (hours vs seconds)

Geert

We used that function a while ago and this is indeed slow and error prone.
It doesn't like 'special' characters such smileys  :D

8
General Board / Re: Sparx support to multi-environment setup
« on: July 05, 2024, 06:02:24 pm »

Database restore can be used to copy production to another environment.
That's the plan and will necessitate the involvement of the DBAs
To speed up the process (i.e. remove the DBAs from the equation) some wish to use the CVS export/import function.
However would that be an exact copy as it would be with a complete database copy?

Thx,

9
General Board / Sparx support to multi-environment setup
« on: July 04, 2024, 11:34:04 pm »
Hi guys, I'm looking at (best) practices to setup properly multiple pre-prod Sparx environments as well to have them periodically refreshed with production data.

Is Sparx familiar with such common setup in large organizations?
Does Sparx provide built-in tools or guidance to support such a multi-environment setup?

Thx for your input!


10
PCS General Board / Re: API call - Tag returns multiple values
« on: September 30, 2023, 02:17:31 am »
Hi Geert,
Indeed duplicate tags and to complicate things 'show duplicates' was tuned off in the fat client so we could not see them.
While these duplicates are returned with PCS/API calls (that's how we discovered the issue), they do not show up either when doing an export to csv file... Bug?

Is there a way to block this behaviour with a tag filter or else?

Thx a lot,

P.S.
I tried your SQL script but it did not return anything...
 


11
PCS General Board / API call - Tag returns multiple values
« on: September 29, 2023, 12:20:33 am »
Hi,
We use Sparx APIs exposed on PCS to retrieve information out of Sparx DB and especially some tagged value types.
Although several values are available to pick up from, only a single value is 'registered' at any time and thus only a single value should come back to any API request.
However we have several tagged value types that return systematically 2 values and we don't understand why
Within Sparx EA fat client we see a single value assign to those behaving tags, making this issue even weirder...

Any idea what's going on here?

Thx for your help!

N.B. Sparx EA 16.1, PCS 5.1, Oracle DB



12
General Board / Sparx EA and Dynatrace
« on: June 28, 2023, 08:25:10 pm »
Hi Guys,
We are lucky to have Dynatrace in the company and we would like to onboard our Sparx solution into it.
Do you have any guideline on having Sparx EA monitored in Dynatrace?
For instance how would you monitor the Sparx EA calls to PCS?
Is there any Dynatrace integration package planned on the roadmap?

Thx for your help!
 

13
Additionally we have the following error message in the development IDE:

Quote
OSLC DB query error - select Object_ID as EAID, Object_Type as EAType, Stereotype, Runstate from t_object where ea_guid = '{E9A2736C-637C-40dc-8F40-4D9D4F6BF5B6}'


The guid exists for sure.

While comparing to a 'standard' SQL query, the major difference is Object_Type AS CLASSTYPE where in the OSLC API call it is Object_Type as EAType

Any hint and can this be the root cause of the 500 ISE?

Thx,

14
Look through this forum and you find that Oracle is a bad choice for use with EA. They use a lot of tiny queries while Oracle is tuned for jackhammer queries.

q.

Thx qwerty
I can only concur with that statement.
It is planned to ditch Oracle for another RDBS.
Which Amazon RDS engine is recommended here?

Thx,

15
Hi guys,

Hope this is the right forum for this question.

We have Sparx EA 16.x along with PCS 5.x
DB is Oracle on RHEL.
DB config settings are default ones.

We are developing a tool to interact with Sparx DB through the OSLC API's.
So far so good however now our developers are getting time to time an 500 internal server error when GETting data from /oslc/am/nestedresources/ !?

We suspect Max Simultaneous Queries...

Do you have any hint on the issue here?

Thx,


Pages: [1] 2