Geoprocessing services do not substitute inline variables in outputs.
最後に公開された状態: November 9, 2016ArcGIS GIS Server
不具合 ID 番号
BUG-000099314
送信されました
September 13, 2016
最終更新日
June 5, 2024
適用対象
ArcGIS GIS Server
見つかったバージョン
N/A
オペレーティング システム
N/A
ステータス
Known Limit
開発チームによる確認後に、この問題が、Esri の管理の範囲外にあるソフトウェアの既知の制限に関するものであると判断されました。 問題の「参考情報」セクションに、さらに詳細な説明が示されていることがあります。
参考情報
Geoprocessing Services control output parameters, this includes the name. You cannot override the output name coming from the service at execution time.
対処法
Use a Python script for the geoprocessing service. Inline variables can be removed and replaced with real Python string variables.These can be used to successfully modify the name of the outputs of the geoprocessing service.