laptop and a wrench

不具合

Unable to use a routing service hosted in ArcGIS Enterprise as the network data source for network analysis tools in a web tool when Integrated Windows Authentication (IWA) is enabled.

ArcGIS GIS Server
不具合 ID 番号 BUG-000178842
送信されましたAugust 19, 2025
最終更新日October 13, 2025
適用対象ArcGIS GIS Server
見つかったバージョン11.5
オペレーティング システムWindows OS
オペレーティング システムのバージョン11.0 64 bit
ステータスUnder Consideration

参考情報

This is supported through arcpy.nax API (refer to this documentation: https://pro.arcgis.com/en/pro-app/latest/arcpy/network-analyst/what-is-the-network-analyst-module.htm for more information), but not through arcpy.na API yet. To use arcpy.nax API for this workflow, refer to the following: ```python import arcpy # Initialize solver object using current active portal as network data source. portal_url = arcpy.GetActivePortalURL() service_area = arcpy.nax.Route(portal_url) # Additional logic to load inputs, set analysis settings, solve, work with result, etc. # It is the same workflow as if you were working with local network dataset. # Follow documentation here, https://pro.arcgis.com/en/pro-app/latest/arcpy/network-analyst/servicearea.htm ``` Script tool written using arcpy.nax API can be published as web tool in the portal that configured with routing services, and the web tool is able to consume routing services on the portal when running.

対処法

  • Enable built-in users.
  • Use a local network dataset as the network data source input instead of a routing service configured in ArcGIS Enterprise.

再現の手順

不具合 ID: BUG-000178842

ソフトウェア:

  • ArcGIS GIS Server

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

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

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

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

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

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

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