Does ArcPro support relative pathways generally?
Example:
- C:\myRootDir\Base_Data.gdb (50GB)
- C:\myRootDir\
- aprx_1
- aprx_2
- aprx_3
- ** Base_Data.gdb added automatically to all projects/all projects use data from Base_Data.gdb
Copy Projects to Server or other location
- A:\myNewRoot\Base_Data.gdb (Copy of same large GDB at root level of new location)
- A:\myNewRoot\aprx_1
- still references data on C:\ drive
- would have to include 50GB base.gdb in every Project folder
- or run a script to reset pathways with every copy to new location (for 100s of end users)
- The goal is to have end users copy a lightweight aprx file to servers and retain mapping to large datasets in the Base_Data.gdb through relative pathways
- Hoping for ability to make the Base_Data.gdb relative, i.e. project.aprx "look up" one level from the aprx_xyz project files to find the data regardless of where the project folder is stored
Am I just missing how to do this? Or is there a better solution?
Thank you!