List of all BMC Remedy ARS errors

All BMC Remedy AR Server messages with detailed description and developers comments.

Show/Hide menu

ARERR 3122

The target record for a distributed process (Distributed-Transfer, Distributed-Update, Distributed-Return) no longer exists.

Description: A filter invoked a distributed process (Distributed-Transfer, Distributed-Update, Distributed-Return) during the deletion of a request. If a delete operation is in progress, the distributed process waits for the operation to be completed. When a distributed process begins, the error is created -- because the request against which the distributed process is run no longer exists. Remove or disable the filter attempting the distributed operation, or reset the filter so it does not execute on a delete operation.

Community comments:

Top