<?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: Error running Schedule Sync GP tool in AEC (Architecture, Engineering and Construction) Questions</title>
    <link>https://community.esri.com/t5/aec-architecture-engineering-and-construction/error-running-schedule-sync-gp-tool/m-p/1510541#M506</link>
    <description>&lt;P&gt;I'm getting the same issue, did you manage to resolve this please?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 26 Jul 2024 10:29:50 GMT</pubDate>
    <dc:creator>cat206</dc:creator>
    <dc:date>2024-07-26T10:29:50Z</dc:date>
    <item>
      <title>Error running Schedule Sync GP tool</title>
      <link>https://community.esri.com/t5/aec-architecture-engineering-and-construction/error-running-schedule-sync-gp-tool/m-p/1300916#M468</link>
      <description>&lt;P&gt;I am trying to test out the free tools from Esri that do a schedule sync for construction Purposes. These tools are at &lt;A href="https://github.com/Esri/schedule-sync" target="_blank" rel="noopener"&gt;GitHub - Esri/schedule-sync: schedule-sync&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I am getting an error when running the Sync P6 XML Schedule tool with the sample data. Details below:&lt;/P&gt;&lt;P&gt;Traceback (most recent call last):&amp;nbsp; File "&amp;lt;string&amp;gt;", line 608, in execute&amp;nbsp; File "&amp;lt;string&amp;gt;", line 3947, in syncSchedule&amp;nbsp; File "C:\Users\nicholas.miller\AppData\Local\Programs\ArcGIS\Pro\bin\Python\envs\arcgispro-py3\Lib\site-packages\arcgis\gis\__init__.py", line 14961, in publish&amp;nbsp;&amp;nbsp;&amp;nbsp; res = self._portal.con.post(path, postdata)&amp;nbsp; File "C:\Users\nicholas.miller\AppData\Local\Programs\ArcGIS\Pro\bin\Python\envs\arcgispro-py3\Lib\site-packages\arcgis\gis\_impl\_con\_connection.py", line 1528, in post&amp;nbsp;&amp;nbsp;&amp;nbsp; return self._handle_response(&amp;nbsp; File "C:\Users\nicholas.miller\AppData\Local\Programs\ArcGIS\Pro\bin\Python\envs\arcgispro-py3\Lib\site-packages\arcgis\gis\_impl\_con\_connection.py", line 1008, in _handle_response&amp;nbsp;&amp;nbsp;&amp;nbsp; self._handle_json_error(data["error"], errorcode)&amp;nbsp; File "C:\Users\nicholas.miller\AppData\Local\Programs\ArcGIS\Pro\bin\Python\envs\arcgispro-py3\Lib\site-packages\arcgis\gis\_impl\_con\_connection.py", line 1031, in _handle_json_error&amp;nbsp;&amp;nbsp;&amp;nbsp; raise Exception(errormessage)Exception: Analyze Service error: Exception: Connection reset(Error Code: 0)During handling of the above exception, another exception occurred:Traceback (most recent call last):&amp;nbsp; File "C:\Users\nicholas.miller\AppData\Local\Programs\ArcGIS\Pro\bin\Python\envs\arcgispro-py3\Lib\shutil.py", line 627, in _rmtree_unsafe&amp;nbsp;&amp;nbsp;&amp;nbsp; os.unlink(fullname)PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\NICHOL~1.MIL\\AppData\\Local\\Temp\\ArcGISProTemp30184\\tmpvpgoutga\\sync_line_segments.gdb\\a0000000a.freelist'During handling of the above exception, another exception occurred:Traceback (most recent call last):&amp;nbsp; File "C:\Users\nicholas.miller\AppData\Local\Programs\ArcGIS\Pro\bin\Python\envs\arcgispro-py3\Lib\tempfile.py", line 805, in onerror&amp;nbsp;&amp;nbsp;&amp;nbsp; _os.unlink(path)PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\NICHOL~1.MIL\\AppData\\Local\\Temp\\ArcGISProTemp30184\\tmpvpgoutga\\sync_line_segments.gdb\\a0000000a.freelist'During handling of the above exception, another exception occurred:Traceback (most recent call last):&amp;nbsp; File "&amp;lt;string&amp;gt;", line 630, in execute&amp;nbsp; File "C:\Users\nicholas.miller\AppData\Local\Programs\ArcGIS\Pro\bin\Python\envs\arcgispro-py3\Lib\tempfile.py", line 830, in __exit__&amp;nbsp;&amp;nbsp;&amp;nbsp; self.cleanup()&amp;nbsp; File "C:\Users\nicholas.miller\AppData\Local\Programs\ArcGIS\Pro\bin\Python\envs\arcgispro-py3\Lib\tempfile.py", line 834, in cleanup&amp;nbsp;&amp;nbsp;&amp;nbsp; self._rmtree(self.name)&amp;nbsp; File "C:\Users\nicholas.miller\AppData\Local\Programs\ArcGIS\Pro\bin\Python\envs\arcgispro-py3\Lib\tempfile.py", line 816, in _rmtree&amp;nbsp;&amp;nbsp;&amp;nbsp; _shutil.rmtree(name, onerror=onerror)&amp;nbsp; File "C:\Users\nicholas.miller\AppData\Local\Programs\ArcGIS\Pro\bin\Python\envs\arcgispro-py3\Lib\shutil.py", line 759, in rmtree&amp;nbsp;&amp;nbsp;&amp;nbsp; return _rmtree_unsafe(path, onerror)&amp;nbsp; File "C:\Users\nicholas.miller\AppData\Local\Programs\ArcGIS\Pro\bin\Python\envs\arcgispro-py3\Lib\shutil.py", line 624, in _rmtree_unsafe&amp;nbsp;&amp;nbsp;&amp;nbsp; _rmtree_unsafe(fullname, onerror)&amp;nbsp; File "C:\Users\nicholas.miller\AppData\Local\Programs\ArcGIS\Pro\bin\Python\envs\arcgispro-py3\Lib\shutil.py", line 629, in _rmtree_unsafe&amp;nbsp;&amp;nbsp;&amp;nbsp; onerror(os.unlink, fullname, sys.exc_info())&amp;nbsp; File "C:\Users\nicholas.miller\AppData\Local\Programs\ArcGIS\Pro\bin\Python\envs\arcgispro-py3\Lib\tempfile.py", line 808, in onerror&amp;nbsp;&amp;nbsp;&amp;nbsp; cls._rmtree(path)&amp;nbsp; File "C:\Users\nicholas.miller\AppData\Local\Programs\ArcGIS\Pro\bin\Python\envs\arcgispro-py3\Lib\tempfile.py", line 816, in _rmtree&amp;nbsp;&amp;nbsp;&amp;nbsp; _shutil.rmtree(name, onerror=onerror)&amp;nbsp; File "C:\Users\nicholas.miller\AppData\Local\Programs\ArcGIS\Pro\bin\Python\envs\arcgispro-py3\Lib\shutil.py", line 759, in rmtree&amp;nbsp;&amp;nbsp;&amp;nbsp; return _rmtree_unsafe(path, onerror)&amp;nbsp; File "C:\Users\nicholas.miller\AppData\Local\Programs\ArcGIS\Pro\bin\Python\envs\arcgispro-py3\Lib\shutil.py", line 610, in _rmtree_unsafe&amp;nbsp;&amp;nbsp;&amp;nbsp; onerror(os.scandir, path, sys.exc_info())&amp;nbsp; File "C:\Users\nicholas.miller\AppData\Local\Programs\ArcGIS\Pro\bin\Python\envs\arcgispro-py3\Lib\shutil.py", line 607, in _rmtree_unsafe&amp;nbsp;&amp;nbsp;&amp;nbsp; with os.scandir(path) as scandir_it:NotADirectoryError: [WinError 267] The directory name is invalid: 'C:\\Users\\NICHOL~1.MIL\\AppData\\Local\\Temp\\ArcGISProTemp30184\\tmpvpgoutga\\sync_line_segments.gdb\\a0000000a.freelist'&lt;/P&gt;&lt;P&gt;I put the tools and the data in the C Temp directory of my PC as I was worried that calling the tools data from my OneDrive wouldn’t work.&lt;/P&gt;&lt;P&gt;But I still get the errors.&lt;/P&gt;&lt;P&gt;I have cloned by python environment as well.&lt;/P&gt;&lt;P&gt;Using PRO3.1.2&lt;/P&gt;&lt;P&gt;Any suggestions on why its failing for me?&lt;/P&gt;</description>
      <pubDate>Tue, 20 Jun 2023 03:49:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/aec-architecture-engineering-and-construction/error-running-schedule-sync-gp-tool/m-p/1300916#M468</guid>
      <dc:creator>NickMiller2</dc:creator>
      <dc:date>2023-06-20T03:49:20Z</dc:date>
    </item>
    <item>
      <title>Re: Error running Schedule Sync GP tool</title>
      <link>https://community.esri.com/t5/aec-architecture-engineering-and-construction/error-running-schedule-sync-gp-tool/m-p/1510541#M506</link>
      <description>&lt;P&gt;I'm getting the same issue, did you manage to resolve this please?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jul 2024 10:29:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/aec-architecture-engineering-and-construction/error-running-schedule-sync-gp-tool/m-p/1510541#M506</guid>
      <dc:creator>cat206</dc:creator>
      <dc:date>2024-07-26T10:29:50Z</dc:date>
    </item>
  </channel>
</rss>

