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 - Darth Vader

Pages: [1]
1
General Board / Re: Documentation - numbering & fragments
« on: December 22, 2015, 11:52:18 pm »

2
Automation Interface, Add-Ins and Tools / Re: Export of custom template
« on: September 04, 2015, 09:31:48 pm »
Do You mean RTF template? Menu: Project -> Data Management -> Export Reference Data

3
Automation Interface, Add-Ins and Tools / Re: Cloud Services preformance
« on: September 04, 2015, 11:36:12 pm »
Yes, in LAN environment.
According to the Sparx documentation, CS can be used to simplify user setup and secure connections to DB via HTTP, this also matters for LAN users.
With CS I can, for example, migrate to different DB and no one will notice this.
In fact, it doesn't matter why we choose CS instead of ODBC. It does matters why it is so slow. Such delays are inappropriate even for WAN users.

4
Automation Interface, Add-Ins and Tools / Cloud Services preformance
« on: September 04, 2015, 09:53:42 pm »
Hi,
I've got a performance issue with Cloud Services. Our common repository is hosted on MySQL server instance and users access it through CS. However, almost all operations take very long time even if there is only one user accesing DB. For example, adding an element to a diagram takes about 5 seconds to complete.
Initially I was thinking that this is the DB problem, but later I realized that if I connect to the DB directly via ODBC without CS, everythigs works fine and quickly.
What can I do with Cloud Services app to speed it up? It is working in standalone mode without a web server and without SSL.
Server:
- Windos Server 2008
- CPU dual Xeon X5570
- 12 Gb RAM


5
Thanks for the reply.
Requirements must be grouped by components. Is it possible to perform smth like "group by" on element list?

6
Hi all.
We have a project repository in MySQL database. Inside the project we have several packages. Package A contains information about all our components. Packages B, C, D, etc. contain customer requirements, realized by one ore more components. A component from package A realizes requirements from many packages.
Is it possible to create a report template that shows only relations between components in package A and reqirements in current package?
F.E. report on package C with requirements REQ01-03 must contain following information:
- component CMP01
 - realizes REQ01
 - realizes REQ03
- component CMP02
 - realizes REQ02
even if CMP01-02 realize requirements in packages B & D.

7
Try to put template fragment call in testing template under <element> section, not under <package>.

Pages: [1]