000892 : The numeric value is outside of the valid range.

Description

The input value is beyond the acceptable numeric range for the operation. Each type of numeric value (short integer, long integer, float, or double) has a defined range of values it can record. For example, a short integer value can only be between -32,768 and 32,767. The data format may also determine the numeric type allowed.

Solution

Check the tool documentation to determine the appropriate value range, and make sure your data complies with it.


11/18/2010