Results 1 to 10 of 10

Thread: *Warning* Multiply owned object

  1. #1
    Member
    Join Date
    2000-11
    Location
    Syracuse Utah
    Posts
    47
    Login to Give a bone
    0

    Unhappy *Warning* Multiply owned object

    get this everytime i save a current drawing:
    Command: save

    *Warning* Multiply owned object, handle "B119":

    *Warning* Multiply owned object, handle "B11A"

    *Warning* Multiply owned object, handle "B11B"

    *Warning* Multiply owned object, handle "B11C"

    i have audited the drawing, recovered and purged. does anyone know how to fix this?

  2. #2
    Civil Engineering Moderator civil3Dguide's Avatar
    Join Date
    2006-01
    Location
    Temecula, CA
    Posts
    281
    Login to Give a bone
    0

    Default Re: *Warning* Multiply owned object

    I had the same problem once, and could not figure out how to get them to go away. I submitted a support request to Autodesk thru the subscription center and they told me a command that would get the objects out of my dwg, I don't recall the command now, but if you submit a request I would expect they would tell you what the command is.

  3. #3
    AUGI Addict sinc's Avatar
    Join Date
    2004-02
    Location
    Colorado
    Posts
    1,986
    Login to Give a bone
    0

    Default Re: *Warning* Multiply owned object

    You can type in things like the following:

    Code:
    (entdel (handent "B119"))
    for each MOO error. Just be warned that this may cause unpredictalbe damage to your drawing. Usually it destroys a Style, so you may find you need to delete and recreate one or more styles after doing this.

    If it is not in your drawing template, the easiest solution is sometimes to ignore it, unless you run into the problem where changing a Child style is propagating the change to the Parent (which can happen when you see this error).

    This problem's been in C3D for a long time now, and is one I would really like to see go away...
    Last edited by sinc; 2009-02-11 at 08:18 PM.

  4. #4
    Member
    Join Date
    2000-11
    Location
    Syracuse Utah
    Posts
    47
    Login to Give a bone
    0

    Default Re: *Warning* Multiply owned object

    thanks I will give both of those a try

  5. #5
    AUGI Addict sinc's Avatar
    Join Date
    2004-02
    Location
    Colorado
    Posts
    1,986
    Login to Give a bone
    0

    Default Re: *Warning* Multiply owned object

    Sorry, I had a typo... I typed "enthand" instead of "handent"...

    I went back and edited my post, so it is now correct.

  6. #6
    AUGI Addict Glenn Pope's Avatar
    Join Date
    2001-05
    Location
    Austin, TX USA
    Posts
    2,201
    Login to Give a bone
    0

    Default Re: *Warning* Multiply owned object

    I have found one thing that seems to cause these errors. It was dragging a child style from one drawing into another and using that to drag the parent along. So I started dragging the parent style then the child style into the drawings. I haven't seen this error since.

  7. #7
    AUGI Addict jpaulsen's Avatar
    Join Date
    2002-04
    Location
    Colorado
    Posts
    2,020
    Login to Give a bone
    0

    Default Re: *Warning* Multiply owned object

    Quote Originally Posted by Glenndp View Post
    I have found one thing that seems to cause these errors. It was dragging a child style from one drawing into another and using that to drag the parent along. So I started dragging the parent style then the child style into the drawings. I haven't seen this error since.
    In our experience it was just the opposite. If we dragged a child style into a drawing that already contained the parent we got these errors. If we allowed the parent to be created when dragging the child into a drawing we did not get these errors.

    Our experience was limited to label styles. We didn't have any child object styles so I don't know how this applies to them. FYI: We no longer have any child label styles either.

  8. #8
    AUGI Addict Glenn Pope's Avatar
    Join Date
    2001-05
    Location
    Austin, TX USA
    Posts
    2,201
    Login to Give a bone
    0

    Default Re: *Warning* Multiply owned object

    Quote Originally Posted by jpaulsen View Post
    In our experience it was just the opposite. If we dragged a child style into a drawing that already contained the parent we got these errors. If we allowed the parent to be created when dragging the child into a drawing we did not get these errors.

    Our experience was limited to label styles. We didn't have any child object styles so I don't know how this applies to them. FYI: We no longer have any child label styles either.
    I'd also get errors if a parent already existed and wasn't updated by dragging the parent from the other drawing first. If I overwrote the parent then dragged the child in, no errors. I just told all our users to drag the parent in then drag the child no matter what.

  9. #9
    Member
    Join Date
    2007-10
    Posts
    8
    Login to Give a bone
    0

    Default Re: *Warning* Multiply owned object

    Also, if you have blocks with attributes, they can get corrupted as well, and cause this error. Try the BATTMAN to sync the blocks, sometimes this will help. But bear in mind, the value in your attributes may be reset to default when you do this.

  10. #10
    Member
    Join Date
    2010-10
    Location
    Việt Nam
    Posts
    45
    Login to Give a bone
    0

    Default Re: *Warning* Multiply owned object


Similar Threads

  1. Replies: 8
    Last Post: 2015-02-27, 11:50 PM
  2. Warning message if an object is in the air !!
    By s.kamyab in forum Revit - API
    Replies: 0
    Last Post: 2011-04-27, 06:40 PM
  3. linked file cannot be saved...shared coordinates...local files owned by you?
    By Baldwin_4-6-0 in forum Revit - Worksharing/Worksets/Revit Server
    Replies: 2
    Last Post: 2009-12-03, 08:24 PM
  4. Ex-Employee Owned Worksets
    By Brockway in forum Revit - Worksharing/Worksets/Revit Server
    Replies: 5
    Last Post: 2007-08-07, 07:49 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •