English
Bug Number NIM102778
Submitted Jun 20, 2014
Modified Mar 25, 2023
Severity Low
Applies To ArcGIS for Desktop
Version Found 10.2.1
Prog Language N/A
Server Platform N/A
Client Platform Windows 7 (64 Bit)
Database N/A
Locale N/A
Status Will Not Be Addressed
Learn more
Version Fixed N/A
SP Fixed N/A

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.