Numéro d’ID de bogue |
BUG-000141373 |
Envoi | July 12, 2021 |
Dernière modification | January 31, 2025 |
S’applique à | ArcGIS GIS Server |
Version trouvée | 10.8.1 |
Système d’exploitation | Windows OS |
Version du système d’exploitation | 2019 64 Bit |
Version de correction | 11.3 |
Statut | Fixed
Le bogue a été corrigé. Pour plus d’informations, reportez-vous aux sections Version de correction et Informations supplémentaires, le cas échéant.
|
Informations supplémentaires
This issue is fixed in ArcGIS Enterprise 11.3.
Solution de contournement
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.
Étapes pour reproduire