<?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: Python Scripting-choosing transactional version  in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/python-scripting-choosing-transactional-version/m-p/3308#M303</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Gail&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Jul 2015 20:39:36 GMT</pubDate>
    <dc:creator>GailJorgenson</dc:creator>
    <dc:date>2015-07-07T20:39:36Z</dc:date>
    <item>
      <title>Python Scripting-choosing transactional version</title>
      <link>https://community.esri.com/t5/python-questions/python-scripting-choosing-transactional-version/m-p/3304#M299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am trying to find some python script that will set the transactional version for our SQL enterprise geodatabase.&amp;nbsp; We have two versions, the "Default" version and another version we'll call "Enterprise".&amp;nbsp; After an automated script that runs to reconcile, post, and analyze the "Default" version and another script which analyzes the tables in the "Enterprise" version we would like to set the Transactional version to be the "Enterprise" version.&amp;nbsp; I have been unable to find any tools or scripts that address this. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did find the "Change Version" tool in the Data Management toolbox -&amp;gt;Versions -&amp;gt; Change Versions&lt;/P&gt;&lt;P&gt;but, that tool is for only changing a Feature Class and not a Dataset or the entire geodatabase.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas on how I could make this happen would be greatly appreciated!&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Gail Jorgenson&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jun 2015 19:14:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-scripting-choosing-transactional-version/m-p/3304#M299</guid>
      <dc:creator>GailJorgenson</dc:creator>
      <dc:date>2015-06-29T19:14:06Z</dc:date>
    </item>
    <item>
      <title>Re: Python Scripting-choosing transactional version</title>
      <link>https://community.esri.com/t5/python-questions/python-scripting-choosing-transactional-version/m-p/3305#M300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm having trouble understanding exactly what you're after. You do not assign one version to a feature class or dataset. Instead, each feature class is viewed/edited in one version at a time. In your case, when you access the feature class for view or edit, you will specify to use the "Enterprise" version. You can do that with &lt;A href="http://resources.arcgis.com/en/help/main/10.1/0017/0017000000p5000000.htm"&gt;Change Version&lt;/A&gt;. However, you can also use a &lt;A href="http://resources.arcgis.com/en/help/main/10.1/0017/00170000016q000000.htm"&gt;database connection&lt;/A&gt; with a particular version specified so anything you do with data from that connection will use that version.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please describe the specific operations/tools your Python script is using on the data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jun 2015 21:00:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-scripting-choosing-transactional-version/m-p/3305#M300</guid>
      <dc:creator>BlakeTerhune</dc:creator>
      <dc:date>2015-06-29T21:00:33Z</dc:date>
    </item>
    <item>
      <title>Re: Python Scripting-choosing transactional version</title>
      <link>https://community.esri.com/t5/python-questions/python-scripting-choosing-transactional-version/m-p/3306#M301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Blake,&lt;/P&gt;&lt;P&gt;We have set up the scripts to use different connections, one as a connection to our “Enterprise” version and the other is a connection logging in as the SDE administrator.  We run the script for the reconcile post as SDE.  Then the analyze on the “Enterprise” connection.  But, it changes the transaction version to Default.  I was told by the GIS Helpdesk that we could use different connections, but it is still changing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gail&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jun 2015 21:05:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-scripting-choosing-transactional-version/m-p/3306#M301</guid>
      <dc:creator>GailJorgenson</dc:creator>
      <dc:date>2015-06-29T21:05:36Z</dc:date>
    </item>
    <item>
      <title>Re: Python Scripting-choosing transactional version</title>
      <link>https://community.esri.com/t5/python-questions/python-scripting-choosing-transactional-version/m-p/3307#M302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm still not clear as to what connections are on which version. Here's what I've gathered so far, please fill in the blanks...&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;"Connection One"&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;User = ________&lt;/P&gt;&lt;P&gt;Version = Enterprise&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;"Connection Two"&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;User = SDE&lt;/P&gt;&lt;P&gt;Version = ________&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jul 2015 19:27:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-scripting-choosing-transactional-version/m-p/3307#M302</guid>
      <dc:creator>BlakeTerhune</dc:creator>
      <dc:date>2015-07-07T19:27:50Z</dc:date>
    </item>
    <item>
      <title>Re: Python Scripting-choosing transactional version</title>
      <link>https://community.esri.com/t5/python-questions/python-scripting-choosing-transactional-version/m-p/3308#M303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Gail&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jul 2015 20:39:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-scripting-choosing-transactional-version/m-p/3308#M303</guid>
      <dc:creator>GailJorgenson</dc:creator>
      <dc:date>2015-07-07T20:39:36Z</dc:date>
    </item>
    <item>
      <title>Re: Python Scripting-choosing transactional version</title>
      <link>https://community.esri.com/t5/python-questions/python-scripting-choosing-transactional-version/m-p/3309#M304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Resolved this issue by creating a worskspace folder to save our connection files in and recreating our database connections using the Arc Catalog tool found in&lt;/P&gt;&lt;P&gt;Data Management-&amp;gt;Workspace-&amp;gt;Create Database Connection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We think that there were two connections files and one was inadvertently set to the wrong version and the incorrect connection was added to our script which was changing the transactional version.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jul 2015 14:49:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-scripting-choosing-transactional-version/m-p/3309#M304</guid>
      <dc:creator>GailJorgenson</dc:creator>
      <dc:date>2015-07-20T14:49:04Z</dc:date>
    </item>
  </channel>
</rss>

