laptop and a wrench

Bug

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

ArcGIS API for Python
Bug-ID-Nummer BUG-000172692
EingereichtNovember 27, 2024
Zuletzt geändertApril 9, 2025
Gilt fürArcGIS API for Python
Gefunden in Version2.4
BetriebssystemWindows OS
Betriebssystemversion11.0 64 bit
Behoben in Version2.4.1
StatusFixed

Zusätzliche Informationen

Reproduced and have a fix.

Workaround

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())

Schritte zur Reproduzierung

Bug-ID: BUG-000172692

Software:

  • ArcGIS API for Python

Benachrichtigung erhalten, wenn sich der Status eines Bugs ändert

Esri Support App herunterladen

Weitere Informationen zu diesem Thema erkunden

Unterstützung durch ArcGIS-Experten anfordern

An den technischen Support wenden

Esri Support App herunterladen

Zu Download-Optionen wechseln