EGL Java™ runtime error code VGJ0707E

VGJ0707E: An SQL I/O sequence error occurred on %1.

Explanation

A sequence error may occur in these cases:
  • An EGL replace or delete occurs but was not preceded by a setupd or update statement against the same SQL record
  • An EGL get next occurs but was not preceded by a setupd or setinq statement against the same SQL record

The message identifies the last I/O operation that the program attempted, whether replace, delete, or scan.

User Response

Make sure that the order of EGL statements is correct.

Additional diagnostic information may become available if you enable program trace.

Feedback
(C) Copyright IBM Corporation 2000, 2005. All Rights Reserved.