Error 22800

Message

Possible error messages:

Without Resource Bundle (default)
  • Resultset not closed
With Resource Bundle
  • resultset not closed
Domain Persistence.ResultSetNotClosedException
Number 22800
Label RESULT_SET_NOT_CLOSED
Applicable Platform(s) iOS, Android, BlackBerry, Windows Mobile

Cause

This exception is logged in a SQLTrace log file as an error if the Object API finds a QueryResultSet that is not closed when Garbage Collection process starts.

Action

Call QueryResultSet.close method to close any open result sets.