-
Cannot set page count to 1 in document definition unless document type is page count
The document type in the Document Definition is set to "Same Sync" (variable number of pages per document), but the maximum number of expected pages is set to "1". -
DataMatrix: 2D error 3
The barcode's dimensions are too small to contain all the information.
(This is the number of blocks/cells/black+white boxes in the barcode and not the physical dimensions of the barcode itself). -
Doc [...] Page Setup not Found for Page [...]
None of the Output Page Definitions apply to the referenced output page in the referenced document.
(i.e. missing default page catch-all or conditions controlling the output page definitions do not apply to that page). -
DoDisplay Requested Document 0 less than 1.
uCompose is unable to parse the data into documents.
Common cases include:- Blank data file path (starting a new map)
- Inaccessible data (opening a map on a new system)
- Invalid data (loading a PDF into an XML map, or a CSV file into a PDF map).
-
Field Validations:
- Rexpr not Validated = The data in the field does not match the regular expression.
- Not a Date = The data in the field cannot be transformed into a date string (mm/dd/yyyy).
- Not Number = The data in the field is not numeric (currency, floating point, or integer).
- Not Integer = The data in the field is not numeric and not an integer.
- Blank = The field does not have a defined value or is blank.
- Greater than [...] = The data in the field is greater than the expected value.
- Less than [...] = The data in the field is less than the expected value.
-
Fonts:
- Command Field: [...] Font [...] not found = The field referenced by [...] uses a font that is not available.
- Command Var: [...] Font [...] not found = The variable referenced by [...] uses a font that is not available.
- Command Output Page[...] Font [...] not found = The output page definition(s) use a font that is not available.
-
Image [...] does not exist
The image referenced by the path in [...] cannot be found. -
Papername [...] is not found
The printer that was used when the map was created and saved uses a different/custom paper name that is not available for the printer the map is currently using. -
Regular Expression Function:
- Field [...] used with Regexp is not text. = The field referenced in [...] that was used in the regular expression function is not a text type field
- Variable [...] used with Regexp is not text. = The variable referenced in [...] that was used in the regular expression function is not a text type variable.
(This is just a warning; uCompose and Uluro will still process the data without aborting.)
-
RTF Font [...] does not exist
The RTF paragraph uses a font that is not available. -
Text Overflow:
- Exception: RTF [...] text will not fit = The text in the RTF paragraph will not entirely fit in the RTF's bounding box dimensions.
- Exception: WRP [...] text will not fit = The text in the Word Wrap paragraph will not entirely fit in the Word Wrap paragraph's bounding box dimensions.
-
Variable [...] Used before it was defined
The variable referenced in [...] was used in a function, condition, or other non-mapping command before it was defined.
(i.e. the variable definition appears below the command that uses the variable).
0 Comments