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 Support アプリのダウンロード

このトピックについてさらに調べる

ArcGIS エキスパートのサポートを受ける

テクニカル サポートへのお問い合わせ

Esri Support アプリのダウンロード

ダウンロード オプションに移動