<?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 Append extracted data to SDE (Collector for ArcGIS Workaround) in ArcGIS Collector Questions</title>
    <link>https://community.esri.com/t5/arcgis-collector-questions/append-extracted-data-to-sde-collector-for-arcgis/m-p/533881#M9168</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have been unable to synchronize collected data in one of my Collector apps (I believe this might be due to the number of attachments). I've tried all suggestions &lt;A _jive_internal="true" href="https://community.esri.com/thread/90833"&gt;in this forum&lt;/A&gt;, and now have manually extracted and converted my collected data into a File Geodatabase.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm wondering how to go about "merging" this file geodatabase into my SDE geodatabase on our GIS Server, while maintaining the Global IDs and related attachments I've configured. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Has anyone been through this process? If so, could you provide some info on how you did it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;Jacqueline&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Nov 2015 16:54:02 GMT</pubDate>
    <dc:creator>JacquelineKovarik</dc:creator>
    <dc:date>2015-11-12T16:54:02Z</dc:date>
    <item>
      <title>Append extracted data to SDE (Collector for ArcGIS Workaround)</title>
      <link>https://community.esri.com/t5/arcgis-collector-questions/append-extracted-data-to-sde-collector-for-arcgis/m-p/533881#M9168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have been unable to synchronize collected data in one of my Collector apps (I believe this might be due to the number of attachments). I've tried all suggestions &lt;A _jive_internal="true" href="https://community.esri.com/thread/90833"&gt;in this forum&lt;/A&gt;, and now have manually extracted and converted my collected data into a File Geodatabase.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm wondering how to go about "merging" this file geodatabase into my SDE geodatabase on our GIS Server, while maintaining the Global IDs and related attachments I've configured. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Has anyone been through this process? If so, could you provide some info on how you did it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;Jacqueline&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Nov 2015 16:54:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-collector-questions/append-extracted-data-to-sde-collector-for-arcgis/m-p/533881#M9168</guid>
      <dc:creator>JacquelineKovarik</dc:creator>
      <dc:date>2015-11-12T16:54:02Z</dc:date>
    </item>
    <item>
      <title>Re: Append extracted data to SDE (Collector for ArcGIS Workaround)</title>
      <link>https://community.esri.com/t5/arcgis-collector-questions/append-extracted-data-to-sde-collector-for-arcgis/m-p/533882#M9169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here are instructions I wrote for myself a few months ago. A few of the steps regarding new feature class you can omit because you already have a "new feat class" which is your original SDE gdb. Rem. to add field, as specified in step 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HOW TO MOVE FEATURE ATTACHMENTS FROM 1 GDB TO ANOTHER&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. create new geodatabase&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. create new feat. class in new geodatabase&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; -geometry has to be the same as the source feature class that has feat. attachments&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; -for fields, use the import button and specify source feature class&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; -add additional field name: alias_GID type: text, length: 150&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. enable attachments on new feature class&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. append source feature class to new feature class&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; -NO TEST&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; -add field source.GlobalID to target.alias_GID&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5. create new field in new feature attachment table named "REL_alias_GID" type: text, length: 150&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5. append source feature attachment table to new feature attachment table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;7. field calculate new feature attachment table REL_alias_GID to [REL_GLOBALID]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;8. join new feature class.alias_GID .. TO .. new feature attachment table.REL_alias_GID&lt;/P&gt;&lt;P&gt;left table is new feature attachment table&lt;/P&gt;&lt;P&gt;right table is new feature class&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;9. field calculate new feature attachment table REL_GLOBALID to new feature class.GLOBALID&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Nov 2015 17:35:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-collector-questions/append-extracted-data-to-sde-collector-for-arcgis/m-p/533882#M9169</guid>
      <dc:creator>danbecker</dc:creator>
      <dc:date>2015-11-12T17:35:40Z</dc:date>
    </item>
    <item>
      <title>Re: Append extracted data to SDE (Collector for ArcGIS Workaround)</title>
      <link>https://community.esri.com/t5/arcgis-collector-questions/append-extracted-data-to-sde-collector-for-arcgis/m-p/533883#M9170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the quick reply! I stumbled upon this amazing Python script this afternoon that did exactly what I was looking for:&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/bnadler/Append-Features-With-Attachments" title="https://github.com/bnadler/Append-Features-With-Attachments"&gt;bnadler/Append-Features-With-Attachments · GitHub&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It saved me hours of work, and I hope it does the same for others looking for an easier solution!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jacqueline &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Nov 2015 19:47:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-collector-questions/append-extracted-data-to-sde-collector-for-arcgis/m-p/533883#M9170</guid>
      <dc:creator>JacquelineKovarik</dc:creator>
      <dc:date>2015-11-12T19:47:28Z</dc:date>
    </item>
    <item>
      <title>Re: Append extracted data to SDE (Collector for ArcGIS Workaround)</title>
      <link>https://community.esri.com/t5/arcgis-collector-questions/append-extracted-data-to-sde-collector-for-arcgis/m-p/533884#M9171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the instructions.&amp;nbsp; I just had one quick question.&amp;nbsp; In your last step you mention to field calculate the GlobalID field.&amp;nbsp; I cannot figure out how you did this.&amp;nbsp; Since this is a GlobalID field type, the Field Calculate option is grayed out.&amp;nbsp; Am I missing something?&amp;nbsp; Thanks in advance!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Craig&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jul 2017 20:26:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-collector-questions/append-extracted-data-to-sde-collector-for-arcgis/m-p/533884#M9171</guid>
      <dc:creator>CraigPrisland2</dc:creator>
      <dc:date>2017-07-21T20:26:28Z</dc:date>
    </item>
    <item>
      <title>Re: Append extracted data to SDE (Collector for ArcGIS Workaround)</title>
      <link>https://community.esri.com/t5/arcgis-collector-questions/append-extracted-data-to-sde-collector-for-arcgis/m-p/533885#M9172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jacqueline,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a same issue. I want to transfer my FGDB with Collector attachments to SDE without losing attachments. I tried to run this script but I am getting an error. I just changed the updateFeatureClass &amp;amp; targetFeatureClass parameters in the entire script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;def main():&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; updateFeatureClass = r'\\central\gis\development\slm_pj\PJ\OSC_SurveyData_Final.gdb\osc_lito'&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; targetFeatureClass = r'Database Connections\GISDATA@gdbmaint@stgisgdb1.sde\gdbmaint.GISDATA.OSCTest\gdbmaint.GISDATA.osc_lito'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;File "U:\PJ\SLM\Codes\Append-Features-With-Attachments-master\AppendFeaturesWithAttachments.py", line 74, in appendFeatures&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; editor= arcpy.da.Editor(desc.path)&lt;BR /&gt;RuntimeError: cannot open workspace&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/421861_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea what should I do to run it successfully?&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;&lt;P&gt;PJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Sep 2018 22:32:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-collector-questions/append-extracted-data-to-sde-collector-for-arcgis/m-p/533885#M9172</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2018-09-13T22:32:26Z</dc:date>
    </item>
  </channel>
</rss>

