M204.2981: Difference between revisions

From m204wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 6: Line 6:
<p>
<p>
RETLIM specifies an individual user limit on record enqueue table usage.
RETLIM specifies an individual user limit on record enqueue table usage.
If the limit is exceeded, this message is issued and the offending user is restarted:
If the limit is exceeded, this message is issued and the offending user is restarted.
</p>
</p>
<p>
<p>

Latest revision as of 22:17, 21 October 2025

M204.2981  RETLIM exceeded - Current: token; Needed: token2

The maximum record locking table usage per user (token) as set by System Parameter RETLIM, has been exceeded.

RETLIM specifies an individual user limit on record enqueue table usage. If the limit is exceeded, this message is issued and the offending user is restarted.

Response: Examine the user procedure that is triggering the error to determine whether the exceedance is the result of a user error.

If this is not the case consider increasing RETLIM to (token2)

Version introduced: 7.8

Message attributes:

RETCODEO=0Sets online return code
RETCODEB=4Sets batch (single user) return code
CLASS=EError class; the message can be suppressed with the X'04' bit setting of the MSGCTL parameter
AUDITERWrites the message with line type ER to the audit trail
COUNTIncrements the error count (ERCNT) parameter

Back to list of messages