laptop and a wrench

Bogue

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.

Dernière publication: February 18, 2016 ArcSDE/Enterprise Geodatabase
Numéro d’ID de bogue BUG-000094056
EnvoiFebruary 8, 2016
Dernière modificationApril 2, 2025
S’applique àArcSDE/Enterprise Geodatabase
Version trouvée10.3.1
StatutWill Not Be Addressed

Informations supplémentaires

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.

Solution de contournement

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)

Étapes pour reproduire

ID de bogue: BUG-000094056

Logiciel:

  • ArcSDE/Enterprise Geodatabase

Recevoir une notification lorsque le statut d’un bogue change

Télécharger l’application Esri Support

En savoir plus sur ce sujet

Obtenir de l’aide auprès des experts ArcGIS

Contacter le support technique

Télécharger l’application Esri Support

Accéder aux options de téléchargement