« Back to Frequently Asked Questions

Error: (Wrong value in attribute "Configuration of documentation")

Combination View Flat View Tree View
Threads [ Previous | Next ]
toggle
Hi, i have an error in Developement Toolkit database that i cannot resolve, this is the message i get:
Dynamic library: BPMN20_ADOxx13UL1_v1-01 Dynamic Library

Checking library attributes

Date: 05.05.2016, 16:57
=============================================
=============================================


Wrong value in attribute "Configuration of documentation".

[aexpappl-19]
Error in the attribute "Configuration of documentation",
property mode.
The value "Documentation" of the the attribute "Mode" is invalid.
Valid values are:

[aexpappl-19]
Error in the attribute "Configuration of documentation",
property gfxmode.
The value "Documentation" of the the attribute "Graphic file mode" is invalid.
Valid values are: do not change

[aexpappl-19]
Error in the attribute "Configuration of documentation",
property mode.
The value "Documentation" of the the attribute "Mode" is invalid.
Valid values are:

[aexpappl-20]
Error in the attribute "Configuration of documentation",
The value "Documentation" of the the attribute "gfxmode" is invalid.
Valid values are: do not change



=============================================




Probably the error is in the Library Attribute but i cannot resolve.


Thank you very much

RE: Error: (Wrong value in attribute "Configuration of documentation")
Answer
5/6/16 5:55 AM as a reply to fabio monteneri.
As the BPMN library of ADOxx.org contains 'RTF' and 'HTML' documentation. These documentations need an extension in the modeltype definitions. This means if you define new modeltypes you have to add a MODE called 'Documentation' to your modeltype definition by adding the following line of code.

1MODE "Documentation" from:all no-modeling

The extension 'no-modelling means that this MODE will not be shown in the option "Modes" in the Modelling Component.

RE: Error: (Wrong value in attribute "Configuration of documentation")
Answer
5/11/16 12:20 PM as a reply to Mehmet Albayrak.
Thank you very much, this solved my problem.