Erro
| Número de ID do Erro | BUG-000124933 |
|---|---|
| Enviado | September 3, 2019 |
| Última Modificação | June 5, 2024 |
| Aplica-se à | ArcGIS GIS Server |
| Versão encontrada | 10.6.1 |
| Sistema Operacional | N/A |
| Versão do Sistema Operacional | N/A |
| Status | 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 do Erro: BUG-000124933
Software:
Obtenha ajuda de especialistas do ArcGIS
Baixe o Aplicativo de Suporte da Esri