SQL/MX Programming Manual for Java

SQLJ Programming
HP NonStop SQL/MX Programming Manual for Java523726-003
3-67
Lost Open Error (8574)
Recovering From the Lost Open Error
If DML or iterator operations in a program enable concurrent access to tables or views,
or if you anticipate network or hardware interruptions, add code to the program to catch
and handle the Lost Open Error (8574). The way that you handle occurrences of the
Lost Open Error (8574) depends on what you are trying to accomplish with the DML
statement or iterator. In most cases when the Lost Open Error (8574) occurs, the
program should retry the DML statement or close and reopen the iterator before
executing a subsequent FETCH statement.