<?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: arcpy.ListDatasets for a specific SDe owner in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/arcpy-listdatasets-for-a-specific-sde-owner/m-p/674569#M52170</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could this help you?&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://gis.stackexchange.com/questions/34729/creating-table-containing-all-filenames-and-possibly-metadata-in-file-geodatab/34797#34797" title="https://gis.stackexchange.com/questions/34729/creating-table-containing-all-filenames-and-possibly-metadata-in-file-geodatab/34797#34797"&gt;arcpy - Creating table containing all filenames (and possibly metadata) in File Geodatabase? - Geographic Information Sy…&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Nov 2019 14:28:57 GMT</pubDate>
    <dc:creator>JohannesBierer</dc:creator>
    <dc:date>2019-11-08T14:28:57Z</dc:date>
    <item>
      <title>arcpy.ListDatasets for a specific SDe owner</title>
      <link>https://community.esri.com/t5/python-questions/arcpy-listdatasets-for-a-specific-sde-owner/m-p/674568#M52169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I list only Feature Datasets, Feature Classes and Tables owned by a specific owner?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am working on SDE and would like only to select layers owned by a specific account.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using Python&amp;nbsp;arcpy.ListDatasets&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Nov 2019 13:41:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcpy-listdatasets-for-a-specific-sde-owner/m-p/674568#M52169</guid>
      <dc:creator>JoseSanchez</dc:creator>
      <dc:date>2019-11-08T13:41:25Z</dc:date>
    </item>
    <item>
      <title>Re: arcpy.ListDatasets for a specific SDe owner</title>
      <link>https://community.esri.com/t5/python-questions/arcpy-listdatasets-for-a-specific-sde-owner/m-p/674569#M52170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could this help you?&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://gis.stackexchange.com/questions/34729/creating-table-containing-all-filenames-and-possibly-metadata-in-file-geodatab/34797#34797" title="https://gis.stackexchange.com/questions/34729/creating-table-containing-all-filenames-and-possibly-metadata-in-file-geodatab/34797#34797"&gt;arcpy - Creating table containing all filenames (and possibly metadata) in File Geodatabase? - Geographic Information Sy…&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Nov 2019 14:28:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcpy-listdatasets-for-a-specific-sde-owner/m-p/674569#M52170</guid>
      <dc:creator>JohannesBierer</dc:creator>
      <dc:date>2019-11-08T14:28:57Z</dc:date>
    </item>
    <item>
      <title>Re: arcpy.ListDatasets for a specific SDe owner</title>
      <link>https://community.esri.com/t5/python-questions/arcpy-listdatasets-for-a-specific-sde-owner/m-p/674570#M52171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Since those ArcPy functions and others like ArcPy Walk don't include owner as a parameter, how this gets addressed depends on the back-end DBMS.&amp;nbsp; What DBMS are you working with?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Nov 2019 17:05:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcpy-listdatasets-for-a-specific-sde-owner/m-p/674570#M52171</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2019-11-09T17:05:39Z</dc:date>
    </item>
    <item>
      <title>Re: arcpy.ListDatasets for a specific SDe owner</title>
      <link>https://community.esri.com/t5/python-questions/arcpy-listdatasets-for-a-specific-sde-owner/m-p/674571#M52172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is how I did it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;myDatasetString = dataset&lt;BR /&gt; if ( myDatasetString.find(prefixOutputOwner) != -1):&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Nov 2019 16:24:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcpy-listdatasets-for-a-specific-sde-owner/m-p/674571#M52172</guid>
      <dc:creator>JoseSanchez</dc:creator>
      <dc:date>2019-11-12T16:24:13Z</dc:date>
    </item>
  </channel>
</rss>

