Numéro d’ID de bogue |
BUG-000178842 |
Envoi | August 19, 2025 |
Dernière modification | October 13, 2025 |
S’applique à | ArcGIS GIS Server |
Version trouvée | 11.5 |
Système d’exploitation | Windows OS |
Version du système d’exploitation | 11.0 64 bit |
Statut | Under Consideration
Le problème a été examiné par l’équipe de développement. Il n’a pas été défini comme prioritaire dans un plan de version, mais un suivi va être mis en place pour déterminer son impact global. Les facteurs pris en compte dans le processus de hiérarchisation sont, entre autres, le nombre d’utilisateurs concernés ou à l’origine de la demande, l’impact sur les activités et l’existence d’une solution de contournement. Si un bogue a des effets négatifs sur vos activités, reportez-vous à la procédure de réaffectation d’un défaut (https://support.esri.com/en/technical-article/000024129).
|
Informations supplémentaires
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.
Solution de contournement
- Enable built-in users.
- Use a local network dataset as the network data source input instead of a routing service configured in ArcGIS Enterprise.
Étapes pour reproduire
ID de bogue: BUG-000178842
Logiciel: