Numéro d’ID de bogue |
BUG-000094056 |
Envoi | February 8, 2016 |
Dernière modification | April 2, 2025 |
S’applique à | ArcSDE/Enterprise Geodatabase |
Version trouvée | 10.3.1 |
Statut | Will Not Be Addressed
L’équipe de développement a examiné le problème ou la demande et a décidé qu’ils ne seraient pas traités. Pour d’autres explications, reportez-vous à la section Informations supplémentaires correspondant au problème.
|
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