<?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 code won't post a version -The specified target version has no edit versions to reconcile with. in Geodatabase Questions</title>
    <link>https://community.esri.com/t5/geodatabase-questions/python-code-won-t-post-a-version-the-specified/m-p/765004#M617</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What I have found is that the version names require a unicode string list u'&amp;lt;version_name&amp;gt;'.&amp;nbsp; This is what worked for me.&amp;nbsp; Over that vast canyon and onto the pasture &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 Aug 2016 16:50:36 GMT</pubDate>
    <dc:creator>RichardHughes2</dc:creator>
    <dc:date>2016-08-12T16:50:36Z</dc:date>
    <item>
      <title>Python code won't post a version -The specified target version has no edit versions to reconcile with.</title>
      <link>https://community.esri.com/t5/geodatabase-questions/python-code-won-t-post-a-version-the-specified/m-p/765001#M614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I keep this message in a log file - &lt;/P&gt;&lt;P&gt;[6/11/2015 9:35:03 AM] Starting reconcile.&lt;/P&gt;&lt;P&gt;[6/11/2015 9:35:03 AM] Warning: The reconcile process was not performed. The specified target version has no edit versions to reconcile with.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After attempting to do a post and reconcile using Python 2.7.1 Arcpy on a SQL SDE 10.0 database using a 10.2.2 client it keeps coming back with this message.&amp;nbsp; I have copied the python code generated from a toolbox into a python script and it runs but doesn't post the version.&amp;nbsp; I can successfully post using a toolbox and within an ArcMap session, but not with python residing outside of ArcMap.&amp;nbsp; I am connecting into the database using an SDE connection and a OS connection but no success.&amp;nbsp; Any ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2015 18:50:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/python-code-won-t-post-a-version-the-specified/m-p/765001#M614</guid>
      <dc:creator>LinusSmith1</dc:creator>
      <dc:date>2015-06-11T18:50:01Z</dc:date>
    </item>
    <item>
      <title>Re: Python code won't post a version -The specified target version has no edit versions to reconcile with.</title>
      <link>https://community.esri.com/t5/geodatabase-questions/python-code-won-t-post-a-version-the-specified/m-p/765002#M615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Linus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Were you able to resolve this issue? I have seen this&lt;SPAN style="line-height: 1.5;"&gt; occur when the version name and owner do not have the same syntax in the python script as in the Geodatabase Administrator window.&amp;nbsp; If the owner and name of the version in the Geodatabase Administrator window reads "dbo.DEFAULT" you will need to ensure that the same syntax is used in the script.&amp;nbsp; "DBO.DEFAULT" or "dbo.Default" would both fail and throw the warning message you are experiencing.&amp;nbsp; Both the version name and owner are case sensitive.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is also a bug that has been logged identifying an issue with reconciling using OS authenticated users.&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.esri.com/en/bugs/nimbus/TklNMDg0NTAw" title="http://support.esri.com/en/bugs/nimbus/TklNMDg0NTAw"&gt;NIM084500 - Arcpy.ReconcileVersions_management() fails to reco..&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Quinn&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Oct 2015 17:38:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/python-code-won-t-post-a-version-the-specified/m-p/765002#M615</guid>
      <dc:creator>QuinnFrancis</dc:creator>
      <dc:date>2015-10-12T17:38:31Z</dc:date>
    </item>
    <item>
      <title>Re: Python code won't post a version -The specified target version has no edit versions to reconcile with.</title>
      <link>https://community.esri.com/t5/geodatabase-questions/python-code-won-t-post-a-version-the-specified/m-p/765003#M616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Linus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also kept having this issue with a python script and found this thread while searching for a resolution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I eventually fixed the error by removing a ".lower()" that was connected to the version names. The &lt;STRONG&gt;ReconcileVersion_management &lt;/STRONG&gt;tool is case sensitive and if you your input is changing the version name string capitalization in anyway you will get this error. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not sure if this will apply to your situation but thought I would share just in case it does &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Hamish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Nov 2015 02:22:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/python-code-won-t-post-a-version-the-specified/m-p/765003#M616</guid>
      <dc:creator>HamishMills</dc:creator>
      <dc:date>2015-11-09T02:22:51Z</dc:date>
    </item>
    <item>
      <title>Re: Python code won't post a version -The specified target version has no edit versions to reconcile with.</title>
      <link>https://community.esri.com/t5/geodatabase-questions/python-code-won-t-post-a-version-the-specified/m-p/765004#M617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What I have found is that the version names require a unicode string list u'&amp;lt;version_name&amp;gt;'.&amp;nbsp; This is what worked for me.&amp;nbsp; Over that vast canyon and onto the pasture &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Aug 2016 16:50:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/python-code-won-t-post-a-version-the-specified/m-p/765004#M617</guid>
      <dc:creator>RichardHughes2</dc:creator>
      <dc:date>2016-08-12T16:50:36Z</dc:date>
    </item>
    <item>
      <title>Re: Python code won't post a version -The specified target version has no edit versions to reconcile with.</title>
      <link>https://community.esri.com/t5/geodatabase-questions/python-code-won-t-post-a-version-the-specified/m-p/765005#M618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I got the same error when I ran the script on&amp;nbsp;&lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/10.4/manage-data/geodatabases/automate-reconcile-post-after-sync.htm" title="http://desktop.arcgis.com/en/arcmap/10.4/manage-data/geodatabases/automate-reconcile-post-after-sync.htm"&gt;Automate reconcile and post operations for sync-enabled data—ArcGIS Help | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I made the following changes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;removed the if statement&amp;nbsp;&lt;UL&gt;&lt;LI&gt;&lt;SPAN class="" style="color: blue;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="color: #4d4d4d; background-color: #fafafa;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #4d4d4d;"&gt;user&lt;/SPAN&gt;&lt;SPAN class="" style="color: #4d4d4d;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="" style="color: #4d4d4d;"&gt;lower&lt;/SPAN&gt;&lt;SPAN class="" style="color: #4d4d4d;"&gt;()&lt;/SPAN&gt;&lt;SPAN style="color: #4d4d4d; background-color: #fafafa;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: blue;"&gt;in&lt;/SPAN&gt;&lt;SPAN style="color: #4d4d4d; background-color: #fafafa;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #4d4d4d;"&gt;version&lt;/SPAN&gt;&lt;SPAN class="" style="color: #4d4d4d;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="" style="color: #4d4d4d;"&gt;name&lt;/SPAN&gt;&lt;SPAN class="" style="color: #4d4d4d;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="" style="color: #4d4d4d;"&gt;lower&lt;/SPAN&gt;&lt;SPAN class="" style="color: #4d4d4d;"&gt;()&lt;/SPAN&gt;&lt;SPAN class="" style="color: #4d4d4d;"&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class="" style="color: #4d4d4d;"&gt;changed 'DELETE_VERSION' in the&amp;nbsp;arcpy.ReconcileVersions_management&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class="" style="color: #4d4d4d;"&gt;removed line 62- 80 since it is no longer needed for removal of versions.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jun 2017 21:45:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/python-code-won-t-post-a-version-the-specified/m-p/765005#M618</guid>
      <dc:creator>BillBean</dc:creator>
      <dc:date>2017-06-21T21:45:49Z</dc:date>
    </item>
  </channel>
</rss>

