laptop and a wrench

不具合

The validate() method of the DataStoreManager class in the ArcGIS API for Python incorrectly returns False.

ArcGIS API for Python
不具合 ID 番号 BUG-000172692
送信されましたNovember 27, 2024
最終更新日April 9, 2025
適用対象ArcGIS API for Python
見つかったバージョン2.4
オペレーティング システムWindows OS
オペレーティング システムのバージョン11.0 64 bit
修正されたバージョン2.4.1
ステータスFixed

参考情報

Reproduced and have a fix.

対処法

Adding a call to the datastore's properties.path when accessing the same datastore for a loop, for example, causes it to validate as True.

Example:

server_test = gis_114.admin.servers.list()[0]

 

for d_store in server_test.datastores.list():

   print(d_store.properties.path)

   print(d_store.validate())

再現の手順

不具合 ID: BUG-000172692

ソフトウェア:

  • ArcGIS API for Python

バグのステータスが変更されたときに通知を受け取る

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

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

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

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

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

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