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.