laptop and a wrench

Error

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
Número de ID del error BUG-000160340
EnviadoAugust 1, 2023
Última modificaciónJune 5, 2024
Relacionado conArcGIS Pro
Versión encontrada3.1.2
Sistema operativoWindows OS
Versión de sistema operativo10.0
Versión corregida3.2
EstadoFixed

Información adicional

This issue is addressed in ArcGIS Pro 3.2.

Solución alternativa

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)

Pasos para reproducir

ID del error: BUG-000160340

Software:

  • ArcGIS Pro

Recibir notificaciones cuando cambie el estado de un error

Descargar la aplicación de soporte de Esri

Descubrir más sobre este tema

Obtener ayuda de expertos en ArcGIS

Contactar con el soporte técnico

Descargar la aplicación de soporte de Esri

Ir a opciones de descarga