The storage space for result tables is exhausted.
The following reasons are possible:
...
1. The storage space available for result tables is too small or
2. the database application generated too much temporary information.
In both cases, the execution of the SQL statement was terminated and the user was disconnected from ADABAS by an implicit RELEASE statement in the format ROLLBACK WORK RELEASE.
...
1. Reissue the SQL statement after a new CONNECT statement. At this time another user may have defined fewer result tables or generated less temporary information.
2. Use the Database Manager to define more disk space.
3. Use the TABLEEXTRACT statement to extract tables and make more space.