ENQRETRY parameter

From m204wiki
Revision as of 02:05, 23 April 2013 by DmeWiccan (talk | contribs) (Automatically generated page update)
Jump to navigation Jump to search

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.