Error 12200

The value '<value>' of data element '<element id>' does not satisfy the data type '<data type>'.

 

FREDI Description

A data element contained a value that did not satisfy the data type property of that the element.  For example, data element 28 which has a data type of N0 (Numeric) containing the value "AB" generates the error because "AB" is not a numeric data type.

 

Edev2000 Description

A value was being assigned to a data element, but the value did not satisfy the data type property of the data element.  For example, a property of a date (DT) data type was being assigned a value of a numeric (N) data type.