<?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: Problem with Migrating Roads and Highways to ArcPro 3.2 ModifyLRS move_to_feature_dataset = &amp;quot;MOVE&amp;quot; in ArcGIS Roads and Highways Questions</title>
    <link>https://community.esri.com/t5/arcgis-roads-and-highways-questions/problem-with-migrating-roads-and-highways-to/m-p/1401633#M388</link>
    <description>&lt;P&gt;My goal is to automate the process of migrating so that we don't have to execute manual steps in higher level environments/production.&amp;nbsp; There doesn't really seem to be an ArcPy equivalent to the drag and drop when the drag/drop is in the same database.&lt;/P&gt;&lt;P&gt;I found that the I use a python with&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;arcpy&lt;/SPAN&gt;&lt;SPAN&gt;.locref.ModifyLRS (&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;move_to_feature_dataset = "MOVE" ,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;new_lrs_name&amp;nbsp;= &amp;lt;unused new name for controller class&amp;gt;,&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;etc.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;it would create the new feature dataset/controller class and move all the feature classes into it.&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Is this not a recommended option?&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Wed, 27 Mar 2024 19:08:42 GMT</pubDate>
    <dc:creator>AlisonWieckowicz</dc:creator>
    <dc:date>2024-03-27T19:08:42Z</dc:date>
    <item>
      <title>Problem with Migrating Roads and Highways to ArcPro 3.2 ModifyLRS move_to_feature_dataset = "MOVE"</title>
      <link>https://community.esri.com/t5/arcgis-roads-and-highways-questions/problem-with-migrating-roads-and-highways-to/m-p/1400839#M385</link>
      <description>&lt;P&gt;Step 6 of the The LRS AcPro Migration Guide 3.2 indicates that LRS datasets need to be moved into a feature dataset/controller dataset.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Step 9 of the Guide requires running ModifyLRS tool.&amp;nbsp; This tool appears to have a have a &amp;nbsp;“move_to_feature_dataset” option but when I try to use it nothing happens.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am attempting to automate the process using ArcPy.&amp;nbsp; Is the “move_to_feature_dataset” option supposed to be used to move the layers to the feature dataset?&amp;nbsp; How do I specify the feature dataset I created in step 6?&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;new_lrs_name&lt;/SPAN&gt; &lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;"name of feature dataset created in step 6?"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;move_to_feature_dataset = "MOVE"&lt;/P&gt;&lt;P&gt;If this is the best way to do it, it seems like the steps are out of order?&lt;/P&gt;&lt;P&gt;If this cant be used what ArcPy process can be used to move feature classed in the same GDB into a feature dataset without renaming the feature classes and breaking all the coded value domains, etc. ? I tried&amp;nbsp;&lt;SPAN&gt;arcpy&lt;/SPAN&gt;&lt;SPAN&gt;.conversion.FeatureClassToGeodatabase but because all the feature classes are in the same database as the destination feature dataset/controller class it renamed them and made unintended changes to the schema.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ali Wieckowicz&lt;/P&gt;</description>
      <pubDate>Tue, 26 Mar 2024 13:05:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-roads-and-highways-questions/problem-with-migrating-roads-and-highways-to/m-p/1400839#M385</guid>
      <dc:creator>AlisonWieckowicz</dc:creator>
      <dc:date>2024-03-26T13:05:51Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Migrating Roads and Highways to ArcPro 3.2 ModifyLRS move_to_feature_dataset = "MOVE"</title>
      <link>https://community.esri.com/t5/arcgis-roads-and-highways-questions/problem-with-migrating-roads-and-highways-to/m-p/1400866#M386</link>
      <description>&lt;P&gt;Now I see that the&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;move_to_feature_dataset = "MOVE" option works so long as&amp;nbsp;new_lrs_name&amp;nbsp;= &amp;lt;unused new name for controller class&amp;gt;.&amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;It appears that using this process renders step 6 (create feature dataset and move FCs in) completely unecessary?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Mar 2024 13:15:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-roads-and-highways-questions/problem-with-migrating-roads-and-highways-to/m-p/1400866#M386</guid>
      <dc:creator>AlisonWieckowicz</dc:creator>
      <dc:date>2024-03-26T13:15:19Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Migrating Roads and Highways to ArcPro 3.2 ModifyLRS move_to_feature_dataset = "MOVE"</title>
      <link>https://community.esri.com/t5/arcgis-roads-and-highways-questions/problem-with-migrating-roads-and-highways-to/m-p/1400949#M387</link>
      <description>&lt;P&gt;Hi Ali,&lt;/P&gt;&lt;P&gt;The option to Move to Feature Dataset predates Roads and Highways users beginning to move to Pro.&amp;nbsp; You can use the approach from step 6 (we'd recommend doing a drag and drop within the catalog window in Pro) or using the GP tool/python script in step 9.&amp;nbsp; As long as your Roads and Highways managed feature classes end up in a feature dataset by the end of step 9, you shouldn't have any issue in the subsequent steps in the migration process.&lt;/P&gt;&lt;P&gt;Nathan&lt;BR /&gt;ArcGIS Roads and Highways team&lt;/P&gt;</description>
      <pubDate>Tue, 26 Mar 2024 15:22:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-roads-and-highways-questions/problem-with-migrating-roads-and-highways-to/m-p/1400949#M387</guid>
      <dc:creator>NathanEasley</dc:creator>
      <dc:date>2024-03-26T15:22:46Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Migrating Roads and Highways to ArcPro 3.2 ModifyLRS move_to_feature_dataset = "MOVE"</title>
      <link>https://community.esri.com/t5/arcgis-roads-and-highways-questions/problem-with-migrating-roads-and-highways-to/m-p/1401633#M388</link>
      <description>&lt;P&gt;My goal is to automate the process of migrating so that we don't have to execute manual steps in higher level environments/production.&amp;nbsp; There doesn't really seem to be an ArcPy equivalent to the drag and drop when the drag/drop is in the same database.&lt;/P&gt;&lt;P&gt;I found that the I use a python with&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;arcpy&lt;/SPAN&gt;&lt;SPAN&gt;.locref.ModifyLRS (&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;move_to_feature_dataset = "MOVE" ,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;new_lrs_name&amp;nbsp;= &amp;lt;unused new name for controller class&amp;gt;,&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;etc.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;it would create the new feature dataset/controller class and move all the feature classes into it.&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Is this not a recommended option?&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 27 Mar 2024 19:08:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-roads-and-highways-questions/problem-with-migrating-roads-and-highways-to/m-p/1401633#M388</guid>
      <dc:creator>AlisonWieckowicz</dc:creator>
      <dc:date>2024-03-27T19:08:42Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Migrating Roads and Highways to ArcPro 3.2 ModifyLRS move_to_feature_dataset = "MOVE"</title>
      <link>https://community.esri.com/t5/arcgis-roads-and-highways-questions/problem-with-migrating-roads-and-highways-to/m-p/1401735#M389</link>
      <description>&lt;P&gt;You can follow that process.&amp;nbsp; As long as by the end of the 9th step in the document you have the data into a feature dataset, you shouldn't see any issues.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Mar 2024 22:42:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-roads-and-highways-questions/problem-with-migrating-roads-and-highways-to/m-p/1401735#M389</guid>
      <dc:creator>NathanEasley</dc:creator>
      <dc:date>2024-03-27T22:42:29Z</dc:date>
    </item>
  </channel>
</rss>

