M204.2981: Difference between revisions
		
		
		
		Jump to navigation
		Jump to search
		
|  Automatically generated page update | No edit summary | ||
| (One intermediate revision by the same user not shown) | |||
| Line 2: | Line 2: | ||
| __NOTOC__ | __NOTOC__ | ||
| <p> | <p> | ||
| The maximum record locking table usage per user (<b><i>token</i></b>) as set by System Parameter RETLIM, has been exceeded. | |||
| </p> | |||
| <p> | |||
| 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. | |||
| </p> | </p> | ||
| <p> | <p> | ||
| <b>Response:</b> | <b>Response:</b> | ||
| > | Examine the user procedure that is triggering the error to determine whether the exceedance is the result of a user error. | ||
| </p> | |||
| <p> | |||
| If this is not the case consider increasing RETLIM to  (<b><i>token2</i></b>) | |||
| </p> | </p> | ||
| <p><b>Version introduced:</b> | <p><b>Version introduced:</b> | ||
| 7.8 | |||
| </p> | </p> | ||
| {{Template:M204.2981 footer}} | {{Template:M204.2981 footer}} | ||
| [[Category: Pending messages]] | [[Category: Pending messages]] | ||
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=0 | Sets online return code | 
|---|---|
| RETCODEB=4 | Sets batch (single user) return code | 
| CLASS=E | Error class; the message can be suppressed with the X'04' bit setting of the MSGCTL parameter | 
| AUDITER | Writes the message with line type ER to the audit trail | 
| COUNT | Increments the error count (ERCNT) parameter |