Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

EventCodeContextEventMessageDescription / Solution

Anchor
E1065
E1065
E1065

SegmentThe data of the saved segment is not valid.The data of the saved segment contains invalid data, see error details for more information.

Anchor
E1066
E1066
E1066

SegmentThe data of the saved segment is not valid.See E1065, in addition that the validations contain at least an error where the segment is either to long or to short. This error is separate since it should produce an warning instead just a debug level entry.

Anchor
E1155
E1155
E1155

SegmentUnable to save the segment. The segment model tried to save to the materialized view directly.Programming error: The writeable table of the segment is set to the materialized view. This is wrong, since the way is: write to the LEK_segments table, write to the data table, then update the view with the data from there.

Anchor
E1081
E1081
E1081

Segment Pixellength

Textlength by pixel failed; most probably data about the pixelWidth is missing: fontFamily: "{fontFamily} fontSize: "{fontSize}".

Same as E1082 below, but no default width is available for that font and font size.

Anchor
E1082
E1082
E1082

Segment PixellengthSegment length calculation: missing pixel width for several characters.

On of the characters in the segment has no pixel length defined, the default pixel width is used.

This error happens in most cases on the export of a task, where the length of the segments is finally checked. Also it happens on saving a segment.





Segment: Search and replace

EventCodeContextEventMessageDescription / Solution

Anchor
E1192
E1192
E1192

Search and replaceReplace all can not be used for task with usageMode "simultaneous"The replace all is disabled for the tasks where the task usage mode is simultaneous.

Excel Ex-Import

EventCodeContextEventMessageDescription / Solution

Anchor
E1137
E1137

E1137

Task

Task can not be exported as Excel-file.


Anchor
E1141
E1141

E1141

Task

Excel Reimport: upload failed.

error on writing file to /data/editorImportedTasks/{takGuid}/excelReimport

Anchor
E1138
E1138

E1138

Task

Excel Reimport: Formal check failed: task-guid differs in task compared to the excel.


Anchor
E1139
E1139

E1139

Task

Excel Reimport: Formal check failed: number of segments differ in task compared to the excel.


Anchor
E1140
E1140

E1140

Task

Excel Reimport: Formal check failed: segment #{segmentNr} is empty in excel while there was content in the the original task.


Anchor
E1142
E1142

E1142

Segment

Excel Reimport: at least one segment needs to be controlled.

This is actually a warning. You have to control all segments in the given list. They may have an invalid tag-structure (eg. open a tag but not closing it) or something similar. This can lead to problems on further workflow steps.

Anchor
E1148
E1148

E1148

TaskTask can not be locked for excel export, no excel export could be created.

That means the task is currently in use by another user / process.

This is logged as info, since this can happen if another proofreader is editing while another proofreader is finishing the task.

...