<?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 SDE Versioning - DBO Unable to view versions in GP Tool in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/sde-versioning-dbo-unable-to-view-versions-in-gp/m-p/478838#M27279</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;We have a SQLServer GDB that has a QAQC version, then 3 child versions for editing.&amp;nbsp; The editors own these protected versions.&amp;nbsp; I am in the process of scripting a nightly reconcile and post for these versions.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When working in ArcMap:&lt;/SPAN&gt;&lt;BR /&gt;&lt;UL&gt;&lt;BR /&gt;&lt;LI&gt;all editors can Reconcile and Post their version to QAQC successfully.&amp;nbsp; &lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;DBO is able to reconcile and post any of the editor versions to the QAQC version.&lt;/LI&gt;&lt;BR /&gt;&lt;/UL&gt;&lt;BR /&gt;&lt;SPAN&gt;When I check the versions of the GDB in ArcCatalog, all of the versions are listed.&amp;nbsp; My issue starts when using the Reconcile Version Tool in ArcCatalog, only the DEFAULT and QAQC versions are listed.&amp;nbsp; In this tool, I am using the DBO connection properties to this database.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When I have tried this in the python command window, the return is that none of the editor versions are not found.&amp;nbsp; Why would I be able to reconcile and post as DBO in ArcMap, but not when using ArcCatalog Reconcile Version tool?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Dec 2011 13:43:43 GMT</pubDate>
    <dc:creator>ThomasHynes</dc:creator>
    <dc:date>2011-12-06T13:43:43Z</dc:date>
    <item>
      <title>SDE Versioning - DBO Unable to view versions in GP Tool</title>
      <link>https://community.esri.com/t5/data-management-questions/sde-versioning-dbo-unable-to-view-versions-in-gp/m-p/478838#M27279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;We have a SQLServer GDB that has a QAQC version, then 3 child versions for editing.&amp;nbsp; The editors own these protected versions.&amp;nbsp; I am in the process of scripting a nightly reconcile and post for these versions.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When working in ArcMap:&lt;/SPAN&gt;&lt;BR /&gt;&lt;UL&gt;&lt;BR /&gt;&lt;LI&gt;all editors can Reconcile and Post their version to QAQC successfully.&amp;nbsp; &lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;DBO is able to reconcile and post any of the editor versions to the QAQC version.&lt;/LI&gt;&lt;BR /&gt;&lt;/UL&gt;&lt;BR /&gt;&lt;SPAN&gt;When I check the versions of the GDB in ArcCatalog, all of the versions are listed.&amp;nbsp; My issue starts when using the Reconcile Version Tool in ArcCatalog, only the DEFAULT and QAQC versions are listed.&amp;nbsp; In this tool, I am using the DBO connection properties to this database.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When I have tried this in the python command window, the return is that none of the editor versions are not found.&amp;nbsp; Why would I be able to reconcile and post as DBO in ArcMap, but not when using ArcCatalog Reconcile Version tool?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Dec 2011 13:43:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/sde-versioning-dbo-unable-to-view-versions-in-gp/m-p/478838#M27279</guid>
      <dc:creator>ThomasHynes</dc:creator>
      <dc:date>2011-12-06T13:43:43Z</dc:date>
    </item>
    <item>
      <title>Re: SDE Versioning - DBO Unable to view versions in GP Tool</title>
      <link>https://community.esri.com/t5/data-management-questions/sde-versioning-dbo-unable-to-view-versions-in-gp/m-p/478839#M27280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;So I got the answer from ESRI Software Support.&amp;nbsp; This is a known bug.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When using the tool or scripting, typing in the the username.version_name will work.&amp;nbsp; I have tested this in both the gp tool and in python scripts, works successfully even thought in the tool these versions were not in the drop-down list.&amp;nbsp; If you are not sure, in ArcCatalog, connect to the GDB, right click and view Versions.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Version Name = "USERNAME.VERSION_NAME"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Target Version = "sde.DEFAULT" or "dbo.DEFAULT" or in my case "dbo.QAQC"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;*** If you are using Windows Domain User Authentication, the syntax for the Version Name is:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"DOMAIN\USERNAME".VERSION_NAME&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; You MUST use the quotations for the "DOMAIN\USERNAME"&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Dec 2011 18:19:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/sde-versioning-dbo-unable-to-view-versions-in-gp/m-p/478839#M27280</guid>
      <dc:creator>ThomasHynes</dc:creator>
      <dc:date>2011-12-06T18:19:16Z</dc:date>
    </item>
  </channel>
</rss>

