Número de ID do Erro |
BUG-000141373 |
Enviado | July 12, 2021 |
Última Modificação | January 31, 2025 |
Aplica-se à | ArcGIS GIS Server |
Versão encontrada | 10.8.1 |
Sistema Operacional | Windows OS |
Versão do Sistema Operacional | 2019 64 Bit |
Versão Fixa | 11.3 |
Status | Fixed
O problema foi corrigido. Consulte a Versão Corrigida e Informações Adicionais, se aplicável, para obter mais informações
|
Informações Adicionais
This issue is fixed in ArcGIS Enterprise 11.3.
Solução Provisória
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.
Etapas para Reproduzir