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

Pages: [1]
1
Automation Interface, Add-Ins and Tools / Re: BPMN Import
« on: February 08, 2017, 02:45:03 am »
That is the problem: I can't uncheck the field because it is read-only. Why is it read-only?

2
Automation Interface, Add-Ins and Tools / BPMN Import
« on: February 08, 2017, 12:52:42 am »
Hi,

when I try to import BPMN, the strip GUID is checked and read only. This means that ID's are overwritten.
What do I have to do to be able to keep the id's from the imported BPMN?

Thanks!

Kind Regards,

Marianne

3
Bugs and Issues / Re: Autonumbering and security
« on: February 25, 2016, 10:04:58 pm »
Thanks!  :D

4
Bugs and Issues / Re: Autonumbering and security
« on: February 25, 2016, 10:01:11 pm »
That seems more feasible :-D although I never wrote scripts before. Is there a starters guide?

5
Bugs and Issues / Re: Autonumbering and security
« on: February 25, 2016, 09:56:03 pm »
Thanks but also that is a no-goer in this organisation. There are too many people working on the same repository to safely remove the security. Even if it's just for a short period  :(
I know... difficult situation  :-\

6
Bugs and Issues / Re: Autonumbering and security
« on: February 25, 2016, 08:32:03 pm »
Locked doesn't work at all because locked elements don't get renamed with auto numbering.  :(
I will propose the workaround but it will be a heavy procedure for us because we will have to renumber a lot ...


7
Bugs and Issues / Re: Autonumbering and security
« on: February 25, 2016, 06:51:12 pm »
The current action is: Apply Auto Naming to Elements...

8
Bugs and Issues / Re: Autonumbering and security
« on: February 24, 2016, 01:27:01 am »
Hi Geert,

we don't work with check-in and check-out, only with user locking. There is no linked version control system, only the locking mechanism of Sparx EA itself.
Is there a way that I can see if that is the problem? And if yes, how to solve it?

Kind regards,

Marianne

9
Bugs and Issues / Re: Autonumbering and security
« on: February 24, 2016, 12:49:26 am »
Hi Geert,

we already remarked the sentence in the page of your url: 'The contents of Packages that are locked under version control will not be auto-named'. But removing the lock doesn't resolve the issue. For a released package we get following error: http://imgur.com/7esUY0G

Kind regards,

Marianne

10
Bugs and Issues / Autonumbering and security
« on: February 23, 2016, 11:25:12 pm »
Dear all,

we have a common Sparx EA repository with standard locking security. It seems impossible to apply auto-numbering to existing objects. We tried a locked and a released page. In both cases we get an error.
I can send you the printscreen of the errors but don't find how to add attachments here.

Thanks!

Kind regards,

Marianne



11
Bugs and Issues / Legend problems
« on: October 06, 2015, 08:32:35 pm »
Hi,

working on a local eap file, I create a legend in a diagram. I can add everything I want. When I save the diagram no error occurs. If I close and reopen the diagram the legend is empty (also all legends on all other diagrams at once). I only see the default title. I tried to repair the eap, to reset the ID's. But nothing works. :-/ Can this be solved? If no, would this also happen on a repository?
I'm using version 12.0.1214.

Kind Regards, Marianne

12
Bugs and Issues / t_objectresource.resource issue
« on: April 14, 2014, 07:38:58 pm »
if I run the query 'select * from t_objectresource' one of the fields I get is 'Resource' (in uppercase for first letter, the rest lowercase)

I want to run a query like this:
SELECT  t_objectresource.Resource,   t_objectresource.PercentComplete, count(*)
FROM t_object, t_objectresource
WHERE t_object.Object_ID=t_objectresource.Object_ID AND t_object.Phase='1.1'
GROUP BY  t_objectresource.Resource,  t_objectresource.PercentComplete

But then I get the error ORA-01747: invalid user.table.column, table.column, or column specification.

I tried name instead of resource but it doesn't work either.  :(

Thanks for your help!

13
Bugs and Issues / Document Generation Activity Diagram
« on: April 22, 2013, 10:41:49 pm »
Is the following correct?
If you add an activity to an object (requirement, use case,...) with an activity diagram, you can only add the activity diagram in your documentation (with document generation) by dragging it out of the activity and dropping it at the highest level in the object.

Doesn't work  :-[:
* my object
** my activity
*** my activity diagram


Works:
* my object
** my activity diagram
** my activity


Can I tweak my template to have the default working too?

Thanks!

Marianne

14
Bugs and Issues / Re: Use case document generation
« on: April 16, 2013, 06:47:09 pm »
Hi,

thanks for the quick answer.  :)

It is helpful but now the best I can generate is the following:

Basic Path: Basic Path
1. Start aanvraag contract
2. Vul klant in
3. Vul product in
4. Vul bijkomende informatie in  
5. Kies om het contract te bewaren
6. Contract wordt bewaard
[highlight]6a  Exception : Nieuwe contract aanvraag kan niet bewaard worden and then go toEnd [/highlight]
7. Succesboodschap wordt gegeven

Exception: Nieuwe contract aanvraag kan niet bewaard worden
1. Toon foutboodschap
2. Stuur email naar gebruiker en helpdesk met foutboodschap en gegevens van de nieuwe contract aanvraag


What I would like to do is:


Basic Path: Basic Path
1. Start aanvraag contract
2. Vul klant in
3. Vul product in
4. Vul bijkomende informatie in  
5. Kies om het contract te bewaren
6. Contract wordt bewaard
7. Succesboodschap wordt gegeven

Exception: Nieuwe contract aanvraag kan niet bewaard worden
[highlight]6.a.1[/highlight] Toon foutboodschap
[highlight]6.a.2.[/highlight] Stuur email naar gebruiker en helpdesk met foutboodschap en gegevens van de nieuwe contract aanvraag

Is that possible?

Kind Regards,

Marianne

15
Bugs and Issues / Use case document generation
« on: April 16, 2013, 06:23:55 pm »
Hi,

I want to create a Word document for each use case.
It seems unable to add the entry point and the join for the alternative scenario's. It is impossible to know how the scenario's are linked to each other (except for the activity diagram).  :-[
Is there a way to add entry point and join in the documentation template?

Thanks!

Kind regards,

Marianne

Pages: [1]