laptop and a wrench

漏洞

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
漏洞 ID 编号 BUG-000160340
已提交August 1, 2023
上次修改时间June 5, 2024
适用范围ArcGIS Pro
找到的版本3.1.2
操作系统Windows OS
操作系统版本10.0
修正版本3.2
状态Fixed

附加信息

This issue is addressed in ArcGIS Pro 3.2.

解决办法

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)

重现步骤

漏洞 ID: BUG-000160340

软件:

  • ArcGIS Pro

当漏洞状态发生变化时获得通知

下载 Esri 支持应用程序

发现关于本主题的更多内容

获取来自 ArcGIS 专家的帮助

联系技术支持部门

下载 Esri 支持应用程序

转至下载选项