laptop and a wrench

Erro

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
Número de ID do Erro BUG-000178842
EnviadoAugust 19, 2025
Última ModificaçãoOctober 13, 2025
Aplica-se àArcGIS GIS Server
Versão encontrada11.5
Sistema OperacionalWindows OS
Versão do Sistema Operacional11.0 64 bit
StatusUnder Consideration

Informações Adicionais

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.

Solução Provisória

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

Etapas para Reproduzir

ID do Erro: BUG-000178842

Software:

  • ArcGIS GIS Server

Seja notificado quando o status de um erro mudar

Baixe o Aplicativo de Suporte da Esri

Descubra mais sobre este tema

Obtenha ajuda de especialistas do ArcGIS

Entre em contato com Suporte Técnico

Baixe o Aplicativo de Suporte da Esri

Ir para as opções de download