See the top rated post in this thread. Click here

Results 1 to 5 of 5

Thread: Error message -- *Warning* Multiply owned object, handle "128B"

  1. #1
    All AUGI, all the time
    Join Date
    2004-06
    Location
    Slidell, Louisiana
    Posts
    972
    Login to Give a bone
    0

    Default Error message -- *Warning* Multiply owned object, handle "128B"

    can someone tell me what this means and how to fix it? i've run audit and recover numerous times, still is showing up

    *Warning* Multiply owned object, handle "128B"

  2. #2
    All AUGI, all the time
    Join Date
    2015-12
    Location
    Central Oregon
    Posts
    591
    Login to Give a bone
    2

    Default Re: Error message -- *Warning* Multiply owned object, handle "128B"

    This means the the object with the handle "128B" has multiple owners. Each object should have just 1 owner. You can check what the object is with this line of lisp code:
    Code:
    (entget (handent "128B"))
    I've found that these multiply owned objects are typically styles copied from other drawings and can be safely deleted using this lisp:
    Code:
    (entdel (handent "128B"))
    Last edited by BlackBox; 2019-12-09 at 08:46 PM. Reason: Added [CODE] tags

  3. #3
    All AUGI, all the time
    Join Date
    2004-06
    Location
    Slidell, Louisiana
    Posts
    972
    Login to Give a bone
    0

    Default Re: Error message -- *Warning* Multiply owned object, handle "128B"

    Thanks Jeff_M. not sure how to use the lisp though. Can you elaborate?

  4. #4
    All AUGI, all the time
    Join Date
    2015-12
    Location
    Central Oregon
    Posts
    591
    Login to Give a bone
    1

    Default Re: Error message -- *Warning* Multiply owned object, handle "128B"

    Just type it into the command line. The "128B" is what the warning message returned in the example you posted. Replace that with the handle returned anytime you get that Warning.

  5. #5
    All AUGI, all the time
    Join Date
    2004-06
    Location
    Slidell, Louisiana
    Posts
    972
    Login to Give a bone
    0

    Default Re: Error message -- *Warning* Multiply owned object, handle "128B"

    thanks guys.

Similar Threads

  1. *Warning* Multiply owned object
    By andy in forum AutoCAD Civil 3D - General
    Replies: 9
    Last Post: 2012-03-16, 03:53 AM
  2. 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
  3. Ex-Employee Owned Worksets
    By Brockway in forum Revit - Worksharing/Worksets/Revit Server
    Replies: 5
    Last Post: 2007-08-07, 07:49 PM
  4. Dockable Interface, Object Browser, Object handle ideas...
    By Richard McCarthy in forum Revit Architecture - Wish List
    Replies: 6
    Last Post: 2003-10-08, 05: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
  •