<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Insert Cursor Error in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/insert-cursor-error/m-p/732064#M56809</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Line 129 is the insertRow&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Feb 2019 21:37:26 GMT</pubDate>
    <dc:creator>GrantHaynes</dc:creator>
    <dc:date>2019-02-11T21:37:26Z</dc:date>
    <item>
      <title>Insert Cursor Error</title>
      <link>https://community.esri.com/t5/python-questions/insert-cursor-error/m-p/732062#M56807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm having some trouble with an insert cursor, I keep getting the error,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Traceback (most recent call last):&lt;BR /&gt; File "&amp;lt;string&amp;gt;", line 129, in execute&lt;BR /&gt;SystemError: error return without exception set&lt;/P&gt;&lt;P&gt;Failed to execute (Tool)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help me with this error?&lt;/P&gt;&lt;DIV style="color: #d4d4d4; background-color: #1e1e1e; font-weight: normal; font-size: 14px;"&gt;&lt;DIV&gt;&lt;SPAN style="color: #d4d4d4;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #c586c0;"&gt;with&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt; arcpy.da.Editor(&lt;/SPAN&gt;&lt;SPAN style="color: #569cd6;"&gt;r&lt;/SPAN&gt;&lt;SPAN style="color: #d16969;"&gt;"E:&lt;/SPAN&gt;&lt;SPAN style="color: #d7ba7d;"&gt;\T&lt;/SPAN&gt;&lt;SPAN style="color: #d16969;"&gt;ime_Series_Graphing_project"&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="color: #c586c0;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt; edit:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #d4d4d4;"&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color: #c586c0;"&gt;with&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt; arcpy.da.InsertCursor(&lt;/SPAN&gt;&lt;SPAN style="color: #569cd6;"&gt;r&lt;/SPAN&gt;&lt;SPAN style="color: #d16969;"&gt;"E:&lt;/SPAN&gt;&lt;SPAN style="color: #d7ba7d;"&gt;\T&lt;/SPAN&gt;&lt;SPAN style="color: #d16969;"&gt;ime_Series_Graphing_project&lt;/SPAN&gt;&lt;SPAN style="color: #d7ba7d;"&gt;\T&lt;/SPAN&gt;&lt;SPAN style="color: #d16969;"&gt;emporalData"&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt;, (&lt;/SPAN&gt;&lt;SPAN style="color: #ce9178;"&gt;"POINTID"&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #ce9178;"&gt;"DataIndex"&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #ce9178;"&gt;"Value"&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt;))&lt;/SPAN&gt;&lt;SPAN style="color: #c586c0;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt; cursor:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #d4d4d4;"&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;cursor.insertRow((PointIndex, index, data))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2019 19:53:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/insert-cursor-error/m-p/732062#M56807</guid>
      <dc:creator>GrantHaynes</dc:creator>
      <dc:date>2019-02-11T19:53:56Z</dc:date>
    </item>
    <item>
      <title>Re: Insert Cursor Error</title>
      <link>https://community.esri.com/t5/python-questions/insert-cursor-error/m-p/732063#M56808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;which is line 129?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could be the double nested 'with' statements&lt;/P&gt;&lt;P&gt;The code example in the help uses a different structure&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://pro.arcgis.com/en/pro-app/arcpy/data-access/editor.htm" title="http://pro.arcgis.com/en/pro-app/arcpy/data-access/editor.htm"&gt;Editor—Data Access module | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2019 21:26:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/insert-cursor-error/m-p/732063#M56808</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2019-02-11T21:26:21Z</dc:date>
    </item>
    <item>
      <title>Re: Insert Cursor Error</title>
      <link>https://community.esri.com/t5/python-questions/insert-cursor-error/m-p/732064#M56809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Line 129 is the insertRow&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2019 21:37:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/insert-cursor-error/m-p/732064#M56809</guid>
      <dc:creator>GrantHaynes</dc:creator>
      <dc:date>2019-02-11T21:37:26Z</dc:date>
    </item>
    <item>
      <title>Re: Insert Cursor Error</title>
      <link>https://community.esri.com/t5/python-questions/insert-cursor-error/m-p/732065#M56810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;that error has been associated... but not limited too... what is trying to be inserted is too big or of the wrong type for the fields it is trying to go into&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2019 21:41:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/insert-cursor-error/m-p/732065#M56810</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2019-02-11T21:41:34Z</dc:date>
    </item>
    <item>
      <title>Re: Insert Cursor Error</title>
      <link>https://community.esri.com/t5/python-questions/insert-cursor-error/m-p/732066#M56811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I got it to work with the older arcpy.InsertCursor, thanks for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Feb 2019 17:24:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/insert-cursor-error/m-p/732066#M56811</guid>
      <dc:creator>GrantHaynes</dc:creator>
      <dc:date>2019-02-14T17:24:08Z</dc:date>
    </item>
  </channel>
</rss>

