The arcpy.RegisterWithGeodatabase_management function incorrectly registers views as type Point for multipoint geometry.
上次发布: December 1, 2017ArcGIS for Desktop
漏洞 ID 编号
BUG-000109244
已提交
November 1, 2017
上次修改时间
August 20, 2025
适用范围
ArcGIS for Desktop
找到的版本
10.5.1
操作系统
Windows OS
修正版本
2.1
状态
Fixed
此漏洞已得到修复。 有关详细信息,请参阅“版本修复”和“其他信息”(如果适用)。
解决办法
There is no workaround for the incorrect registration of multipoint views as type Point. However, the multipoint geoprocessing tool issue can be resolved by clearing the workspace cache using Python after running the arcpy register. For example: arcpy.env.workspace = "<a href="file:C:/Users/rex8699/AppData/Roaming/ESRI/Desktop10.5/ArcCatalog/rex_SDE_ORACLE.sde" target="_blank">C:\Users\rex8699\AppData\Roaming\ESRI\Desktop10.5\ArcCatalog\rex_SDE_ORACLE.sde</a>"arcpy.ClearWorkspaceCache_management()