Warning |
Unknown command [%0] |
Command is ignored. |
Check for spelling errors. |
Warning |
This Custo Package has no associated mask |
Any CUSTO-type modeler must have a mask
file. |
Generate a mask file. |
FATAL |
Expected mask name %0, not %1 |
Command should have been: MASK %0 |
Edit the file. |
FATAL |
Entity %0 does not belong to package %1 |
ENTITY command is ignored; consequently, all
related commands (ATTR, etc.) will fail. |
Check for a spelling error or validate against the
metadata entity. |
Error |
Entity %0: attribute %1 was not predefined by ATTR
command |
Attribute referenced by a FATTR command must be
declared first by an ATTR command. |
Add the required ATTR command. |
FATAL |
Entity %0 has no %1 attribute |
ATTR command is ignored. |
Check for a spelling error or validate against the
metadata entity. |
Error |
Entity %0, attribute %1: mandatory property cannot
be N while it is Y in metadata |
Command should have been: ATTR %1;Y;… |
Edit the file. |
FATAL |
Entity %0, attribute %1 : cannot use %2 value as
an authorized value |
An enumerated set of values is defined on
attribute %1 in metadata; value %2 must be chosen in this set. |
Either remove this VALUE command, or modify the
enumerated set of values in metadata. |
Error |
Unexpected %0 function |
FUNC command is ignored. |
Check for a spelling error. |
FATAL |
Entity %0: external-type %1 attribute is not
allowed in %2 function |
IP Protection : external-type attributes cannot be
set/modified in generic UI interfaces(CREATE or WRITE
functions) Some exceptions to this rule show as warnings
instead of fatal errors. |
Remove the corresponding FATTR command. |
Error |
Entity %0: MANDATORY %1 attribute cannot be set to
NOT EDITABLE in CREATE function |
Command should have been : FATTR %1;Y |
Edit the file. |
Error |
Entity %0: attribute %1 whose protection is
Read-only cannot be modified in WRITE function |
IP Protection: external-type attribute cannot be
modified in generic UI interfaces Command should have been : FATTR
%1;N |
Edit the file. |
FATAL |
Unexpected boolean value %0 \: expected Y'or
N |
Use either N either Y character, respectively for
NO and YES |
Edit the file. |
Error |
Entity %0: cannot use attribute %1 in mask, as its
protection flag (%2) denies it |
IP Protection: access to internal attributes is
forbidden. |
Remove the ATTR command (and all related FATTR
commands). |