<?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: How do you save blobs using Pro SDK in CoreHost? in ArcGIS Pro SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-do-you-save-blobs-using-pro-sdk-in-corehost/m-p/820893#M2843</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rich,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sounds good, thanks for looking into it!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sung&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Sep 2020 17:41:41 GMT</pubDate>
    <dc:creator>SungBae</dc:creator>
    <dc:date>2020-09-23T17:41:41Z</dc:date>
    <item>
      <title>How do you save blobs using Pro SDK in CoreHost?</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-do-you-save-blobs-using-pro-sdk-in-corehost/m-p/820891#M2841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Environment/Project&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;ArcGIS Pro 2.6&lt;/LI&gt;&lt;LI&gt;.NET Framework 4.8 Console Application (CoreHost)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can't save an image&amp;nbsp;as a blob into my non-versioned table hosted as a feature service. However, I am able to save successfully if I'm&amp;nbsp;pointing to a file geodatabase instead of a feature service.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could someone advise on how to&amp;nbsp;properly save blobs when referencing a feature service?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please see the attached PDF for screenshots of example code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Sep 2020 23:23:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-do-you-save-blobs-using-pro-sdk-in-corehost/m-p/820891#M2841</guid>
      <dc:creator>SungBae</dc:creator>
      <dc:date>2020-09-18T23:23:53Z</dc:date>
    </item>
    <item>
      <title>Re: How do you save blobs using Pro SDK in CoreHost?</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-do-you-save-blobs-using-pro-sdk-in-corehost/m-p/820892#M2842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sung,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your code looks fine. &amp;nbsp;We'll take a look at this one alongside the annotation editing issue you already reported (we haven't reached any conclusions yet).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--Rich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Sep 2020 04:07:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-do-you-save-blobs-using-pro-sdk-in-corehost/m-p/820892#M2842</guid>
      <dc:creator>RichRuh</dc:creator>
      <dc:date>2020-09-21T04:07:30Z</dc:date>
    </item>
    <item>
      <title>Re: How do you save blobs using Pro SDK in CoreHost?</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-do-you-save-blobs-using-pro-sdk-in-corehost/m-p/820893#M2843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rich,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sounds good, thanks for looking into it!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sung&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Sep 2020 17:41:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-do-you-save-blobs-using-pro-sdk-in-corehost/m-p/820893#M2843</guid>
      <dc:creator>SungBae</dc:creator>
      <dc:date>2020-09-23T17:41:41Z</dc:date>
    </item>
    <item>
      <title>Re: How do you save blobs using Pro SDK in CoreHost?</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-do-you-save-blobs-using-pro-sdk-in-corehost/m-p/820894#M2844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is going to sound a little random, but what happens if you try to get the TableDefinition from the table using Table.GetDefinition()? &amp;nbsp;I'm talking about the table with the blob field that you are trying to update.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, are you able to update a feature class in the same non-versioned feature service that contains a blob field?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--Rich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Oct 2020 04:18:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-do-you-save-blobs-using-pro-sdk-in-corehost/m-p/820894#M2844</guid>
      <dc:creator>RichRuh</dc:creator>
      <dc:date>2020-10-01T04:18:42Z</dc:date>
    </item>
    <item>
      <title>Re: How do you save blobs using Pro SDK in CoreHost?</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-do-you-save-blobs-using-pro-sdk-in-corehost/m-p/820895#M2845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rich,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It looks like I can get the table definition just fine. Please see the screenshots below. I still get the same error when trying to save blob field within a feature class, and I can save the row just fine if I simply skip the setting of the blob within the buffer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if you need anything else.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sung&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-emoji image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/509067_TableBlobDef.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-emoji jive-image image-2 j-img-original" src="https://community.esri.com/legacyfs/online/509068_FeatureBlobSave.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Oct 2020 18:27:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-do-you-save-blobs-using-pro-sdk-in-corehost/m-p/820895#M2845</guid>
      <dc:creator>SungBae</dc:creator>
      <dc:date>2020-10-01T18:27:32Z</dc:date>
    </item>
    <item>
      <title>Re: How do you save blobs using Pro SDK in CoreHost?</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-do-you-save-blobs-using-pro-sdk-in-corehost/m-p/820896#M2846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sung,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We've finished our research about this issue. &amp;nbsp;Unfortunately, I determined that this is not an SDK issue after all. &amp;nbsp;It's a deeper issue- we don't support reading and writing blob fields from ArcGIS Server-based feature services. &amp;nbsp;(Technically this isn't true, but the only blob support is within annotation features; generic blob fields are not supported). &amp;nbsp;You cannot read or write blob fields with the Pro user interface, with Python, or with the Pro SDK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Blob fields are supported in hosted feature services, in enterprise&amp;nbsp;geodatabases, file&amp;nbsp;geodatabases, and mobile&amp;nbsp;geodatabases.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry- this probably isn't the answer you wanted to hear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--Rich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Oct 2020 20:28:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-do-you-save-blobs-using-pro-sdk-in-corehost/m-p/820896#M2846</guid>
      <dc:creator>RichRuh</dc:creator>
      <dc:date>2020-10-16T20:28:13Z</dc:date>
    </item>
    <item>
      <title>Re: How do you save blobs using Pro SDK in CoreHost?</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-do-you-save-blobs-using-pro-sdk-in-corehost/m-p/820897#M2847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Rich,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for looking into this!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As a work around, I've changed the blob fields as a text datatype to hold the base 64 string representation of the blob. Based on a few tests, it looks like I can read/write that string representation and encode it back to a blob. I assume this is the only possible way to work with generic blobs when using&amp;nbsp;feature services?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess this will only work for tables that you have control over... Welp that's a bummer!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sung&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Oct 2020 21:31:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-do-you-save-blobs-using-pro-sdk-in-corehost/m-p/820897#M2847</guid>
      <dc:creator>SungBae</dc:creator>
      <dc:date>2020-10-16T21:31:36Z</dc:date>
    </item>
    <item>
      <title>Re: How do you save blobs using Pro SDK in CoreHost?</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-do-you-save-blobs-using-pro-sdk-in-corehost/m-p/820898#M2848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sung,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At this point that's probably the best workaround. &amp;nbsp;We'll add better feature service blob support in a future release.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--Rich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Oct 2020 20:52:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-do-you-save-blobs-using-pro-sdk-in-corehost/m-p/820898#M2848</guid>
      <dc:creator>RichRuh</dc:creator>
      <dc:date>2020-10-17T20:52:09Z</dc:date>
    </item>
  </channel>
</rss>

