Error 12377

Segment Id not found in buffer '%s'

 

Description

During translation, a segment buffer was extracted from the EDI file, which did not contain a segment id.  A segment buffer is the text extracted from the EDI file that begins with the character following the previous data segment terminator to the next data segment terminator.  The segment id is the string that precedes the first data element terminator from this segment buffer.

 

Example,

 

      LS*CED~CED*N**9C~DTM*519*911202~

 

From the above example, there are 3 segment buffers: LS*CED, CED*N**9C and DTM*519*911202.  The segment Ids from these buffers are: LS, CED, and DTM.

 

This error is generated if the segment id could not be determined from the segment buffers.  For example, in the example, an error will be generated if the segment buffer for the third buffer was DTM519911202.