M204.0443

From m204wiki
Revision as of 03:23, 23 February 2018 by DmeWiccan (talk | contribs) (Automatically generated page update)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

M204.0443  Table letter full in file fileName

You attempted to add data to Table D for the file indicated, but the table is full. If the file is a transaction backout file, Model 204 will initiate backout for the transaction under way and cancel the current request. The file can still be used. If the file is not a transaction backout 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 backout file, there will not be anything wrong with the file. You might want to expand Table D because it is probably close to full.

If the file is not a transaction backout file, you need to recover the file using one of the following:

  • Restart recovery (roll back and roll forward), described in System and media recovery.
  • The file reorganization procedure described in File reorganization and table compaction.
  • The RESTORE command. The RESTORE command restores from a dumped copy of the file and increases the size of Table D 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