Hallo Dirk,
auf der Autodesk-Homepage habe ich dazu folgendes gefunden, vielleicht hilft es Dir ja.
************************
The following error message is displayed on the command line when you open a file:
Warning Multiply Owned Object Handle 1818F
Note: The object handle varies. In this example, the problem is caused by the object handle, 1818F.
It may appear that there are no problems with the data, because after the error, you are able to open and wrok on the drawing as usual. However, you are concerned that the errors could mean there is corruption or other problems with the file.
Solution
To remove the object handle identified by the error, type the following AutoLISP expression at the Command prompt and press ENTER:
(entdel (handent "<Handle ID>"))
where <Handle ID> is the object handle specified in the error you receive, for example, 1818F.
**********************************
Gruß Rüdiger
[Diese Nachricht wurde von Rüdiger Küch am 13. August 2001 editiert.]
Eine Antwort auf diesen Beitrag verfassen (mit Zitat/Zitat des Beitrags) IP