![]() | |
ConcurrencyFault Class |
There are only 3 possible messages:
1. Method call failed since another user has taken a lock on the same area.
2. Method call failed since the object has changed. Try again.
3. The database being connected is locked.
To resolve an error of this fault type, it may often only require waiting and trying the call later.
However, in some cases a lock may not be released properly and the lock on the area may persist until it’s manually removed from Epic.
For example, system locks can be released using Epic from Utilities > Diagnostic > Release System Locks.
The ConcurrencyFault type exposes the following members.
Name | Description | |
---|---|---|
![]() | Description |
Description of the fault.
|
![]() | MethodName |
Method name of the method throwing the fault.
|