Greetings,
Our office is doing a company wide upgrade of Microsoft office 2010 and Microsoft Exchange Server 2010 to an Office 365 subscription as well as server hardware upgrades. I am not as concerned with the software upgrade, more so with the hardware. It appears that all of our existing server names will be changed for reasons that I do not know, forcing us to reattach and remap all the reference in our DGN files. Considering we have over 300 active drawings....this could be quite time consuming.
Is there anyone that has gone through the pain of upgrading servers and has created a macro for adjusting existing references in DGN files? I am thinking about writing one myself but figured I would ask here and save myself some time :) Or if anyone has some advice, I am more than willing to listen to what you may have to share with me.
Thanks!
Vinny
Unknown said: 2) I do have a vba that I have used to do things similar to this in the past. It's not very refined, but it does get the job done. Please let me know if you need it. --Robert
2) I do have a vba that I have used to do things similar to this in the past. It's not very refined, but it does get the job done. Please let me know if you need it.
--Robert
Oooh I'd like to have a look at that can you upload it here please...
Lorys
Started msnt work 1990 - Retired Nov 2022 ( oh boy am I old )
But was long time user V8iss10 (8.11.09.919) dabbler CE update 16 (10.16.00.80)
MicroStation user since 1990 Melbourne Australia.click link to PM me
Unknown said:I will delve into the MS_REFDIR variable
Be accurate: it's MS_RFDIR (not MS_REFDIR). Three replies gave the correct spelling.
MS_RFDIR is a multi-path variable. You assign it in a configuration file to point to one or more folders. MicroStation will search those folders for reference files. For example (forward-slashes are intentional)...
MS_RFDIR = //Server1/CAD/projects/borders/MS_RFDIR > //Server1/CAD/projects/project1/references/
MicroStation will search both the borders and the references folders.
Regards, Jon Summers LA Solutions
I realized my goof when started researching...thanks Jon.
Hi,
As I previously mentioned, this was just a quick routine to help myself with a project. Look at the code to set the parameters.