Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

5
  • You don't state how you're inserting rows, but it appears to be incorrect. The general rule of thumb is to leave the registered rowid column out of the INSERT column list, leaving ArcObjects/ArcPy to assign unique values. Commented Jun 9, 2020 at 16:48
  • @Vince Hey Vince, Im using the built in arcPy methods for inserting or appending records, the append managment function to be exact. Commented Jun 9, 2020 at 17:15
  • Please Edit the question to contain details, including the "Copy as Python snippet" from Geoprocessing results. If you're using the right procedure, then your geodatabase has been corrupted, and you'll need to delve backward in time to how the feature class was created and modified. Commented Jun 9, 2020 at 17:19
  • @Vince Is there a surefire way to tell if the Feature Class is corrupted? anyway I could do a test? Commented Jun 9, 2020 at 17:23
  • Tech Support is the best mechanism for both making that determination and for fixing it. Commented Jun 9, 2020 at 17:24