Bug-ID-Nummer |
BUG-000141373 |
Eingereicht | July 12, 2021 |
Zuletzt geändert | January 31, 2025 |
Gilt für | ArcGIS GIS Server |
Gefunden in Version | 10.8.1 |
Betriebssystem | Windows OS |
Betriebssystemversion | 2019 64 Bit |
Behoben in Version | 11.3 |
Status | Fixed
Der Bug wurde behoben. Weitere Informationen finden Sie ggf. unter "Behoben in Version" und unter "Zusätzliche Informationen".
|
Zusätzliche Informationen
This issue is fixed in ArcGIS Enterprise 11.3.
Workaround
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.
Schritte zur Reproduzierung