M204.2690

From m204wiki
Jump to navigation Jump to search

M204.2690  token pages would fill Table E in file fileName

A request was made to allocate token pages in the file. Not enough pages (ESIZE) were allocated to Table E. Further requests for page allocation in Table E may continue if enough free pages exist. If the file is a transaction back out file, Model 204 will initiate back out for the transaction under way and cancel the current request. The file can still be used. If the file is not a transaction back out file, Model 204 logs you out and closes any files you had open. Any files that were being updated are marked physically inconsistent.

Response: Notify your file manager.

File manager response: If the file was a transaction back out file, there will not be anything wrong with the file. You may want to expand Table E, since it is probably close to full.

If the file is not a transaction back out file, you need to recover the file using restart recovery (roll back and roll forward), the file reorganization procedure described in ROLL BACK facility, or the RESTORE command. The RESTORE command restores from a dumped copy of the file, and it increases the size of Table E for the file named in the message.

Message attributes:

RETCODEO=48Sets online return code
RETCODEB=48Sets batch (single user) return code
CLASS=EError class; the message can be suppressed with the X'04' bit setting of the MSGCTL parameter
AUDITADWrites the message with line type AD to the audit trail
CANCELCancels the user's request
NOCOUNTDoes not increment the error count (ERCNT) parameter

Back to list of messages