A web tool published from arcpy.conversion.CADToGeodatabase with the 'View output in map image layer' option creates a corrupted output.
ArcGIS GIS Server
漏洞 ID 编号
BUG-000172431
已提交
November 20, 2024
上次修改时间
January 22, 2025
适用范围
ArcGIS GIS Server
找到的版本
11.1
操作系统
Windows Server
操作系统版本
2019 64 Bit
状态
As Designed
经开发团队审核,已确定此行为符合设计。 有关详细信息,请参阅“其他信息”部分。
附加信息
There are a few mistakes in the original script tool.
解决办法
The output parameter must have a datatype of Feature Dataset, not String, when designing the tool.
A few improvements can be, where the dwg must be having a type as File. This type also allows providing a URL for the input at REST.
The wkid type can be changed to Spatial Reference, a new type supported starting at 11.4. The urlretrieve downloaded file appears to corrupt the CAD file; although it shows the same size, the downloaded file cannot be converted to the feature dataset correctly.