Número de ID del error |
BUG-000141373 |
Enviado | July 12, 2021 |
Última modificación | January 31, 2025 |
Relacionado con | ArcGIS GIS Server |
Versión encontrada | 10.8.1 |
Sistema operativo | Windows OS |
Versión de sistema operativo | 2019 64 Bit |
Versión corregida | 11.3 |
Estado | Fixed
El problema se ha solucionado. Si corresponde, consulte Versión corregida e Información adicional para obtener más información.
|
Información adicional
This issue is fixed in ArcGIS Enterprise 11.3.
Solución alternativa
Workaround 1: Use ModelBuilder to create a model tool.
- Add the Calculate Value tool from Utilities.
- In the code block of the Calculate Value tool, create a new function.
- Sign in to the published portal with arcpy.SignInToPortal and ensure the Calculate Value tool is the precondition of the Append tool.
Workaround 1: Use a script tool.
- Update the script that only includes the part before append.
- Add the script tool to a model tool.
- Connect the script tool with the Append tool.
- Add the Calculate Value tool and precondition as described in Workaround 1.
Pasos para reproducir