003449: The cell values are too large to be stored in the attribute table of the output feature class.

Description

The raster cell values cannot be stored in the output attribute table as they are greater than 2,147,483,647.

Solution

This usually happens when the raster is of type unsigned integer and contains values greater than 2,147,483,647. A possible solution is to create a new raster by subtracting a value so that the output falls within the signed integer range of [-2147483648 to 2147483647].