<?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 query version information in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/arcpy-query-version-information/m-p/523534#M41075</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for a quick response. Looking forward to 10.1!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 30 Jan 2012 17:03:59 GMT</pubDate>
    <dc:creator>RyanKozoriz</dc:creator>
    <dc:date>2012-01-30T17:03:59Z</dc:date>
    <item>
      <title>arcpy query version information</title>
      <link>https://community.esri.com/t5/python-questions/arcpy-query-version-information/m-p/523532#M41073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is it possible, using arcpy, to query version information from SDE? I would like to report information such as Version Name, Owner, Creation Date, Modified Date, Description, and Permissions. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Ryan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jan 2012 18:00:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcpy-query-version-information/m-p/523532#M41073</guid>
      <dc:creator>RyanKozoriz</dc:creator>
      <dc:date>2012-01-27T18:00:01Z</dc:date>
    </item>
    <item>
      <title>Re: arcpy query version information</title>
      <link>https://community.esri.com/t5/python-questions/arcpy-query-version-information/m-p/523533#M41074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Is it possible, using arcpy, to query version information from SDE? I would like to report information such as Version Name, Owner, Creation Date, Modified Date, Description, and Permissions. &lt;BR /&gt;Thanks,&lt;BR /&gt;Ryan&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Currently this is not possible @ version 10.0 of ArcGIS. With 10.1 we will have an arcpy.da.ListVersions function that will return version objects with all of these properties.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jan 2012 16:39:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcpy-query-version-information/m-p/523533#M41074</guid>
      <dc:creator>RussellBrennan</dc:creator>
      <dc:date>2012-01-30T16:39:02Z</dc:date>
    </item>
    <item>
      <title>Re: arcpy query version information</title>
      <link>https://community.esri.com/t5/python-questions/arcpy-query-version-information/m-p/523534#M41075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for a quick response. Looking forward to 10.1!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jan 2012 17:03:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcpy-query-version-information/m-p/523534#M41075</guid>
      <dc:creator>RyanKozoriz</dc:creator>
      <dc:date>2012-01-30T17:03:59Z</dc:date>
    </item>
    <item>
      <title>Re: arcpy query version information</title>
      <link>https://community.esri.com/t5/python-questions/arcpy-query-version-information/m-p/523535#M41076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;With arcpy.mapping you can get the following SDE properties using the serviceProperties property on the Layer object.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Keys for an ArcSDE dictionary &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ServiceType �??The property displaying the type of service. This will only be SDE for ArcSDE layer types. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Server �??The name or IP address of the computer where the ArcSDE geodatabase is located. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Service �??The name or port number of the process running on the ArcSDE server. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Database �??The name of the enterprise RDBMS database. This is not required when using Oracle. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;UserName �??A user account. This will be blank if using operating system authentication. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;AuthenticationMode �??Geodatabase or operating system authentication. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Version �??The version of the geodatabase to which you are connecting.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There is a code sample that uses this property.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Layer/00s300000008000000/"&gt;http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Layer/00s300000008000000/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jeff&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jan 2012 13:10:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcpy-query-version-information/m-p/523535#M41076</guid>
      <dc:creator>JeffBarrette</dc:creator>
      <dc:date>2012-01-31T13:10:06Z</dc:date>
    </item>
  </channel>
</rss>

