ENQRETRY parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (Automatically generated page update)
 
(Automatically generated page update)
Line 22: Line 22:
</ul>
</ul>
<p>ENQRETRY can range from 0 to 255. </p>
<p>ENQRETRY can range from 0 to 255. </p>
[[Category:User Parameters]]
[[Category:User parameters]]
[[Category:Parameters]]
[[Category:Parameters]]

Revision as of 02:05, 23 April 2013

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.
  • Three seconds have elapsed.

ENQRETRY can range from 0 to 255.