laptop and a wrench

不具合

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'.

最後に公開された状態: July 18, 2019 ArcGIS API for Python
不具合 ID 番号 BUG-000109779
送信されましたNovember 27, 2017
最終更新日June 5, 2024
適用対象ArcGIS API for Python
見つかったバージョン1.2.4
オペレーティング システムWindows OS
オペレーティング システムのバージョン7.0 64 Bit
修正されたバージョンN/A
ステータスFixed

参考情報

This issue is fixed in the 1.2.5 update.

対処法

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)

再現の手順

不具合 ID: BUG-000109779

ソフトウェア:

  • ArcGIS API for Python

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

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

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

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

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

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

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