The error message, "999999 Consolidation failed" is returned when publishing a geoprocessing tool from ArcGIS Pro 2.9.3. The error message is returned when the single line is uncommented in the Constants class that defines a variable pointing to a map service URL. The error does not return if the line is commented out.
Below is the line in the script:
#RowStaticImageService="https://permit.gis-solutions.com/server/rest/services/Permit/row_static_map/MapServer"
上次发布: July 21, 2022ArcGIS Pro
漏洞 ID 编号
BUG-000150231
已提交
June 23, 2022
上次修改时间
December 17, 2024
适用范围
ArcGIS Pro
找到的版本
2.9.3
操作系统
Windows OS
操作系统版本
10.0 64 Bit
状态
As Designed
经开发团队审核,已确定此行为符合设计。 有关详细信息,请参阅“其他信息”部分。
附加信息
This publishing error is not reproducible in ArcGIS Pro 3.4. Consolidation may have been failing due to attempting to copy large amounts of data from the permit MapServer to the client/publishing machine to then upload to the server.
To prevent this issue when sharing a web tool, uncheck the box to Convert Feature Layer URL Data.
Refer to this documentation https://pro.arcgis.com/en/pro-app/latest/help/analysis/geoprocessing/share-analysis/web-tool-settings.htm#:~:text=Specifies%20what%20will%20happen%20to%20the%20data%3A for more information.