Attribute

LockWaitTimeout (LWT)

Purpose

Specifies the number of seconds the driver waits to execute an OpenEdge process when encountering a locked resource.

Valid Values

0 | x

where:

x
is a positive integer that specifies a number of seconds. The minimum is 5 and the maximum is 4294967295. Any value that falls outside this range is treated as a value of 0.

Behavior

If set to 0, the driver fails an OpenEdge process immediately when encountering a locked resource.

If set to x, the driver waits the specified number of seconds to execute an OpenEdge process when encountering a locked resource. If the resource is still locked after the specified period, the process times out and the wait is canceled.

Default

0

GUI Tab

Advanced tab