EGL Java run-time error code VGJ0755E
VGJ0755E: The value in the occursItem or lengthItem is too big.
Explanation
The record has a variable length. An attempt has been made to write out more bytes than the record currently contains.
User Response
Change the program so that the value of the lengthItem or occursItem is within the size of the record.