Message 1 of 2
Server Change/Pathing Issue

Not applicable
02-05-2009
06:54 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Good Day,
About a year ago my company purchased a new server and transferred most of our data onto that server. We went through and did a find/replace in all of our DVB, LISP and other AutoCAD associated files in order to correct pathing issues caused by the server name change. Last week we shut down the old server for good and certain DVB files immediately began to hang up in the load process. After digging through the code I found that it has trouble on the line:
{code}VBALoad \\servername\directoryname\filename.dvb{code}
This led me to believe that we simply missed a path encoded inside that particular DVB. However when I load the file into AutoCAD and search for the old server name, it comes up with nothing. Furthermore when I open the DVB file in notepad it shows numerous references to the old server but when I make changes inside notepad and save the file, I can no longer load it into AutoCAD. I've checked every reference and line of code from inside the Visual Basic Editor to no avail, the only place I am able to find references to the old server is when I open the file in notepad.
I should also note that when the old server is offline the only problem the program has is that loading takes approximately 3 minutes, once the DVB finally loads into AutoCAD everything runs fine. Thanks in advance for any help received.
About a year ago my company purchased a new server and transferred most of our data onto that server. We went through and did a find/replace in all of our DVB, LISP and other AutoCAD associated files in order to correct pathing issues caused by the server name change. Last week we shut down the old server for good and certain DVB files immediately began to hang up in the load process. After digging through the code I found that it has trouble on the line:
{code}VBALoad \\servername\directoryname\filename.dvb{code}
This led me to believe that we simply missed a path encoded inside that particular DVB. However when I load the file into AutoCAD and search for the old server name, it comes up with nothing. Furthermore when I open the DVB file in notepad it shows numerous references to the old server but when I make changes inside notepad and save the file, I can no longer load it into AutoCAD. I've checked every reference and line of code from inside the Visual Basic Editor to no avail, the only place I am able to find references to the old server is when I open the file in notepad.
I should also note that when the old server is offline the only problem the program has is that loading takes approximately 3 minutes, once the DVB finally loads into AutoCAD everything runs fine. Thanks in advance for any help received.