Jump to content

*Warning* Multiply owned object, handle "D2209"


mateen

Recommended Posts

When i save the drawing it gives that message,

*Warning* Multiply owned object, handle "D2209"

i don't this is what?

plz tell me?

thanks advance:D

Link to comment
Share on other sites

Please paste the line below on your command prompt, it will highlight the trouble-maker entity:

(progn (command "_ZOOM" "_O" (setq x (handent "D2209")) "")(sssetfirst nil (ssadd x))(princ))

Link to comment
Share on other sites

When i paste this line below on my command line prompt

it show this message,,,

[All/Center/Dynamic/Extents/Previous/Scale/Window/Object] : _O

Select objects:

now what should i do?

Link to comment
Share on other sites

That code was supposed to focus on the entity bearing that handle (highlight and zoom to it). But, for sure, this will work only for graphical entities. Seems that it not work with your entity - I never saw such identificator (Bad Entity name).

Try to paste this in command prompt and post here the result:

(entget (handent "D2209"))

Link to comment
Share on other sites

now this message show that

; error: bad argument type: lentityp nil

and now i save the drawing it shows no any warning

so it is pretty cool code

thanks msasu

Link to comment
Share on other sites

Both code excerpts from above were only trying to identify the trouble-maker entity; neither will do a fix on the drawing, so cannot be the source of that temporary fix.

 

By the way, did you tried to run an AUDIT on that drawing?

Link to comment
Share on other sites

I have openned your drawing and get no warning messages other than the one warning me that the drawing contains macros. I'm sorry but I am not openning up an unknown drawing and enabling contained macros.

 

I checked MSasu's code to find the following "offending" item

 

 
<Entity name: 7ee96408>
Command: (entget x)
((-1 . <Entity name: 7ee96408>) (0 . "BLOCK") (330 . <Entity name: 7ee910d8>) 
(5 . "D2209") (100 . "AcDbEntity") (67 . 0) (8 . "0") (100 . "AcDbBlockBegin") 
(70 . 0) (10 0.0 0.0 0.0) (-2 . <Entity name: 7ee910e0>) (2 . "_ARCHTICK") (1 . 
""))

but as I said above, the drawing is good here. I will leave it to MSasu to suggest whether the macro could be the cause of your problems.

Link to comment
Share on other sites

dbroada when you save the drawing that time you will see the warning message after save it....
no I don't. It saves as I would expect. I can't replicate your problem so can't help.
Link to comment
Share on other sites

Well here is what I get, Macro not enabled...

 

(progn (command "_ZOOM" "_O" (setq x (handent "D2209")) "")(sssetfirst 
nil (ssadd x))(princ))
_ZOOM
Specify corner of window, enter a scale factor (nX or nXP), or
[All/Center/Dynamic/Extents/Previous/Scale/Window/Object] <real time>: _O
Select objects: <Bad Entity name: BFB09408>

 

Command: (entget (handent "D2209"))
((-1 . <Entity name: -404f6bf8>) (0 . "BLOCK") (330 . <Entity name: -404e0f28>) 
(5 . "D2209") (100 . "AcDbEntity") (67 . 0) (8 . "0") (100 . "AcDbBlockBegin") 
(70 . 0) (10 0.0 0.0 0.0) (-2 . <Entity name: -404e0f20>) (2 . "_ARCHTICK") (1 
. ""))

 

With Save As....

 

Command: _SAVEAS
*Warning* Multiply owned object, handle "D2209"

Link to comment
Share on other sites

The trouble-maker entity is a block that seems to don't have any instance inside the drawing. A solution that worked in my tests was to copy entire content of the drawing into a new one. The said block is retrived too, but seems to be fixed.

Link to comment
Share on other sites

  • 1 year later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...