Bug Number | NIM102778 |
Submitted | Jun 20, 2014 |
Modified | May 23, 2022 |
Severity | Low |
Applies To | ArcGIS for Desktop |
Version Found | 10.2.1 |
Prog Language | N/A |
Server Platform | Windows OS 7 64 Bit |
Client Platform | Windows OS 7 64 Bit |
Database | N/A |
Locale | N/A |
Status |
Will Not Be Addressed
Learn more |
Version Fixed | |
SP Fixed |
Bug NIM102778
Synopsis
The insertRow method of arcpy.da.InsertCursor fails when working with data in a geometric network.
Additional Information
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.
Alternate Solution
The Append tool works fine for features participating in a geometric network.
1. Fill an empty feature class outside the geometric network with records using an insert cursor.
2. Use the Append tool to add the records to the feature class in the geometric network.