<?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: Automated Batch updates to ArcSDE geodatabase in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/automated-batch-updates-to-arcsde-geodatabase/m-p/400086#M22936</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: keeblerh&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Russell, thanks for getting back.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We have basically written code to do all of this using C# and arcobjects.&amp;nbsp; The shapefiles received need to have fields parsed (reformatted) and mapped to different fields in the SDE geodatabase.&amp;nbsp; Our update process is a replace - delete what's there and reload.&amp;nbsp; We are using the latest and greatest version 10 of everything.&amp;nbsp; The DBMS is oracle 11g.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&amp;nbsp; We would still be interested in any suggestions.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Oct 2010 13:53:12 GMT</pubDate>
    <dc:creator>Anonymous User</dc:creator>
    <dc:date>2010-10-29T13:53:12Z</dc:date>
    <item>
      <title>Automated Batch updates to ArcSDE geodatabase</title>
      <link>https://community.esri.com/t5/data-management-questions/automated-batch-updates-to-arcsde-geodatabase/m-p/400082#M22932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: keeblerh&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We need to automate and batch gis data updates into an arcsde geodatabae.&amp;nbsp; The incoming data is in shapefiles and requires some ETL processing prior to loading them into the geodatabase.&amp;nbsp; One would think that a geoprocessing model could be created and executed from a python script or something but I can find no evidence of this in any of the papers or discussions I 've found.&amp;nbsp;&amp;nbsp; It appears that most folks just write code to do it.&amp;nbsp; Most of the examples I have found are for older versions of ArcGIS and I was wondering if someone could point me to the latest and greatest best practice for this.&amp;nbsp; Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 May 2010 16:09:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/automated-batch-updates-to-arcsde-geodatabase/m-p/400082#M22932</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2010-05-13T16:09:31Z</dc:date>
    </item>
    <item>
      <title>Re: Automated Batch updates to ArcSDE geodatabase</title>
      <link>https://community.esri.com/t5/data-management-questions/automated-batch-updates-to-arcsde-geodatabase/m-p/400083#M22933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Any luck - I have a similar issue&amp;nbsp; - &lt;/SPAN&gt;&lt;A href="http://forums.arcgis.com/threads/14889-Unique-Geodatabase-Design-for-Parcels"&gt;http://forums.arcgis.com/threads/14889-Unique-Geodatabase-Design-for-Parcels&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Oct 2010 19:44:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/automated-batch-updates-to-arcsde-geodatabase/m-p/400083#M22933</guid>
      <dc:creator>BrandonCales</dc:creator>
      <dc:date>2010-10-14T19:44:11Z</dc:date>
    </item>
    <item>
      <title>Re: Automated Batch updates to ArcSDE geodatabase</title>
      <link>https://community.esri.com/t5/data-management-questions/automated-batch-updates-to-arcsde-geodatabase/m-p/400084#M22934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: ldonahue&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;An option - aside from writing code:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;OL&gt;&lt;BR /&gt;&lt;LI&gt;use model builder(python) to prepare the shapefile&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;use shp2sde to load into the GDB (sde command line)&lt;/LI&gt;&lt;BR /&gt;&lt;/OL&gt;&lt;A href="http://help.arcgis.com/en/geodatabase/10.0/admin_cmds/Support_files/datamgmt/shp2sde.htm"&gt;http://help.arcgis.com/en/geodatabase/10.0/admin_cmds/Support_files/datamgmt/shp2sde.htm&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Oct 2010 20:14:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/automated-batch-updates-to-arcsde-geodatabase/m-p/400084#M22934</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2010-10-14T20:14:06Z</dc:date>
    </item>
    <item>
      <title>Re: Automated Batch updates to ArcSDE geodatabase</title>
      <link>https://community.esri.com/t5/data-management-questions/automated-batch-updates-to-arcsde-geodatabase/m-p/400085#M22935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Holly, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What exactly are you trying to do with the shapefiles before loading them into the Geodatabase? There are a number of methods available through Python for loading data into the geodatabase but I would like to know more about your workflow before offering suggestions.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, what version of ArcGIS Desktop are you using?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;What version of ArcSDE are you using?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;What DBMS is ArcSDE running on?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Oct 2010 14:06:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/automated-batch-updates-to-arcsde-geodatabase/m-p/400085#M22935</guid>
      <dc:creator>RussellBrennan</dc:creator>
      <dc:date>2010-10-15T14:06:53Z</dc:date>
    </item>
    <item>
      <title>Re: Automated Batch updates to ArcSDE geodatabase</title>
      <link>https://community.esri.com/t5/data-management-questions/automated-batch-updates-to-arcsde-geodatabase/m-p/400086#M22936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: keeblerh&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Russell, thanks for getting back.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We have basically written code to do all of this using C# and arcobjects.&amp;nbsp; The shapefiles received need to have fields parsed (reformatted) and mapped to different fields in the SDE geodatabase.&amp;nbsp; Our update process is a replace - delete what's there and reload.&amp;nbsp; We are using the latest and greatest version 10 of everything.&amp;nbsp; The DBMS is oracle 11g.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&amp;nbsp; We would still be interested in any suggestions.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Oct 2010 13:53:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/automated-batch-updates-to-arcsde-geodatabase/m-p/400086#M22936</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2010-10-29T13:53:12Z</dc:date>
    </item>
    <item>
      <title>Re: Automated Batch updates to ArcSDE geodatabase</title>
      <link>https://community.esri.com/t5/data-management-questions/automated-batch-updates-to-arcsde-geodatabase/m-p/400087#M22937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Holly,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ArcObjects will give you a little bit more efficiency in the ability to copy data and map to new fields at the same time. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Without going into too much detail a possible geoprocessing workflow would be to use the feature class to feature class tool to set up your field mapping and copy to a new dataset, you could then use delete rows/delete features to 'clean up' the existing dataset, finally you could use copy features/copy rows to copy the data created from the feature class to feature class tool into the geodatabase. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Oct 2010 14:22:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/automated-batch-updates-to-arcsde-geodatabase/m-p/400087#M22937</guid>
      <dc:creator>RussellBrennan</dc:creator>
      <dc:date>2010-10-29T14:22:49Z</dc:date>
    </item>
  </channel>
</rss>

