Acad.dvb limitation?

Acad.dvb limitation?

MarkSanchezSPEC
Advocate Advocate
1,599 Views
2 Replies
Message 1 of 3

Acad.dvb limitation?

MarkSanchezSPEC
Advocate
Advocate

We only have a single VBA file in use: "Acad.dvb". Everything else was ported to .NET years ago. Normally we copy this file to the local Support folder under the user's profile and it gets automatically loaded by AutoCAD.

 

We would now instead like to load and share a single copy of this file from a network drive but I seem to remember that when trying this many years ago, the file would stop loading after a certain number of people loaded it. Am I correct in that recollection? Is there a limitation to how many sessions of AutoCAD can load a VBA/DVB file when stored on a network? If so, was this a legacy thing of the past, or does it still have such a limitation.

0 Likes
Accepted solutions (1)
1,600 Views
2 Replies
Replies (2)
Message 2 of 3

Ed__Jobe
Mentor
Mentor
Accepted solution

Yes, I think it was around 25. Sorry, I can't tell you if that still applies, although I would assume so. The main reason I don't use a networked dvb is that you can't edit it if someone has it loaded. The OS will place a file lock on it. That makes it difficult to manage. Its easier to have a script that copies it from a network location to the user's local hd.

Ed


Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.
How to post your code.

EESignature

0 Likes
Message 3 of 3

MarkSanchezSPEC
Advocate
Advocate

"I don't use a networked dvb is that you can't edit it if someone has it loaded. The OS will place a file lock on it. That makes it difficult to manage. Its easier to have a script that copies it from a network location to the user's local hd."

 

Ya, that's exactly what we do. I just need to talk some sense into someone lol. Thanks

 

0 Likes