Error 16269

Severity

15

Message text

Final DONE not sent by event handler.

Explanation

Open Server has detected that a srv_senddone(SRV_DONE_FINAL) was not sent when required. Typically, this is a programming error where a path of execution exists within an event handler, which results in the handler terminating without calling srv_senddone(SRV_DONE_FINAL).

Action

Look for preceding errors to determine which event handler did not send SRV_DONE_FINAL. Enable the SRV_TR_EVENT trace flag to see the event handlers that are running at any given time.

Additional information

Symbolic constant: SRV_ENOFDONE