000597: Failed to insert input record with FeatureID <value>.

Description

A record or feature from the input could not be inserted into the output table or feature class due to problems with one of the field's values. The following are possible causes:

  • The input record's text fields contain values that are longer than the output field.
  • The input record's fields contain <NULL> values, but the output or target field does not allow NULL values.
  • The input feature's geometry has problems (run the Check Geometry tool on the input).
  • The input feature is outside the allowable extent (x, y, z, or m) of the output feature class.

Solution

Evaluate the values in the input record's fields and verify that they can be stored in the output fields. If the input is a feature class or layer, run the Check Geometry tool on it.