<?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: iOS App feature attachment upload in ArcGIS Runtime SDK for iOS Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/ios-app-feature-attachment-upload/m-p/95536#M948</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;ESRI did end up getting back to us with the issues and said this was a bug. Last I heard they were going to implement a fix in an update...I'm guessing it's not included in the newest one if you are still having an issue. Might help to talk with them to confirm&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Sep 2013 12:13:09 GMT</pubDate>
    <dc:creator>VincentSunga</dc:creator>
    <dc:date>2013-09-18T12:13:09Z</dc:date>
    <item>
      <title>iOS App feature attachment upload</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/ios-app-feature-attachment-upload/m-p/95533#M945</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;We have an iPad application that allows a user to attach multiple photos to a point feature then submit the data to an ArcGIS 10.1 feature server.&amp;nbsp; This issue we are running into is when the user has more than one photo attached not all the photos are successfully upload to the service.&amp;nbsp; For example we attach 10 photos to one point feature, submit the data and only 8 of the 10 photos successfully upload.&amp;nbsp; Looking at the code through fiddler we see the photos that don't make it throw this error "Lock request conflicts with an established lock [sde.DEFAULT]???.&amp;nbsp; We tested the app against a 10.0 feature service and the all the photos successfully save every time.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We are using ArcGIS iOS SDK 2.3.2 with an AGS 10.1 feature service(attachments enabled) created from a 10.0 sde feature.&amp;nbsp; Any help would be appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Feb 2013 17:02:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/ios-app-feature-attachment-upload/m-p/95533#M945</guid>
      <dc:creator>chadphillips</dc:creator>
      <dc:date>2013-02-05T17:02:31Z</dc:date>
    </item>
    <item>
      <title>Re: iOS App feature attachment upload</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/ios-app-feature-attachment-upload/m-p/95534#M946</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt; ...we attach 10 photos to one point feature, submit the data and only 8 of the 10 photos successfully upload.&amp;nbsp; Looking at the code through fiddler we see the photos that don't make it throw this error "Lock request conflicts with an established lock [sde.DEFAULT]�?�.&amp;nbsp; &lt;BR /&gt;Thanks&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So you are using &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;AGSAttachmentManager&lt;/SPAN&gt;&lt;SPAN&gt;, right? Have you tried chaining your photo uploads using the &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;- (void)attachmentManager:didPostLocalEditsToServer:&lt;/SPAN&gt;&lt;SPAN&gt; method of the &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;AGSAttachmentManagerDelegate&lt;/SPAN&gt;&lt;SPAN&gt; protocol you are implementing in your code? Your error sounds like a collision between numerous asynchronous calls, and the lock might be released between successive uploads.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This does sound like a bug in 10.1, but the upload chaining might be a workaround until it is addressed.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Feb 2013 16:28:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/ios-app-feature-attachment-upload/m-p/95534#M946</guid>
      <dc:creator>DanaMaher</dc:creator>
      <dc:date>2013-02-06T16:28:26Z</dc:date>
    </item>
    <item>
      <title>Re: iOS App feature attachment upload</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/ios-app-feature-attachment-upload/m-p/95535#M947</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Did you try filing an incident with Esri Tech Support? Did you figure this out?&amp;nbsp; Any more info? Having similar issues here.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Sep 2013 20:20:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/ios-app-feature-attachment-upload/m-p/95535#M947</guid>
      <dc:creator>DarrenMackiewicz</dc:creator>
      <dc:date>2013-09-17T20:20:28Z</dc:date>
    </item>
    <item>
      <title>Re: iOS App feature attachment upload</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/ios-app-feature-attachment-upload/m-p/95536#M948</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;ESRI did end up getting back to us with the issues and said this was a bug. Last I heard they were going to implement a fix in an update...I'm guessing it's not included in the newest one if you are still having an issue. Might help to talk with them to confirm&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Sep 2013 12:13:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/ios-app-feature-attachment-upload/m-p/95536#M948</guid>
      <dc:creator>VincentSunga</dc:creator>
      <dc:date>2013-09-18T12:13:09Z</dc:date>
    </item>
  </channel>
</rss>

