laptop and a wrench

漏洞

The arcpy.da.Editor class does not properly utilize an edit session to edit feature classes participating in a composite relationship class when the 'with' statement is used.

上次发布: February 18, 2016 ArcSDE/Enterprise Geodatabase
漏洞 ID 编号 BUG-000094056
已提交February 8, 2016
上次修改时间April 2, 2025
适用范围ArcSDE/Enterprise Geodatabase
找到的版本10.3.1
状态Will Not Be Addressed

附加信息

We apologize that we were unable to address this issue within the current product support cycle. If the issue continues to affect your work in a supported release, please contact Technical Support.

解决办法

Explicitly open an edit session and operation: # Start an edit session. Must provide the workspace. edit = arcpy.da.Editor(arcpy.env.workspace) # Start an edit session. edit.startEditing(False,False) # Start an edit operation. edit.startOperation() # Edit the data. # Stop the edit operation. edit.stopOperation() # Stop the edit session and save the changes. edit.stopEditing(True)

重现步骤

漏洞 ID: BUG-000094056

软件:

  • ArcSDE/Enterprise Geodatabase

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

下载 Esri 支持应用程序

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

获取来自 ArcGIS 专家的帮助

联系技术支持部门

下载 Esri 支持应用程序

转至下载选项