<?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: SynchronizeChanges Tool Error 582 when using FROM_GEODATABASE1_TO_2 in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/synchronizechanges-tool-error-582-when-using-from/m-p/301320#M17258</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much for posting this!&amp;nbsp; I have been pulling my hair out on this an other obscure replication issues for days. Full paths have no effect here.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Oct 2014 20:06:01 GMT</pubDate>
    <dc:creator>CarolynOwnby</dc:creator>
    <dc:date>2014-10-30T20:06:01Z</dc:date>
    <item>
      <title>SynchronizeChanges Tool Error 582 when using FROM_GEODATABASE1_TO_2</title>
      <link>https://community.esri.com/t5/data-management-questions/synchronizechanges-tool-error-582-when-using-from/m-p/301318#M17256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am using ArcGIS 10.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I discovered that the arcpy.SynchronizeChanges_management tool returned an error 582 when synchronizing a one-way replica and using the parent geodatabase in the first parameter instead of using the child geodatabase:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[INDENT]arcpy.SynchronizeChanges_management(parent_gdb, the_replica, child_gdb, "FROM_GEODATABASE1_TO_2", "IN_FAVOR_OF_GDB1", "BY_OBJECT", "")[/INDENT]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Then, when I used the child geodatabase in the first parameter (switched the order), it worked:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[INDENT]arcpy.SynchronizeChanges_management(child_gdb, the_replica, parent_gdb, "FROM_GEODATABASE2_TO_1", "IN_FAVOR_OF_GDB2", "BY_OBJECT", "")[/INDENT]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jan 2013 17:43:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/synchronizechanges-tool-error-582-when-using-from/m-p/301318#M17256</guid>
      <dc:creator>IvanBrown</dc:creator>
      <dc:date>2013-01-10T17:43:37Z</dc:date>
    </item>
    <item>
      <title>Re: SynchronizeChanges Tool Error 582 when using FROM_GEODATABASE1_TO_2</title>
      <link>https://community.esri.com/t5/data-management-questions/synchronizechanges-tool-error-582-when-using-from/m-p/301319#M17257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Ivan,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Basically your two scripts should be doing the same thing and returning the same result.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please test if you could use full paths for both your parent and child geodatabases, then try synch again.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You may post your failure Python script here if you are still encountering the same 000582 error.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Ben L.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jan 2013 23:45:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/synchronizechanges-tool-error-582-when-using-from/m-p/301319#M17257</guid>
      <dc:creator>BenLin</dc:creator>
      <dc:date>2013-01-11T23:45:05Z</dc:date>
    </item>
    <item>
      <title>Re: SynchronizeChanges Tool Error 582 when using FROM_GEODATABASE1_TO_2</title>
      <link>https://community.esri.com/t5/data-management-questions/synchronizechanges-tool-error-582-when-using-from/m-p/301320#M17258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much for posting this!&amp;nbsp; I have been pulling my hair out on this an other obscure replication issues for days. Full paths have no effect here.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2014 20:06:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/synchronizechanges-tool-error-582-when-using-from/m-p/301320#M17258</guid>
      <dc:creator>CarolynOwnby</dc:creator>
      <dc:date>2014-10-30T20:06:01Z</dc:date>
    </item>
    <item>
      <title>Re: SynchronizeChanges Tool Error 582 when using FROM_GEODATABASE1_TO_2</title>
      <link>https://community.esri.com/t5/data-management-questions/synchronizechanges-tool-error-582-when-using-from/m-p/301321#M17259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I found the same error in our case.&amp;nbsp; Same situation; SDE to FGDB, one-way replica.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The tool ran fine from Catalog, but gave me the 582 error when run from a script.&amp;nbsp; I tried reversing the GDBs and it worked fine.&amp;nbsp; For what it's worth, we are at arcsde 10.2.2, on an enterprise SQL 2012.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Jan 2015 00:59:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/synchronizechanges-tool-error-582-when-using-from/m-p/301321#M17259</guid>
      <dc:creator>AdamCrateau1</dc:creator>
      <dc:date>2015-01-10T00:59:41Z</dc:date>
    </item>
    <item>
      <title>Re: SynchronizeChanges Tool Error 582 when using FROM_GEODATABASE1_TO_2</title>
      <link>https://community.esri.com/t5/data-management-questions/synchronizechanges-tool-error-582-when-using-from/m-p/301322#M17260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This seems to have solved the same error for us. We synchronize one-way from an SDE to GDB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like Adam, I could also run the tools from&amp;nbsp; ArcMap without error, but got 000582-errors in my log when running the script as a Scheduled task.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone have any idea why this error occurs?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Aug 2015 09:36:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/synchronizechanges-tool-error-582-when-using-from/m-p/301322#M17260</guid>
      <dc:creator>TuridBrox</dc:creator>
      <dc:date>2015-08-07T09:36:50Z</dc:date>
    </item>
    <item>
      <title>Re: SynchronizeChanges Tool Error 582 when using FROM_GEODATABASE1_TO_2</title>
      <link>https://community.esri.com/t5/data-management-questions/synchronizechanges-tool-error-582-when-using-from/m-p/301323#M17261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tested the behavior using the python script sample from the &lt;A href="http://desktop.arcgis.com/en/desktop/latest/tools/data-management-toolbox/synchronize-changes.htm"&gt;following link&lt;/A&gt; and the synchronize changes operation completed successfully. Can you review your script in relation to the sample provided?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2015 00:58:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/synchronizechanges-tool-error-582-when-using-from/m-p/301323#M17261</guid>
      <dc:creator>NanaDei</dc:creator>
      <dc:date>2015-08-11T00:58:45Z</dc:date>
    </item>
    <item>
      <title>Re: SynchronizeChanges Tool Error 582 when using FROM_GEODATABASE1_TO_2</title>
      <link>https://community.esri.com/t5/data-management-questions/synchronizechanges-tool-error-582-when-using-from/m-p/301324#M17262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am finding the same thing (ArcGIS 10.2.2, standard Python 2.7 install, Windows 7 64-bit computer but 32 bit Python interpreter). I have wasted days trying to figure out vague ERROR 000582 in both SynchronizeChanges and CreateReplica.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I use the following line, in the interactive PythonWin window or in the ArcMap Python window, I get the error that follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;arcpy.SynchronizeChanges_management(parentGDS, replicaName, outGDB, "FROM_GEODATABASE1_TO_2")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Traceback (most recent call last):&lt;/P&gt;&lt;P&gt;&amp;nbsp; File "&amp;lt;interactive input&amp;gt;", line 1, in &amp;lt;module&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; File "C:\Program Files (x86)\ArcGIS\Desktop10.2\arcpy\arcpy\management.py", line 1286, in SynchronizeChanges&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; raise e&lt;/P&gt;&lt;P&gt;ExecuteError: ERROR 000582: Error occurred during execution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I change the order and use:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;arcpy.SynchronizeChanges_management(outGDB, replicaName, parentGDS, "FROM_GEODATABASE2_TO_1")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;....it works successfully.&amp;nbsp; It seems like a bug since the one way replica is from parent to child, but as long as I figured out the correct syntax, I can work around this issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2015 00:43:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/synchronizechanges-tool-error-582-when-using-from/m-p/301324#M17262</guid>
      <dc:creator>ChristalHigdon</dc:creator>
      <dc:date>2015-10-28T00:43:40Z</dc:date>
    </item>
    <item>
      <title>Re: SynchronizeChanges Tool Error 582 when using FROM_GEODATABASE1_TO_2</title>
      <link>https://community.esri.com/t5/data-management-questions/synchronizechanges-tool-error-582-when-using-from/m-p/301325#M17263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much for posting this! There is nowhere else to find out this hidden issue. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Dec 2016 21:24:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/synchronizechanges-tool-error-582-when-using-from/m-p/301325#M17263</guid>
      <dc:creator>KipoKipo</dc:creator>
      <dc:date>2016-12-15T21:24:55Z</dc:date>
    </item>
  </channel>
</rss>

