ENQRETRY parameter: Difference between revisions
Jump to navigation
Jump to search
m (Automatically generated page update) |
|||
(2 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
{{Template:ENQRETRY parameter subtitle}} | |||
==Summary== | ==Summary== | ||
<dl> | <dl> | ||
Line 19: | Line 20: | ||
The record or records that were held by another user (preventing the successful enqueue) are released by that user.</li> | The record or records that were held by another user (preventing the successful enqueue) are released by that user.</li> | ||
<li> | <li> | ||
The record locking wait interval time has elapsed. In version 7.8 (or version 7.7 with maintenance), this is the value of the <var>[[ENQTIME parameter|ENQTIME]]</var> parameter. Prior to version 7.8, the interval time is 3 seconds.</li> | |||
</ul> | </ul> | ||
<p>ENQRETRY can range from 0 to 255. </p> | <p>ENQRETRY can range from 0 to 255. </p> | ||
[[Category:User | [[Category:User parameters]] | ||
[[Category:Parameters]] | [[Category:Parameters]] |
Latest revision as of 20:25, 11 April 2018
Record locking retry count
Summary
- Default value
- 4
- Parameter type
- User
- Where set
- By any user
- Related products
- All
- Introduced
- Model 204 V6.1 or earlier
Description
The number of times a User Language request automatically retries an attempt to enqueue on a record or on a set of records before either notifying you of a conflict or transferring control to an ON FIND CONFLICT unit or an ON RECORD LOCKING CONFLICT unit
Between each retry attempt, the request is put into a wait state until either:
- The record or records that were held by another user (preventing the successful enqueue) are released by that user.
- The record locking wait interval time has elapsed. In version 7.8 (or version 7.7 with maintenance), this is the value of the ENQTIME parameter. Prior to version 7.8, the interval time is 3 seconds.
ENQRETRY can range from 0 to 255.