When I save a file into a new folder, I lose all my references (they go red). I take it there is some kind of system variable causing this or something.
Working with .dgn files on a local OneDrive folder. Microstation V8i SS10
depends on how they're attached. If they're attached using relative paths and the new folder is at a different level than the original folder then the attachments will show as missing.
CADD Refs Sheets DisciplineSheets
Say you have a folder structure like that and you have a file in the Sheets folder that attaches a file from Refs using relative paths. Microstation remembers how to attach it as "one folder up, down to folder named Refs, file named ref1.dgn"
If you move that file into DisciplineSheets, "one folder up" is now Sheets instead CADD and there is no Refs folder under it.
MicroStation doesn't know where the files are - it can't find them. You need to set the MS_RFDIR variable to include the folders that contain the references.
Timothy Hickman
CADD Manager | CADD Department
timothy.hickman@colliersengineering.com
Main: 877 627 3772|
1000 Waterview Drive Suite 201 | Hamilton, New Jersey 08691
I have many files with references from many folder. Can one MS_RFDIR variable work?
They are attached using relative paths. I should note that I am not copying the files from one folder to another and then expecting them to work properly. I'm opening in Microstation and hitting Save As, to save to a new folder. This used to work fine on my old installation. On a new machine, the references get lost immediately, when saving as.
Matthew Kuehl said:I have many files with references from many folder. Can one MS_RFDIR variable work?
MS_RFDIR is a multi-path variable. It can point to one or more folders. This is how you would define MS_RFDIR in a configuration file...
MS_RFDIR
Single folder:
MS_RFDIR = //ServerName/Projects/Project1/References/
Two folders (using the append operator):
MS_RFDIR = //ServerName/Projects/Project1/References1/ MS_RFDIR > //ServerName/Projects/Project1/References2/
Lots of folders:
MS_RFDIR = //ServerName/Projects/Project1/References1/ MS_RFDIR > //ServerName/Projects/Project1/References2/ ... MS_RFDIR > //ServerName/Projects/Project1/References100/ MS_RFDIR > //ServerName/Projects/Project1/References101/
The server name and folder paths are examples. Change them to match your configuration.
Regards, Jon Summers LA Solutions