Find and replace text (BFIND.lisp) Error.

Find and replace text (BFIND.lisp) Error.

Anonymous
Not applicable
5,660 Views
2 Replies
Message 1 of 3

Find and replace text (BFIND.lisp) Error.

Anonymous
Not applicable

Help Please,

 

I have a lisp for find and replace text /mtext/attribute text in multiple drawings at once (from Leemac). But it is not working for some drawings. When i run this lisp its showing something error (Working, Please Wait....; error: Exception occurred: 0xC0000005 (Access Violation) ; warning: unwind skipped on unknown exception ).

I want to replace the date of the title block for 150 drawings. Below i attached the lisp code and drawing.

 

Please help......

 

0 Likes
5,661 Views
2 Replies
Replies (2)
Message 2 of 3

SeeMSixty7
Advisor
Advisor
it looks like the routine utilized ObjectDBX to open the files and make the updates, which is very quick and effective, but with that and actually opening the drawing to modify you have to make sure no one else is in the file. I'm not positive that is your issue, but something to verify. Before you run this routine, make sure you don't have one of the drawing files open and make sure that no one else does either. I am not sure if it would be sensitive to others even accessing via a preview or thumbnail look as well. One way to test this is to make a copy of all the files to a new location that only you have access to and then run the routine. If it runs fine then you have found the issue, if not then work on to the next thought process.

Also something to note. updating hundreds or even thousands of drawings in batch processing modes is awesome. We can fix errors quickly and efficiently, but we can also SCREW UP hundreds or thousands of drawings just as fast. So always, ALWAYS make a copy before you process an update.

Good luck
0 Likes
Message 3 of 3

Anonymous
Not applicable
I tried this in my office pc and personal laptop but still showing the error.
0 Likes