<?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 Changing Versions with Python in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/changing-versions-with-python/m-p/91528#M7121</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am trying to change versions of a table in a stand-alone script through the ArcPy ChangeVersion_management command. The table is an ArcSDE table, is registered as versioned and I can successfully create a table view of the table, which I then pass to the ChangeVersion_management command. This step of the script fails, with a: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;DIV align="center"&gt;'Parameters are not valid. ERROR 000840: The value is not a Feature Layer. Failed to execute (ChangeVersion).'&lt;BR /&gt;&lt;BR /&gt;error message. Looking at the documentation, it appears I should be able to change versions of a table view (not just a Feature Layer):&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Change_Version/0017000000p5000000/"&gt;http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Change_Version/0017000000p5000000/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Is this a bug, or am I potentially missing something in my script?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Mike&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Apr 2012 16:57:43 GMT</pubDate>
    <dc:creator>MikeRomankiewicz</dc:creator>
    <dc:date>2012-04-10T16:57:43Z</dc:date>
    <item>
      <title>Changing Versions with Python</title>
      <link>https://community.esri.com/t5/python-questions/changing-versions-with-python/m-p/91528#M7121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am trying to change versions of a table in a stand-alone script through the ArcPy ChangeVersion_management command. The table is an ArcSDE table, is registered as versioned and I can successfully create a table view of the table, which I then pass to the ChangeVersion_management command. This step of the script fails, with a: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;DIV align="center"&gt;'Parameters are not valid. ERROR 000840: The value is not a Feature Layer. Failed to execute (ChangeVersion).'&lt;BR /&gt;&lt;BR /&gt;error message. Looking at the documentation, it appears I should be able to change versions of a table view (not just a Feature Layer):&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Change_Version/0017000000p5000000/"&gt;http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Change_Version/0017000000p5000000/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Is this a bug, or am I potentially missing something in my script?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Mike&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2012 16:57:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/changing-versions-with-python/m-p/91528#M7121</guid>
      <dc:creator>MikeRomankiewicz</dc:creator>
      <dc:date>2012-04-10T16:57:43Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Versions with Python</title>
      <link>https://community.esri.com/t5/python-questions/changing-versions-with-python/m-p/91529#M7122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This is a bug, NIM079735 - The change version tool does not accept table view as input.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The workaround is to create a connection file that uses the version that you want to access and then access your table through that connection file.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2012 16:15:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/changing-versions-with-python/m-p/91529#M7122</guid>
      <dc:creator>RussellBrennan</dc:creator>
      <dc:date>2012-04-11T16:15:11Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Versions with Python</title>
      <link>https://community.esri.com/t5/python-questions/changing-versions-with-python/m-p/91530#M7123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the info Russell. I can't seem to find that bug id- is there a link available?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2012 16:29:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/changing-versions-with-python/m-p/91530#M7123</guid>
      <dc:creator>MikeRomankiewicz</dc:creator>
      <dc:date>2012-04-11T16:29:00Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Versions with Python</title>
      <link>https://community.esri.com/t5/python-questions/changing-versions-with-python/m-p/91531#M7124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I talked to Support and they say that they added your customer ID to the bug and you should now see it through the customer care portal (&lt;/SPAN&gt;&lt;A href="http://customers.esri.com"&gt;http://customers.esri.com&lt;/A&gt;&lt;SPAN&gt;).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2012 18:03:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/changing-versions-with-python/m-p/91531#M7124</guid>
      <dc:creator>RussellBrennan</dc:creator>
      <dc:date>2012-04-12T18:03:14Z</dc:date>
    </item>
  </channel>
</rss>

