<?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 Create Migration Workspace FileNotFound Error in ArcGIS Utility Network Questions</title>
    <link>https://community.esri.com/t5/arcgis-utility-network-questions/create-migration-workspace-filenotfound-error/m-p/1635539#M5491</link>
    <description>&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;I am attempting to migrate our geometric network of electric distribution data over to the Utility Newark, closely following the path in the electric foundation model.&amp;nbsp; I am using ArcGis Pro 3.5.1, udms 3.5.&amp;nbsp; The Create Migration Workspace tool successfully created many excel files from the point feature classes listed in DataMapping spreadsheet.&amp;nbsp; However, an error stating 'FileNotFoundError: No such file or directory' stops the tool in its tracks when encountering PriOHElectricLineSegment while traversing down the DataMapping spread sheet.&amp;nbsp; My understanding is that the create migration workspace tool should be creating this file.&amp;nbsp; Any help is much appreciated.&amp;nbsp; See below for the error given and the attached file for the full error.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;FileNotFoundError: [Errno 2] No such file or directory: 'C:\\Temp\\UNmigrationTest\\UNFremontTest\\WorkingData\\MigrationWorkspace\\FremontMigration\\FremontMigrationWorkspace1\\DataLoadingWorkspace\\DataMapping\\Polylines\\PriOHElectricLineSegment_Single Phase Primary Overhead-ElectricLine_Medium Voltage Overhead Conductor.xlsx'&lt;/P&gt;&lt;P&gt;Failed script Create Migration Workspace...&lt;BR /&gt;Failed to execute (CreateMigrationWorkspace).&lt;/P&gt;</description>
    <pubDate>Wed, 23 Jul 2025 15:52:49 GMT</pubDate>
    <dc:creator>AnthonyHanna</dc:creator>
    <dc:date>2025-07-23T15:52:49Z</dc:date>
    <item>
      <title>Create Migration Workspace FileNotFound Error</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/create-migration-workspace-filenotfound-error/m-p/1635539#M5491</link>
      <description>&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;I am attempting to migrate our geometric network of electric distribution data over to the Utility Newark, closely following the path in the electric foundation model.&amp;nbsp; I am using ArcGis Pro 3.5.1, udms 3.5.&amp;nbsp; The Create Migration Workspace tool successfully created many excel files from the point feature classes listed in DataMapping spreadsheet.&amp;nbsp; However, an error stating 'FileNotFoundError: No such file or directory' stops the tool in its tracks when encountering PriOHElectricLineSegment while traversing down the DataMapping spread sheet.&amp;nbsp; My understanding is that the create migration workspace tool should be creating this file.&amp;nbsp; Any help is much appreciated.&amp;nbsp; See below for the error given and the attached file for the full error.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;FileNotFoundError: [Errno 2] No such file or directory: 'C:\\Temp\\UNmigrationTest\\UNFremontTest\\WorkingData\\MigrationWorkspace\\FremontMigration\\FremontMigrationWorkspace1\\DataLoadingWorkspace\\DataMapping\\Polylines\\PriOHElectricLineSegment_Single Phase Primary Overhead-ElectricLine_Medium Voltage Overhead Conductor.xlsx'&lt;/P&gt;&lt;P&gt;Failed script Create Migration Workspace...&lt;BR /&gt;Failed to execute (CreateMigrationWorkspace).&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jul 2025 15:52:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/create-migration-workspace-filenotfound-error/m-p/1635539#M5491</guid>
      <dc:creator>AnthonyHanna</dc:creator>
      <dc:date>2025-07-23T15:52:49Z</dc:date>
    </item>
    <item>
      <title>Re: Create Migration Workspace FileNotFound Error</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/create-migration-workspace-filenotfound-error/m-p/1635583#M5492</link>
      <description>&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;P&gt;Hi &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/74124"&gt;@AnthonyHanna&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;I’ve worked through a few of these UN migrations, and that error looks familiar.&lt;/P&gt;&lt;P&gt;What’s happening here is that the &lt;STRONG&gt;Create Migration Workspace&lt;/STRONG&gt; tool is trying to generate an Excel file for the PriOHElectricLineSegment, but it fails when it hits a really long or complex Asset Type name. In your case, it’s trying to name the file:&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;sql&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;LI-CODE lang="sql"&gt;PriOHElectricLineSegment_Single Phase Primary Overhead-ElectricLine_Medium Voltage Overhead Conductor.xlsx&lt;/LI-CODE&gt;&lt;P&gt;That’s likely hitting a Windows file path limit or tripping over special characters when it tries to save the workbook — hence the FileNotFoundError.&lt;/P&gt;&lt;P&gt;Here’s what I’d do:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Go into your DataMapping.xlsx&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Find the entry for PriOHElectricLineSegment&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Shorten or clean up the Asset Type name — remove long descriptors or special characters&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Save and re-run the tool&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;The tool uses those field values to name the Excel files, so cleaning them up usually solves it.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Venkat&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jul 2025 17:41:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/create-migration-workspace-filenotfound-error/m-p/1635583#M5492</guid>
      <dc:creator>VenkataKondepati</dc:creator>
      <dc:date>2025-07-23T17:41:56Z</dc:date>
    </item>
    <item>
      <title>Re: Create Migration Workspace FileNotFound Error</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/create-migration-workspace-filenotfound-error/m-p/1635636#M5493</link>
      <description>&lt;P&gt;Hello Venkat,&lt;/P&gt;&lt;P&gt;Thank you for your advice, I will give it a try.&lt;/P&gt;&lt;P&gt;Update: Shortening the name of the Target Asset type created some new errors, but I was able to shorten the name of the Source Subtype Name and corresponding SubtypeCD text in the source file geodatabase.&amp;nbsp; Thank you for your help Venkat.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anthony&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jul 2025 19:27:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/create-migration-workspace-filenotfound-error/m-p/1635636#M5493</guid>
      <dc:creator>AnthonyHanna</dc:creator>
      <dc:date>2025-07-23T19:27:27Z</dc:date>
    </item>
    <item>
      <title>Re: Create Migration Workspace FileNotFound Error</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/create-migration-workspace-filenotfound-error/m-p/1635704#M5501</link>
      <description>&lt;P&gt;This is most likely a path issue, but instead of adjusting the file name or asset type name (or subtype code/name in the source database), the first thing I'd recommend trying is using a shorter Windows path. Instead of trying to have it put everything in a folder like this: "&lt;SPAN&gt;C:\\Temp\\UNmigrationTest\\UNFremontTest\\WorkingData\\MigrationWorkspace\\FremontMigration\\FremontMigrationWorkspace1\\DataLoadingWorkspace\\DataMapping\\Polylines\\PriOHElectricLineSegment_Single Phase Primary Overhead-ElectricLine_Medium Voltage Overhead Conductor.xlsx"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Try something like "&lt;SPAN&gt;C:\\UNmigrationTest&lt;/SPAN&gt;" as your output directory.&lt;/P&gt;&lt;P&gt;Which would give you a path like this: "&lt;SPAN&gt;C:\\UNmigrationTest\\DataLoadingWorkspace\\DataMapping\\Polylines\\PriOHElectricLineSegment_Single Phase Primary Overhead-ElectricLine_Medium Voltage Overhead Conductor.xlsx&lt;/SPAN&gt;"&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jul 2025 19:45:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/create-migration-workspace-filenotfound-error/m-p/1635704#M5501</guid>
      <dc:creator>RobertKrisher</dc:creator>
      <dc:date>2025-07-23T19:45:25Z</dc:date>
    </item>
    <item>
      <title>Re: Create Migration Workspace FileNotFound Error</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/create-migration-workspace-filenotfound-error/m-p/1635799#M5507</link>
      <description>&lt;P&gt;I was trying to use the 3.3 version of the toolbox tools and was getting a ton of errors until I adjusted to using a non UNC path and also making the mapped network drive path as close to the folder as I could to save pull in the layers to the wizard as well as where the output data would go. I finally got this to work today! Not sure I totally understand why the tools can't use the UNC, but am glad I came across this hint to shorten the window path.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jul 2025 00:25:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/create-migration-workspace-filenotfound-error/m-p/1635799#M5507</guid>
      <dc:creator>VanessaSimps</dc:creator>
      <dc:date>2025-07-24T00:25:26Z</dc:date>
    </item>
  </channel>
</rss>

