<?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: Register Postgres table with geodatabase using Python in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/register-postgres-table-with-geodatabase-using/m-p/395730#M31258</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Dan. Using the "RegisterWithGeodatabase_management" seemed to do the trick. I'm not really using any tools in arctool box or arc catalog. I was just looking for a way to create and write to databases that various GIS tools can read from. ArcDesktop seemed to refuse to map any geometry in the database unless i first register the table as a geo-database. Not sure why the extra step is necessary, but I'll just go with it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 Sep 2016 15:38:56 GMT</pubDate>
    <dc:creator>JeremyKnaggs</dc:creator>
    <dc:date>2016-09-23T15:38:56Z</dc:date>
    <item>
      <title>Register Postgres table with geodatabase using Python</title>
      <link>https://community.esri.com/t5/python-questions/register-postgres-table-with-geodatabase-using/m-p/395728#M31256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do I use Python and arcpy (or sql commands) to register a new postgres database table with geodatabase? I've programmatically created a new table which, among other things, has an&amp;nbsp;st_geometery column but before I can view this table in ArcDesktop I always need manually "register with a geodatabase". I believe this has to do with the need to have an "objectid".. I've tried creating a column called "objectid" and making sure it contains a not null integer but I still have to register the table...Surely there must be a way to bypass this manual step and just use python to create the table and do the "registration". How can this be accomplished?&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Sep 2016 20:02:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/register-postgres-table-with-geodatabase-using/m-p/395728#M31256</guid>
      <dc:creator>JeremyKnaggs</dc:creator>
      <dc:date>2016-09-22T20:02:29Z</dc:date>
    </item>
    <item>
      <title>Re: Register Postgres table with geodatabase using Python</title>
      <link>https://community.esri.com/t5/python-questions/register-postgres-table-with-geodatabase-using/m-p/395729#M31257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't use this in any of my workflows, but is this the tool you use in arctoolbox? or is this a catalog process only&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/latest/tools/data-management-toolbox/register-with-geodatabase.htm" title="http://desktop.arcgis.com/en/arcmap/latest/tools/data-management-toolbox/register-with-geodatabase.htm"&gt;Register with Geodatabase—Help | ArcGIS for Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If it is this, the code sample might help&lt;/P&gt;&lt;P&gt;Then there was this thing&amp;nbsp;&lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/latest/tools/data-management-toolbox/create-unregistered-table.htm" title="http://desktop.arcgis.com/en/arcmap/latest/tools/data-management-toolbox/create-unregistered-table.htm"&gt;Create Unregistered Table—Help | ArcGIS for Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and this&amp;nbsp;&lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/latest/tools/data-management-toolbox/add-incrementing-id-field.htm" title="http://desktop.arcgis.com/en/arcmap/latest/tools/data-management-toolbox/add-incrementing-id-field.htm"&gt;Add Incrementing ID Field—Help | ArcGIS for Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;hopefully you can cobble something together&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Sep 2016 20:53:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/register-postgres-table-with-geodatabase-using/m-p/395729#M31257</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-09-22T20:53:29Z</dc:date>
    </item>
    <item>
      <title>Re: Register Postgres table with geodatabase using Python</title>
      <link>https://community.esri.com/t5/python-questions/register-postgres-table-with-geodatabase-using/m-p/395730#M31258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Dan. Using the "RegisterWithGeodatabase_management" seemed to do the trick. I'm not really using any tools in arctool box or arc catalog. I was just looking for a way to create and write to databases that various GIS tools can read from. ArcDesktop seemed to refuse to map any geometry in the database unless i first register the table as a geo-database. Not sure why the extra step is necessary, but I'll just go with it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2016 15:38:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/register-postgres-table-with-geodatabase-using/m-p/395730#M31258</guid>
      <dc:creator>JeremyKnaggs</dc:creator>
      <dc:date>2016-09-23T15:38:56Z</dc:date>
    </item>
    <item>
      <title>Re: Register Postgres table with geodatabase using Python</title>
      <link>https://community.esri.com/t5/python-questions/register-postgres-table-with-geodatabase-using/m-p/395731#M31259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;jJeremy, good... The functionality of the tool can be accessed through python, should you decide to continue on that route... just see the code snippets at the bottom of every tool in arctoolbox.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2016 16:10:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/register-postgres-table-with-geodatabase-using/m-p/395731#M31259</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-09-23T16:10:48Z</dc:date>
    </item>
  </channel>
</rss>

