不具合 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.
再現の手順