In ArcGIS Pro, the Buffer geoprocessing tool running as a local geoprocessing service in Local Server fails when the 'Input Features' option is selected from the map layer instead of the File Explorer dialog box.
上次发布: February 1, 2023ArcGIS Runtime SDK
漏洞 ID 编号
BUG-000123784
已提交
July 17, 2019
上次修改时间
June 5, 2024
适用范围
ArcGIS Runtime SDK
找到的版本
100.5
操作系统
Windows OS
操作系统版本
10.0 64 Bit
状态
As Designed
经开发团队审核,已确定此行为符合设计。 有关详细信息,请参阅“其他信息”部分。
附加信息
This behavior occurs in ArcGIS Pro as designed. A map layer in ArcGIS Pro serves as a string reference to a feature class from a geodatabase, rather than the file path to the feature class itself. As a result, the input feature layer becomes the string as opposed to the actual feature layer. ArcGIS Pro is designed to source the reference and use the source's file path, but does not convert the string map layer name to that file path. Thus, Local Server is given an invalid input on loading the affected geoprocessing package (GPKX) file. The solution is to use the File Explorer dialog box (or paste in the source feature class' file path) instead of using the map layer as input.
解决办法
Select the intended feature class from ArcGIS Pro's File Explorer dialog box or paste in the feature class' source file path.