laptop and a wrench

Bug

ArcGIS API for Python is unable to access hosted feature layers in a portal with Integrated Windows Authentication (IWA) configured, unless the layer is shared with 'Everyone'.

Zuletzt veröffentlicht: July 18, 2019 ArcGIS API for Python
Bug-ID-Nummer BUG-000109779
EingereichtNovember 27, 2017
Zuletzt geändertJune 5, 2024
Gilt fürArcGIS API for Python
Gefunden in Version1.2.4
BetriebssystemWindows OS
Betriebssystemversion7.0 64 Bit
Behoben in VersionN/A
StatusFixed

Zusätzliche Informationen

This issue is fixed in the 1.2.5 update.

Workaround

Share the hosted feature layer item to 'Everyone'.ORUse the built-in authentication with Portal for ArcGIS:import arcgisfrom arcgis.gis import GISuser = "username"password = "password"url = "http://webadaptorhost.domain.com/webadaptorname"gis = GIS(url, user, password)fs = gis.content.get('InsertHostedFeatureServiceItemID')print (fs.layers)

Schritte zur Reproduzierung

Bug-ID: BUG-000109779

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