漏洞 ID 编号 |
BUG-000141373 |
已提交 | July 12, 2021 |
上次修改时间 | January 31, 2025 |
适用范围 | ArcGIS GIS Server |
找到的版本 | 10.8.1 |
操作系统 | Windows OS |
操作系统版本 | 2019 64 Bit |
修正版本 | 11.3 |
状态 | Fixed
此漏洞已得到修复。 有关详细信息,请参阅“版本修复”和“其他信息”(如果适用)。
|
附加信息
This issue is fixed in ArcGIS Enterprise 11.3.
解决办法
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.
重现步骤