ConcurrentUpdateFailure

From
Revision as of 21:46, 30 August 2005 by Tristan (Talk)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Description

Indicates that an attempt to update a record on EService failed as the request contained out of date information.

Each time a record is updated on EService, the records' UpdateIndex field is updated to a new random integer value. If an attempt is made to update the record, and the update index in the request does not match the update index in the record, this indicates the request information may be out of date, or unaware of the change of information in the record.

This failure is returned indicating the fact that updated information is contained in the record. The calling system must obtain the current update index, and thus the current record information, before an update may proceed.

Fields

The data fields of this object.

Name Type Size Description
Source ConcurrentUpdateSource N/A The source (record type) of the concurrency error.
RequestUpdateIndex int 10 The update index contained in the request.
ServerUpdateIndex int 10 The update index of the record in EService.
Personal tools
MediaWiki Appliance - Powered by TurnKey Linux