PROBLEM

Running the Add Geometry Attributes tool on a polygon feature class or shapefile completes with a warning

Last Published: April 25, 2020

Description

In ArcGIS Pro, running the Add Geometry Attributes tool on a polygon feature class or shapefile to determine the polygon area adds a new field in the attribute table and returns the following warning message:

WARNING 001097: POLY_AREA already exists -- overwriting.
Warning Image

Cause

The issue occurs due to one or more of the following possible causes:

  • The layer properties of the polygon feature class or the polygon shapefile has Z and M values enabled.
  • The polygon feature class or polygon shapefile is corrupted.
Note:
The Add Geometry Attributes tool may run on a corrupted feature class in ArcMap but not in ArcGIS Pro due to a different interface.
  • The field Poly_Area was previously added in the attribute table of the polygon feature class or the polygon shapefile. Running the Add Attribute Geometry tool on the feature class or the shapefile overwrites the already existing Poly_Area field.

Solution or Workaround

Depending on the cause, select one of the options below to resolve this issue:

Create a new polygon shapefile or feature class with Z and M values disabled

Use the Feature Class to Feature Class tool to convert the existing polygon feature class or the polygon shapefile to a new polygon feature class or polygon shapefile with disabled Z and M values.

  1. In ArcGIS Pro, click the Analysis tab and select Tools.
  2. In the Geoprocessing pane, click Toolboxes > Conversion Tools > To Geodatabase > Feature Class to Feature Class.
  3. In the Feature Class to Feature Class Geoprocessing pane, navigate to the Parameters tab.
  4. Click the Input Features drop-down arrow and select the respective feature class or shapefile and set the Ouput Feature Class.
  5. Click the drop-down arrow of the Output has M Values and Output has Z Values box and select Disabled.
  6. Click Run to execute the tool.

    Z and M values disabled 


Export the polygon feature class or the polygon shapefile from the old file geodatabase to the new file geodatabase

Before exporting the polygon feature class or the shapefile, create a new file geodatabase. For more information, refer to ArcGIS Pro Web Help: Create a file geodatabase. Use the Copy Features tool to export the polygon feature class or polygon shapefile to the new file geodatabase.

  1. In the Contents pane, right-click the respective polygon feature class or the polygon shapefile, click Data > Export Features, which opens the Copy Features Geoprocessing pane.
  2. In the Copy Features Geoprocessing pane, set the new file geodatabase as the Output Feature Class.
Note:
Ensure the correct polygon feature class or the polygon shapefile is set in the Input Features.
  1. Click Run to execute the tool.

Delete the existing Poly_Area field

Delete the existing Poly_Area field to add the new field without the warning message.

  1. In the Contents pane, right-click the polygon feature class or the polygon shapefile to open the attribute table.
  2. Right-click the Poly_Area field and select Delete.
  3. Run the Add Attribute Geometry tool on the polygon feature class or polygon shapefile.

Article ID:000017558

Software:
  • ArcGIS Pro

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options

Related Information

Discover more on this topic