<?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: Account to Post and Reconcile a child SDE Version in Geodatabase Questions</title>
    <link>https://community.esri.com/t5/geodatabase-questions/account-to-post-and-reconcile-a-child-sde-version/m-p/788753#M2007</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;SPAN style="color: #0066cc; text-decoration: underline;"&gt;Asrujit ,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are working on SDE 10.2 with Oracle 11G&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;This is the scenario that works:&lt;BR /&gt;&amp;nbsp;-&amp;nbsp;Create a version in SDE using ArcCatalog&amp;nbsp;with&amp;nbsp;user ID:&amp;nbsp; JoeGIS. The version JoeGISVersion child of Default.&lt;/P&gt;&lt;P&gt;&amp;nbsp;- Using ArcMap, drag and drop layers using connection with account JoeGIS and editing JoeGISVersion.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;- Digitize a new feature, Post and Reconcile. Change current version to Default and the new feature is there&lt;/P&gt;&lt;P&gt;&amp;nbsp;-&amp;nbsp;Change current version to &amp;nbsp;&amp;nbsp;JoeGISVersion, remove the feature created, post and reconcile. Check in Default and the feature was deleted from Default.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This scenario does not work:&lt;/P&gt;&lt;P&gt;in SDE layers are owned by&amp;nbsp; schema owner or administrator account,&amp;nbsp;lets call this account "Company"&amp;nbsp;.&lt;/P&gt;&lt;P&gt;- Using ArcMap, drag and drop layers using connection with account JoeGIS and editing JoeGISVersion.&lt;/P&gt;&lt;P&gt;- Digitize a new feature&amp;nbsp;&lt;/P&gt;&lt;P&gt;- with python script using&amp;nbsp; schema owner account -"Company"- post and reconcile&lt;/P&gt;&lt;P&gt;-&amp;nbsp;check SDE Default and the new&amp;nbsp;feature shows in Default&lt;/P&gt;&lt;P&gt;- Using ArcMap &amp;nbsp;with account JoeGIS and editing JoeGISVersion, delete feature created&lt;/P&gt;&lt;P&gt;- with python script using&amp;nbsp; schema owner account -"Company"- post and reconcile&lt;/P&gt;&lt;P&gt;- Check in Default, the feature was not deleted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Questions:&lt;/P&gt;&lt;P&gt;1. What are the access levels of the Versions?&lt;/P&gt;&lt;P&gt;I do not understand this question. If you mean version&amp;nbsp;levels, it is a parent child&lt;/P&gt;&lt;P&gt;2. Which login are you using to connect and perform the reconcile\post&lt;/P&gt;&lt;P&gt;&amp;nbsp;- test that works, usiuser account &amp;nbsp;JoeGIS&lt;/P&gt;&lt;P&gt;&amp;nbsp;- test that does not work, schema owner&lt;/P&gt;&lt;P&gt;3. In case of a Conflict, what options have you mentioned in the Script (your script is supposed to resolve conflicts in Favour of the Parent version, which is Default).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;SPAN style="color: #a31515; font-family: Consolas; font-size: small;"&gt;"FAVOR_TARGET_VERSION"&lt;/SPAN&gt;&lt;SPAN style="font-family: Consolas; font-size: small;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Consolas; font-size: small;"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Jun 2017 11:56:04 GMT</pubDate>
    <dc:creator>JoseSanchez</dc:creator>
    <dc:date>2017-06-14T11:56:04Z</dc:date>
    <item>
      <title>Account to Post and Reconcile a child SDE Version</title>
      <link>https://community.esri.com/t5/geodatabase-questions/account-to-post-and-reconcile-a-child-sde-version/m-p/788751#M2005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Question: when posting&amp;nbsp; and reconciling a child version using Python, can I&amp;nbsp;use another account different from the owner of the child version, to post and reconcile?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to use the schema owner account and do two tests:&lt;/P&gt;&lt;P&gt;&amp;nbsp;-&amp;nbsp; first test digitized a&amp;nbsp;new feature in child version, ran Python script to post and reconcile, and the new feature&amp;nbsp;showed in the parent &amp;nbsp;version,&lt;/P&gt;&lt;P&gt;&amp;nbsp;-&amp;nbsp;&amp;nbsp;the second test, deleting feature in child version,&amp;nbsp;ran Python script below to post and reconcile,&amp;nbsp;but this time it did not work, the feature was not deleted from the parent version (Default)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions?&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;Python script post/reconcile part.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Consolas; font-size: small;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-family: Consolas; font-size: small;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-family: Consolas; font-size: small;"&gt; version == MyChildEditingVersion:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Consolas; font-size: small;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-family: Consolas; font-size: small;"&gt;# Execute Post and Reconcile &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Consolas; font-size: small;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-family: Consolas; font-size: small;"&gt;print&lt;/SPAN&gt;&lt;SPAN style="font-family: Consolas; font-size: small;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #a31515; font-family: Consolas; font-size: small;"&gt;"Execute Post and Reconcile in "&lt;/SPAN&gt;&lt;SPAN style="font-family: Consolas; font-size: small;"&gt; + MyChildEditingVersion&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Consolas; font-size: small;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #6f008a; font-family: Consolas; font-size: small;"&gt;arcpy&lt;/SPAN&gt;&lt;SPAN style="font-family: Consolas; font-size: small;"&gt;.ReconcileVersions_management(sdeGeodatabase,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Consolas; font-size: small;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #a31515; font-family: Consolas; font-size: small;"&gt;"ALL_VERSIONS"&lt;/SPAN&gt;&lt;SPAN style="font-family: Consolas; font-size: small;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;ParentVersion,&amp;nbsp;&amp;nbsp;&amp;nbsp; ============= Default&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Consolas; font-size: small;"&gt;MyChildEditingVersion&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Consolas; font-size: small;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #a31515; font-family: Consolas; font-size: small;"&gt;"LOCK_ACQUIRED"&lt;/SPAN&gt;&lt;SPAN style="font-family: Consolas; font-size: small;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Consolas; font-size: small;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #a31515; font-family: Consolas; font-size: small;"&gt;"NO_ABORT"&lt;/SPAN&gt;&lt;SPAN style="font-family: Consolas; font-size: small;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Consolas; font-size: small;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #a31515; font-family: Consolas; font-size: small;"&gt;"BY_OBJECT"&lt;/SPAN&gt;&lt;SPAN style="font-family: Consolas; font-size: small;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Consolas; font-size: small;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #a31515; font-family: Consolas; font-size: small;"&gt;"FAVOR_TARGET_VERSION"&lt;/SPAN&gt;&lt;SPAN style="font-family: Consolas; font-size: small;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Consolas; font-size: small;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #a31515; font-family: Consolas; font-size: small;"&gt;"POST"&lt;/SPAN&gt;&lt;SPAN style="font-family: Consolas; font-size: small;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Consolas; font-size: small;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #a31515; font-family: Consolas; font-size: small;"&gt;"KEEP_VERSION"&lt;/SPAN&gt;&lt;SPAN style="font-family: Consolas; font-size: small;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;reconcileLog)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jun 2017 19:47:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/account-to-post-and-reconcile-a-child-sde-version/m-p/788751#M2005</guid>
      <dc:creator>JoseSanchez</dc:creator>
      <dc:date>2017-06-13T19:47:06Z</dc:date>
    </item>
    <item>
      <title>Re: Account to Post and Reconcile a child SDE Version</title>
      <link>https://community.esri.com/t5/geodatabase-questions/account-to-post-and-reconcile-a-child-sde-version/m-p/788752#M2006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Some things to keep in mind while trying these:&lt;/P&gt;&lt;P&gt;1. What are the access levels of the Versions?&lt;/P&gt;&lt;P&gt;2. Which login are you using to connect and perform the reconcile\post&lt;/P&gt;&lt;P&gt;3. In case of a Conflict, what options have you mentioned in the Script (your script is supposed to resolve conflicts in Favour of the Parent version, which is Default).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are connecting using any Admin login(example:&amp;nbsp;any sysadmin login in SQL Server) to connect and perform the Reconcile\Post, then it should work for all scenarios.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jun 2017 20:07:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/account-to-post-and-reconcile-a-child-sde-version/m-p/788752#M2006</guid>
      <dc:creator>Asrujit_SenGupta</dc:creator>
      <dc:date>2017-06-13T20:07:51Z</dc:date>
    </item>
    <item>
      <title>Re: Account to Post and Reconcile a child SDE Version</title>
      <link>https://community.esri.com/t5/geodatabase-questions/account-to-post-and-reconcile-a-child-sde-version/m-p/788753#M2007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;SPAN style="color: #0066cc; text-decoration: underline;"&gt;Asrujit ,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are working on SDE 10.2 with Oracle 11G&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;This is the scenario that works:&lt;BR /&gt;&amp;nbsp;-&amp;nbsp;Create a version in SDE using ArcCatalog&amp;nbsp;with&amp;nbsp;user ID:&amp;nbsp; JoeGIS. The version JoeGISVersion child of Default.&lt;/P&gt;&lt;P&gt;&amp;nbsp;- Using ArcMap, drag and drop layers using connection with account JoeGIS and editing JoeGISVersion.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;- Digitize a new feature, Post and Reconcile. Change current version to Default and the new feature is there&lt;/P&gt;&lt;P&gt;&amp;nbsp;-&amp;nbsp;Change current version to &amp;nbsp;&amp;nbsp;JoeGISVersion, remove the feature created, post and reconcile. Check in Default and the feature was deleted from Default.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This scenario does not work:&lt;/P&gt;&lt;P&gt;in SDE layers are owned by&amp;nbsp; schema owner or administrator account,&amp;nbsp;lets call this account "Company"&amp;nbsp;.&lt;/P&gt;&lt;P&gt;- Using ArcMap, drag and drop layers using connection with account JoeGIS and editing JoeGISVersion.&lt;/P&gt;&lt;P&gt;- Digitize a new feature&amp;nbsp;&lt;/P&gt;&lt;P&gt;- with python script using&amp;nbsp; schema owner account -"Company"- post and reconcile&lt;/P&gt;&lt;P&gt;-&amp;nbsp;check SDE Default and the new&amp;nbsp;feature shows in Default&lt;/P&gt;&lt;P&gt;- Using ArcMap &amp;nbsp;with account JoeGIS and editing JoeGISVersion, delete feature created&lt;/P&gt;&lt;P&gt;- with python script using&amp;nbsp; schema owner account -"Company"- post and reconcile&lt;/P&gt;&lt;P&gt;- Check in Default, the feature was not deleted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Questions:&lt;/P&gt;&lt;P&gt;1. What are the access levels of the Versions?&lt;/P&gt;&lt;P&gt;I do not understand this question. If you mean version&amp;nbsp;levels, it is a parent child&lt;/P&gt;&lt;P&gt;2. Which login are you using to connect and perform the reconcile\post&lt;/P&gt;&lt;P&gt;&amp;nbsp;- test that works, usiuser account &amp;nbsp;JoeGIS&lt;/P&gt;&lt;P&gt;&amp;nbsp;- test that does not work, schema owner&lt;/P&gt;&lt;P&gt;3. In case of a Conflict, what options have you mentioned in the Script (your script is supposed to resolve conflicts in Favour of the Parent version, which is Default).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;SPAN style="color: #a31515; font-family: Consolas; font-size: small;"&gt;"FAVOR_TARGET_VERSION"&lt;/SPAN&gt;&lt;SPAN style="font-family: Consolas; font-size: small;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Consolas; font-size: small;"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jun 2017 11:56:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/account-to-post-and-reconcile-a-child-sde-version/m-p/788753#M2007</guid>
      <dc:creator>JoseSanchez</dc:creator>
      <dc:date>2017-06-14T11:56:04Z</dc:date>
    </item>
    <item>
      <title>Re: Account to Post and Reconcile a child SDE Version</title>
      <link>https://community.esri.com/t5/geodatabase-questions/account-to-post-and-reconcile-a-child-sde-version/m-p/788754#M2008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/latest/manage-data/geodatabases/creating-versions-and-setting-permissions.htm" title="http://desktop.arcgis.com/en/arcmap/latest/manage-data/geodatabases/creating-versions-and-setting-permissions.htm"&gt;Creating versions and setting permissions—ArcGIS Help | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P style="color: #4d4d4d; background-color: #fefefe; font-size: 0.875rem; margin-top: 0em; margin-bottom: 1.71429em;"&gt;You set the access level of a version to protect it from being edited or viewed by users other than the version owner. You can set one of three permissions on a version:&lt;/P&gt;&lt;UL class="" style="color: #4d4d4d; background-color: #fefefe; font-size: 0.875em; margin-top: 0px; margin-bottom: 1.5em; padding: 0px;"&gt;&lt;LI style="font-size: 0.875rem; padding-left: 1em;"&gt;Private: Only the owner or the geodatabase administrator may view the version and modify versioned data or the version itself.&lt;/LI&gt;&lt;LI style="font-size: 0.875rem; padding-left: 1em;"&gt;Protected: Any user may view the version, but only the owner or the geodatabase administrator may edit datasets in the version or the version itself.&lt;/LI&gt;&lt;LI style="font-size: 0.875rem; padding-left: 1em;"&gt;Public: Any user may view the version. Any user who has been granted read/write (update, insert, and delete) permissions on datasets can modify datasets in the version.&lt;/LI&gt;&lt;/UL&gt;&lt;P style="color: #4d4d4d; background-color: #fefefe; font-size: 0.875rem; margin-top: 0em; margin-bottom: 1.71429em;"&gt;When setting access on versions, consider your version workflow strategy along with the needs of the various users working within that framework. You should use version access along with dataset permissions to control access to the data.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;From your description, it seems all your Versions have the PUBLIC access level.&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/latest/manage-data/geodatabases/a-quick-tour-of-reconciling-a-version.htm" title="http://desktop.arcgis.com/en/arcmap/latest/manage-data/geodatabases/a-quick-tour-of-reconciling-a-version.htm"&gt;A quick tour of reconciling a version—ArcGIS Help | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;H2 style="color: #4d4d4d; background-color: #fefefe; font-weight: 500; font-size: 2rem; margin: 1.26316em 0px 0.63158em;"&gt;Prerequisites&lt;/H2&gt;&lt;P style="color: #4d4d4d; background-color: #fefefe; font-size: 0.875rem; margin-top: 0em; margin-bottom: 1.71429em;"&gt;To be able to reconcile, the following must be true:&lt;/P&gt;&lt;UL class="" style="color: #4d4d4d; background-color: #fefefe; font-size: 0.875em; margin-top: 0px; margin-bottom: 1.5em; padding: 0px;"&gt;&lt;LI style="font-size: 0.875rem; padding-left: 1em;"&gt;You must be the only user currently editing the version you are reconciling.&lt;/LI&gt;&lt;LI style="font-size: 0.875rem; padding-left: 1em;"&gt;No other user can be editing the target version. The exception is if the target version is DEFAULT—you can reconcile against DEFAULT even when other users are editing it.&lt;/LI&gt;&lt;LI style="font-size: 0.875rem; padding-left: 1em;"&gt;You must be able to view the target version, meaning it can be public or protected. If it is private, you must be the owner or the ArcSDE administrator.&lt;/LI&gt;&lt;LI style="font-size: 0.875rem; padding-left: 1em;"&gt;If your workflow is such that one user edits and another user reconciles, make sure the user who reconciles has full permissions to all the feature classes and tables that have been modified in the version; otherwise, he or she will not be able to reconcile. The user reconciling must have full permissions to both sides of any relationship that has been modified, including simple or composite relationships. In this type of workflow, the user reconciling must also have sufficient version permissions. The reconciling user must be able to modify the version to reconcile, meaning it must be public, and must be able to view the target version, meaning he or she either must own the version or it must be public or protected.&lt;/LI&gt;&lt;/UL&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;These are the Prerequisites. So as long as you are meeting them, any user can be used to perform the Reconcile\Post.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P style="background-color: #ffffff; border: 0px; margin: 0px; padding: 0px;"&gt;3. In case of a Conflict, what options have you mentioned in the Script (your script is supposed to resolve conflicts in favor of the Parent version, which is Default).&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px; margin: 0px; padding: 0px;"&gt;&amp;nbsp;&lt;SPAN style="color: #a31515; border: 0px; font-weight: inherit; font-size: small; margin: 0px; padding: 0px;"&gt;"FAVOR_TARGET_VERSION"&lt;/SPAN&gt;&lt;SPAN style="border: 0px; font-weight: inherit; font-size: small; margin: 0px; padding: 0px;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;By this I was intending to say that, whenever there is a Conflict, it will resolve in favor of the Target version (which is Default in your case). So the conflicting edits in the Edit\Child Version will be lost.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For your experimentation, do not delete the same feature that you just created. Instead delete another feature which was already present and then check the behavior.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jun 2017 18:06:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/account-to-post-and-reconcile-a-child-sde-version/m-p/788754#M2008</guid>
      <dc:creator>Asrujit_SenGupta</dc:creator>
      <dc:date>2017-06-14T18:06:17Z</dc:date>
    </item>
    <item>
      <title>Re: Account to Post and Reconcile a child SDE Version</title>
      <link>https://community.esri.com/t5/geodatabase-questions/account-to-post-and-reconcile-a-child-sde-version/m-p/788755#M2009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am just running&amp;nbsp;the job with the account that created the child version and the post and reconcile works fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jun 2017 19:10:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/account-to-post-and-reconcile-a-child-sde-version/m-p/788755#M2009</guid>
      <dc:creator>JoseSanchez</dc:creator>
      <dc:date>2017-06-14T19:10:54Z</dc:date>
    </item>
  </channel>
</rss>

