laptop and a wrench

漏洞

The Get Count (Data Management) geoprocessing tool does not return the correct number of rows for a feature class registered as branch versioned after an append or delete features operation when run via a Python script tool; an incorrect number of features is exported when the Export Features (Conversion) tool is used within the same Python script tool after an append or delete operation.

ArcGIS Pro
漏洞 ID 编号 BUG-000162253
已提交October 20, 2023
上次修改时间June 5, 2024
适用范围ArcGIS Pro
找到的版本3.1.3
操作系统Windows OS
操作系统版本10.0 64 Bit
状态Non-Reproducible

附加信息

The issue is non-reproducible in ArcGIS Pro 3.3. The modified script used: import arcpy import os source=path_to_fgdb_fc lyr=path_to_branch_vc workspace = os.path.dirname(lyr) with arcpy.da.Editor(workspace): arcpy.AddMessage(f"Before:{arcpy.management.GetCount(lyr)}") ##append features to branch-versioned fc arcpy.management.Append(inputs=source,target=lyr,schema_type="TEST",field_mapping=None,subtype="",expression="",match_fields=None,update_geometry="NOT_UPDATE_GEOMETRY") ##Delete features to branch-versioned fc ##arcpy.management.DeleteFeatures(in_features="DATAOWNER.test_branch_fc") arcpy.AddMessage(f"After:{arcpy.management.GetCount(lyr)}")

重现步骤

漏洞 ID: BUG-000162253

软件:

  • ArcGIS Pro

当漏洞状态发生变化时获得通知

下载 Esri 支持应用程序

发现关于本主题的更多内容

获取来自 ArcGIS 专家的帮助

联系技术支持部门

下载 Esri 支持应用程序

转至下载选项