<?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 gp.Describe() on sde table in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/gp-describe-on-sde-table/m-p/8510#M694</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;at 9.3.1 the following code works fine:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;fcList = gp.ListFeatureClasses()
for fc in fcList:
&amp;nbsp;&amp;nbsp;&amp;nbsp; descFC = gp.Describe(fc)
&amp;nbsp;&amp;nbsp;&amp;nbsp; print "FC Name: " + fc + ", Path: " + descFC.CatalogPath

tblList = gp.ListTables()
for table in tblList:
&amp;nbsp;&amp;nbsp;&amp;nbsp; print table&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;but trying to use Describe on the tables fails: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;tblList = gp.ListTables()
for table in tblList:
&amp;nbsp;&amp;nbsp;&amp;nbsp; print table
&amp;nbsp;&amp;nbsp;&amp;nbsp; descTBL = gp.Describe(table)
&amp;nbsp;&amp;nbsp;&amp;nbsp; print descTBL.CatalogPath&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;what am I missing?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 25 Feb 2011 19:31:42 GMT</pubDate>
    <dc:creator>GregHorch</dc:creator>
    <dc:date>2011-02-25T19:31:42Z</dc:date>
    <item>
      <title>gp.Describe() on sde table</title>
      <link>https://community.esri.com/t5/python-questions/gp-describe-on-sde-table/m-p/8510#M694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;at 9.3.1 the following code works fine:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;fcList = gp.ListFeatureClasses()
for fc in fcList:
&amp;nbsp;&amp;nbsp;&amp;nbsp; descFC = gp.Describe(fc)
&amp;nbsp;&amp;nbsp;&amp;nbsp; print "FC Name: " + fc + ", Path: " + descFC.CatalogPath

tblList = gp.ListTables()
for table in tblList:
&amp;nbsp;&amp;nbsp;&amp;nbsp; print table&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;but trying to use Describe on the tables fails: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;tblList = gp.ListTables()
for table in tblList:
&amp;nbsp;&amp;nbsp;&amp;nbsp; print table
&amp;nbsp;&amp;nbsp;&amp;nbsp; descTBL = gp.Describe(table)
&amp;nbsp;&amp;nbsp;&amp;nbsp; print descTBL.CatalogPath&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;what am I missing?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Feb 2011 19:31:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/gp-describe-on-sde-table/m-p/8510#M694</guid>
      <dc:creator>GregHorch</dc:creator>
      <dc:date>2011-02-25T19:31:42Z</dc:date>
    </item>
    <item>
      <title>Re: gp.Describe() on sde table</title>
      <link>https://community.esri.com/t5/python-questions/gp-describe-on-sde-table/m-p/8511#M695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What line fails (listTables, Describe, or CatalogPath)?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;What error does it throw?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;What does your arcpy.env.workspace look like?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Mar 2011 13:40:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/gp-describe-on-sde-table/m-p/8511#M695</guid>
      <dc:creator>MarkZollinger</dc:creator>
      <dc:date>2011-03-03T13:40:34Z</dc:date>
    </item>
  </channel>
</rss>

