Bogue
| Numéro d’ID de bogue | BUG-000124933 |
|---|---|
| Envoi | September 3, 2019 |
| Dernière modification | June 5, 2024 |
| S’applique à | ArcGIS GIS Server |
| Version trouvée | 10.6.1 |
| Système d’exploitation | N/A |
| Version du système d’exploitation | N/A |
| Statut | Will Not Be Addressed |
There are two workarounds:
1. For SelectLayerByLocation, don not use the tool directly, make a script tool with the following code (You have to include copyfeatures):
import arcpy
import os
layer1= arcpy.GetParameterAsText(0)
layer2= arcpy.GetParameterAsText(1)
outfc= arcpy.GetParameterAsText(2)
arcpy.management.SelectLayerByLocation(layer1, "INTERSECT", layer2, "", "NEW_SELECTION")
arcpy.CopyFeatures_management(layer1, outfc)
2. Upgrade ArcGIS Pro and ArcGIS Enterprise to 2.4 and 10.7 respectively
ID de bogue: BUG-000124933
Logiciel:
Obtenir de l’aide auprès des experts ArcGIS
Télécharger l’application Esri Support