002981: Value exceeds valid range of column.

Description

This error can occur when the calculated value for an attribute rule exceeds the column size for the field.

Review the ArcGIS Server logs for specific rule type, feature class name, and service information.

Solution

The calculated value cannot be larger than the size of the target field. To resolve this error, perform one of the following:

  • Adjust the field size to accommodate the calculated value.
  • Ensure the results of the calculation are not larger than the field size by including logic in the attribute rule script expression.