List of all BMC Remedy ARS errors

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

Show/Hide menu

ARERR 8858

__C and __O are system reserved suffix and cannot be added manually.

Description:

You tried to include one of the following strings in the name of an object:

* __c (reserved for future use)

* __o (reserved for overlay object names)

AR System automatically adds those strings to custom or overlay object names. You cannot manually add them to the names of other types of objects.

Community comments:

Top