List of all BMC Remedy ARS errors

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

Show/Hide menu

ARERR 166

The data type specified does not match the field's data type.

Description:

The data type specified as the default value for the field does not match the data type defined for the field. The data type of the default value must be compatible with the data type of the field.

* A default value of the same type as the field is always compatible.

* A default value of AR_DATA_TYPE_NULL is always compatible with any data type.

* A keyword value is compatible with the data type that matches the type of the resulting keyword (for example, 12/25/01 is compatible with AR_DATA_TYPE_TIME, but not with AR_DATA_TYPE_CHAR).

* All other combinations are illegal.

Community comments:

Top