Error
Número de ID del error | BUG-000168472 |
---|---|
Enviado | June 20, 2024 |
Última modificación | November 11, 2024 |
Relacionado con | ArcGIS GIS Server |
Versión encontrada | 11.3 |
Sistema operativo | Windows Server |
Versión de sistema operativo | 2022 |
Estado | As Designed |
For script tools, replace the following line in the Python script:
input_feature_set = arcpy.GetParameter(0)
with the following:
try:
input_feature_set = arcpy.FeatureSet(arcpy.GetParameter(0).JSON)
except:
input_feature_set = arcpy.GetParameter(0)
ID del error: BUG-000168472
Software:
Obtener ayuda de expertos en ArcGIS
Descargar la aplicación de soporte de Esri