Community
Civil 3D Forum
Welcome to Autodesk’s Civil 3D Forums. Share your knowledge, ask questions, and explore popular AutoCAD Civil 3D topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

*Warning* Multiply owned object, handle "206CF"

35 REPLIES 35
SOLVED
Reply
Message 1 of 36
ignich
38489 Views, 35 Replies

*Warning* Multiply owned object, handle "206CF"

I am getting this warning as I try to save my drawing.  Not sure what it means.

 

My drawing file crashed (FATAL ERROR) before I was able to complete the save.  I did a MAPCLEAN followed by AUDIT, but still get the error message when trying to save.

 

I am using C3D 2011 with Windows 7.

 

Any ideas would be greatly appreciated.

35 REPLIES 35
Message 2 of 36
NathanBee
in reply to: ignich

This usually fixes it

Enter in the command line: (entdel(handet"206CF"))

 

Repeat this for any other handles that crop up,

 

Nathan

Message 3 of 36
SethHall
in reply to: ignich

Hi ignich-

 

Just as Nathan had suggested, that command will remove the object. For a bit more information about this error, please have a look at this blog post: http://beingcivil.typepad.com/my_weblog/2010/08/warning-multiply-owned-objects.html

 

Hope this helps!


Seth Hall
Product Owner
Model Builder
Message 4 of 36
ignich
in reply to: SethHall

Thank you.

Message 5 of 36
Lisa_Pohlmeyer
in reply to: ignich

When I try the suggestion for the command line entry I get this:

Command: (entdel(handet"5154"))

; error: no function definition: HANDET

 

My errors were 5153 and 5154



Lisa Pohlmeyer
Civil 3D User
Website | Facebook | Twitter

Message 6 of 36
Sinc
in reply to: Lisa_Pohlmeyer

Try (entdel (handent "5154"))

Sinc
Message 7 of 36
Lisa_Pohlmeyer
in reply to: ignich

ding, ding, ding... we have a winner.  Ah, syntax, love it.  Thanks so much!



Lisa Pohlmeyer
Civil 3D User
Website | Facebook | Twitter

Message 8 of 36
jumorris
in reply to: Lisa_Pohlmeyer

how did you find out the error #'s

I'm having the same issue after doing the initial Command:

(entdel(handet"22f29"))

; error: no function definition: HANDET

 

sounds like i need the error # to fix the problem.

 

Message 9 of 36
Jeff_M
in reply to: jumorris

HANDENT not HANDET.....

Jeff_M, also a frequent Swamper
EESignature
Message 10 of 36
jumorris
in reply to: Jeff_M

thanks....i need to learn how to type betterSmiley Embarassed

Message 11 of 36
itklvrynks
in reply to: ignich

Raising the Dead:

Capture.PNG

OK, the fix listed, now does not seem to work for C3D 2013.  AutoCAD just replies "nil"

 

Anyone have another solution to this? 

 

Message 12 of 36
Jeff_M
in reply to: itklvrynks

Does the MOO not get deleted? 

What does (entget (handent "23BAE")) return?

Jeff_M, also a frequent Swamper
EESignature
Message 13 of 36
EDTROUT
in reply to: Jeff_M

 
Tags (1)
Message 14 of 36
msarqui
in reply to: Jeff_M

I am having the same problem.

The (entget (handent "blablabla"))  return "nil"

 

Autodesk!!!! Are you there??

Message 15 of 36
Jeff_M
in reply to: msarqui


@msarqui wrote:

 

Autodesk!!!! Are you there??


Not necessarily, no. This is a peer to peer help forum for the most part. Yes, we do sometimes get a few of the Autodesk people to come through here. But if you want real help from them you must submit a support request through your subscription center or the product feedback page.

 

Can you post your drawing to see if someone here can help?

Jeff_M, also a frequent Swamper
EESignature
Message 16 of 36
csevers
in reply to: Jeff_M

I'm having the same problem. After I delete the entity though and run audit, the drawing crashes.

Chris Severs, PE
Windows 7 Enterprise SP1 64 bit
64.0 GB RAM
Intel Xeon E5-2650 v3 @ 2.30GHz
NVIDA Quadro M4000
Civil 3D 2014
Message 17 of 36
Red.Hawk
in reply to: Sinc

Thank you sir. Smiley Happy

Message 18 of 36
doni49
in reply to: Jeff_M

Since the previous poster didn't do as requested and post the actual dwg file, I'll do so here.

 

Command: _QSAVE
 *Warning* Multiply owned object, handle "A4A7"
 *Warning* Multiply owned object, handle "A4A6"
 *Warning* Multiply owned object, handle "A4A5"
Command:
Command:
Command: (entdel (handent "5154"))
; error: bad argument type: lentityp nil
Command: (entdel (handent "5153"))
; error: bad argument type: lentityp nil

 

EDIT:  I forgot to ask this but instead of JUST DELETING the offending object(s), is there a way to repair them or at least explode them to 3d polylines (assuming they're featurelines) so that I can recreate them?  At a very minimum, I'd need to know which objects they are.

 

 



Don Ireland
Engineering Design Technician




If a reply solves your issue, please remember to click on "Accept as Solution". This will help other users looking to solve a similar issue. Thank you.


Please do not send a PM asking for assistance. That's what the forums are for. This allows everyone to benefit from the question asked and the answers given.

Message 19 of 36
Jeff_M
in reply to: doni49

Don, I am not seeing that error message in your file, using C3D 2016. Also, your (entdel...) lines don't look right. You have to input the actual handle that says it's multiply owned:
(entdel (handent "A4A7")) would be correct based on the outpout you show.
Jeff_M, also a frequent Swamper
EESignature
Message 20 of 36
doni49
in reply to: Jeff_M


@Jeff_M wrote:
Don, I am not seeing that error message in your file, using C3D 2016. Also, your (entdel...) lines don't look right. You have to input the actual handle that says it's multiply owned:
(entdel (handent "A4A7")) would be correct based on the outpout you show.

That's odd.  I'm also using C3D 2016 here (SP1).  I've seen this error previously in 2012 & 2014 too.

 

I copy/pasted the lisp code from the "answer" posted above.  I guess it never dawned on me that I needed to change it to the actual handle(s).  Smiley Embarassed

 

Any thoughts on the second part of the question (the "EDIT")?



Don Ireland
Engineering Design Technician




If a reply solves your issue, please remember to click on "Accept as Solution". This will help other users looking to solve a similar issue. Thank you.


Please do not send a PM asking for assistance. That's what the forums are for. This allows everyone to benefit from the question asked and the answers given.

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Rail Community


 

Autodesk Design & Make Report