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.
Step 9 of the Guide requires running ModifyLRS tool. This tool appears to have a have a “move_to_feature_dataset” option but when I try to use it nothing happens.
I am attempting to automate the process using ArcPy. Is the “move_to_feature_dataset” option supposed to be used to move the layers to the feature dataset? How do I specify the feature dataset I created in step 6?
new_lrs_name = "name of feature dataset created in step 6?"
move_to_feature_dataset = "MOVE"
If this is the best way to do it, it seems like the steps are out of order?
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 arcpy.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.
Thanks,
Ali Wieckowicz