laptop and a wrench

Bug

Using keywords STORE_EXTENT and DO_NOT_STORE_EXTENT as the set parameters in the Recalculate Feature Class Extent (Data Management) tool returns the error message: "ERROR 000622: Failed to execute (Recalculate Feature Class Extent). Parameters are not valid. ERROR 000628: Cannot set input into parameter store_extent." in ArcGIS Pro.

ArcGIS Pro
Bug ID Number BUG-000160340
SubmittedAugust 1, 2023
Last ModifiedJune 5, 2024
Applies toArcGIS Pro
Version found3.1.2
Operating SystemWindows OS
Operating System Version10.0
Version Fixed3.2
StatusFixed

Additional Information

This issue is addressed in ArcGIS Pro 3.2.

Workaround

Instead of using the keywords as indicated in the documentation, use either True/False or 0/1 as the parameter.

Example:

arcpy.management.RecalculateFeatureClassExtent(in_features = <layer name>, store_extent = True)

arcpy.management.RecalculateFeatureClassExtent(in_features = <layer name>, store_extent = 0)

Steps to Reproduce

Bug ID: BUG-000160340

Software:

  • ArcGIS Pro

Get notified when the status of a bug changes

Download the Esri Support App

Discover more on this topic

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options