<?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: Workforce Migration using Jupyter Notebook in AGOL in ArcGIS Workforce Questions</title>
    <link>https://community.esri.com/t5/arcgis-workforce-questions/workforce-migration-using-jupyter-notebook-in-agol/m-p/1094223#M2128</link>
    <description>&lt;P&gt;Hi Andy,&lt;/P&gt;&lt;P&gt;Do you exactly which error you are getting? Do you have any logs?&lt;/P&gt;&lt;P&gt;Depending on what the error is, running it in a notebook may or may not help.&lt;/P&gt;</description>
    <pubDate>Tue, 31 Aug 2021 23:45:55 GMT</pubDate>
    <dc:creator>Anonymous User</dc:creator>
    <dc:date>2021-08-31T23:45:55Z</dc:date>
    <item>
      <title>Workforce Migration using Jupyter Notebook in AGOL</title>
      <link>https://community.esri.com/t5/arcgis-workforce-questions/workforce-migration-using-jupyter-notebook-in-agol/m-p/1094217#M2127</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to migrate some large workforce projects to the new version. When running the py script, I get through about 1,500 assignments before I get a connection error. Is there a way to run the workforce project migration or assignment migration scripts in a Jupyter notebook in AGOL to avoid connection lag?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Or is there a better way to migrate large assignment datasets into the new Workforce project? My largest project has about 17,000 assignments to migrate.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Andy&lt;/P&gt;</description>
      <pubDate>Tue, 31 Aug 2021 22:57:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-workforce-questions/workforce-migration-using-jupyter-notebook-in-agol/m-p/1094217#M2127</guid>
      <dc:creator>AndyGeo</dc:creator>
      <dc:date>2021-08-31T22:57:41Z</dc:date>
    </item>
    <item>
      <title>Re: Workforce Migration using Jupyter Notebook in AGOL</title>
      <link>https://community.esri.com/t5/arcgis-workforce-questions/workforce-migration-using-jupyter-notebook-in-agol/m-p/1094223#M2128</link>
      <description>&lt;P&gt;Hi Andy,&lt;/P&gt;&lt;P&gt;Do you exactly which error you are getting? Do you have any logs?&lt;/P&gt;&lt;P&gt;Depending on what the error is, running it in a notebook may or may not help.&lt;/P&gt;</description>
      <pubDate>Tue, 31 Aug 2021 23:45:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-workforce-questions/workforce-migration-using-jupyter-notebook-in-agol/m-p/1094223#M2128</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2021-08-31T23:45:55Z</dc:date>
    </item>
    <item>
      <title>Re: Workforce Migration using Jupyter Notebook in AGOL</title>
      <link>https://community.esri.com/t5/arcgis-workforce-questions/workforce-migration-using-jupyter-notebook-in-agol/m-p/1094228#M2129</link>
      <description>&lt;P&gt;are you using recent versions? from the github site?&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/Esri/workforce-scripts/tree/master/scripts" target="_blank"&gt;workforce-scripts/scripts at master · Esri/workforce-scripts (github.com)&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 31 Aug 2021 23:59:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-workforce-questions/workforce-migration-using-jupyter-notebook-in-agol/m-p/1094228#M2129</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2021-08-31T23:59:50Z</dc:date>
    </item>
    <item>
      <title>Re: Workforce Migration using Jupyter Notebook in AGOL</title>
      <link>https://community.esri.com/t5/arcgis-workforce-questions/workforce-migration-using-jupyter-notebook-in-agol/m-p/1094230#M2130</link>
      <description>&lt;P&gt;I am using the latest from Github. Attached is a screenshot of the py script error. If migrating large qty of assignments isn't possible, what is the best way to keep the old assignments accessible. This is for a City client that needs to keep assignments for reporting and public works planning. Would it be better to export the old assignments and load that feature layer along-side the newer Workforce project assignments layer?&lt;/P&gt;</description>
      <pubDate>Wed, 01 Sep 2021 00:08:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-workforce-questions/workforce-migration-using-jupyter-notebook-in-agol/m-p/1094230#M2130</guid>
      <dc:creator>AndyGeo</dc:creator>
      <dc:date>2021-09-01T00:08:11Z</dc:date>
    </item>
    <item>
      <title>Re: Workforce Migration using Jupyter Notebook in AGOL</title>
      <link>https://community.esri.com/t5/arcgis-workforce-questions/workforce-migration-using-jupyter-notebook-in-agol/m-p/1094234#M2131</link>
      <description>&lt;P&gt;From that error message it appears that in the process of uploading a jpg attachment, the server is closing the connection for some reason.&lt;/P&gt;&lt;P&gt;Does this always happen for the same assignment/attachment? I'm wondering if it's very large.&lt;/P&gt;&lt;P&gt;There is already exception handling in place (on line 442) and should just be reporting the exception to the logs. The script should continue on and try to upload the next attachment. Are you not seeing it continue?&lt;/P&gt;&lt;P&gt;The way the script works is is it migrates all the assignment features then it does all the attachments. So your project should actually have all the assignments it's just the attachments (or at least an attachment) that's causing issues.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Sep 2021 00:27:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-workforce-questions/workforce-migration-using-jupyter-notebook-in-agol/m-p/1094234#M2131</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2021-09-01T00:27:28Z</dc:date>
    </item>
  </channel>
</rss>

