<?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: Error while inserting populated row into Insert Cursor in ArcGIS Runtime SDK for iOS Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/error-while-inserting-populated-row-into-insert/m-p/410939#M3530</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I was getting a very similar error.&amp;nbsp; I could update existing features, but could not add new ones using my feature service.&amp;nbsp; My feature service was using a database connection that used a database user account and password.&amp;nbsp; In the database, I had granted db_datareader and db_datawriter roles to that user account.&amp;nbsp; In order to get inserts to work, I had to grant db_owner (not something I like to do).&amp;nbsp; Perhaps there is a way to grant adequate rights for the inserts without granting full db_owner.&amp;nbsp; But db_datawriter was not adequate.&amp;nbsp; It took me quite a while to track this down, so hopefully this information will save somebody some time.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Sep 2012 18:30:48 GMT</pubDate>
    <dc:creator>JayPaige</dc:creator>
    <dc:date>2012-09-06T18:30:48Z</dc:date>
    <item>
      <title>Error while inserting populated row into Insert Cursor</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/error-while-inserting-populated-row-into-insert/m-p/410936#M3527</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm trying to edit a feature service running on a local ArcGIS Server.&amp;nbsp; I can successfully delete an existing feature, but when I try to collect a new feature I receive this error: "An error occurred while posting feature edits: Error while inserting populated row into Insert Cursor."&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;What causes this error?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Oct 2011 22:24:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/error-while-inserting-populated-row-into-insert/m-p/410936#M3527</guid>
      <dc:creator>ErinAtkinson</dc:creator>
      <dc:date>2011-10-01T22:24:02Z</dc:date>
    </item>
    <item>
      <title>Re: Error while inserting populated row into Insert Cursor</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/error-while-inserting-populated-row-into-insert/m-p/410937#M3528</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The error seems to be coming from server. Please check whether you're able to add feature in the browser to your REST service end point. Also, check whether you're able to add feature in the ArcMap.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Nimesh&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Oct 2011 15:14:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/error-while-inserting-populated-row-into-insert/m-p/410937#M3528</guid>
      <dc:creator>NimeshJarecha</dc:creator>
      <dc:date>2011-10-03T15:14:22Z</dc:date>
    </item>
    <item>
      <title>Re: Error while inserting populated row into Insert Cursor</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/error-while-inserting-populated-row-into-insert/m-p/410938#M3529</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Nimesh,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Sorry for me delayed answer, got pulled off for another project.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;No, I can't edit the layer in the browser, but I can edit it in ArcMap.&amp;nbsp; Are there any specific settings I need to make in either SDE or the Server Manager?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Erin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Nov 2011 04:30:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/error-while-inserting-populated-row-into-insert/m-p/410938#M3529</guid>
      <dc:creator>ErinAtkinson</dc:creator>
      <dc:date>2011-11-05T04:30:42Z</dc:date>
    </item>
    <item>
      <title>Re: Error while inserting populated row into Insert Cursor</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/error-while-inserting-populated-row-into-insert/m-p/410939#M3530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I was getting a very similar error.&amp;nbsp; I could update existing features, but could not add new ones using my feature service.&amp;nbsp; My feature service was using a database connection that used a database user account and password.&amp;nbsp; In the database, I had granted db_datareader and db_datawriter roles to that user account.&amp;nbsp; In order to get inserts to work, I had to grant db_owner (not something I like to do).&amp;nbsp; Perhaps there is a way to grant adequate rights for the inserts without granting full db_owner.&amp;nbsp; But db_datawriter was not adequate.&amp;nbsp; It took me quite a while to track this down, so hopefully this information will save somebody some time.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Sep 2012 18:30:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/error-while-inserting-populated-row-into-insert/m-p/410939#M3530</guid>
      <dc:creator>JayPaige</dc:creator>
      <dc:date>2012-09-06T18:30:48Z</dc:date>
    </item>
    <item>
      <title>Re: Error while inserting populated row into Insert Cursor</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/error-while-inserting-populated-row-into-insert/m-p/410940#M3531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;你�?�?�?�?��?�?�?�表�?段�?�度 when&amp;nbsp; you&amp;nbsp; insert into sde, some graphic attributes&amp;nbsp; may Beyond the attribute table field 's maxlength&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Apr 2014 08:44:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/error-while-inserting-populated-row-into-insert/m-p/410940#M3531</guid>
      <dc:creator>hongjiechen</dc:creator>
      <dc:date>2014-04-17T08:44:56Z</dc:date>
    </item>
  </channel>
</rss>

