Autodesk Architectural Desktop 2007 & Prior
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
*Warning* Multiply owned object, handle "6BD78"
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
It is a drawing within which I have four xrefs. I have audited all four drawings and the main drawing; no errors.
I have also purged them and saved each, then reloaded the xrefs. All to no avail; I keep getting the warning.
Can someone translate the warning for me?
Thanks,
Tom
Re: *Warning* Multiply owned object, handle "6BD78"
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
There is no information in the knowledge base that will help.
Thank you
Tom Krowka AIA
Re:
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
The groups are a user to user (peer to peer) type of support
network. Though the developers do join in once in a while it is
not something that should be expected.
You can find your support options at the left of this page.
http://usa.autodesk.com/adsk/servlet/ps?siteID=123
--
Anne Brown
Manager, Moderator
Autodesk Product Support Discussion Groups
Discussion Q&A: http://www.autodesk.com/discussion
wkarch wrote:
>
> Any Autocad people out there who can help with this warning?
> You guys wrote the program, I find it hard to believe you don't
> know what the warning message refers to. (snip)
Re:
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
up with the following:
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 work on the drawing as usual. However, you are
concerned that the errors could mean there is corruption or other problems with
the file.
name=section2>Solution
To remove the object handle identified by the error, type the following
AutoLISP expression at the Command prompt and press ENTER:
Warning: Please use caution when implementing this
solution. The AutoLISP expression that follows simply deletes the object; it
does not ask for confirmation, and it does not tell you what type of object
you are deleting. For example, the object you are deleting could be an
assembly constraint. Back up the file before executing the
following code and saving the file.
(entdel (handent "<Handle ID>"))
where <Handle ID> is the object handle specified in the
error you receive, for example, 1818F.
After deleting the object handle you can use AUDIT to check for any other
potential problems.
--
Regards,
---------------
Reid M. Addis
Registered
Architect
Architectural Applications Specialist
Granary Associates
411
North 20th Street
Philadelphia, PA 19130
Ph. 215-665-7056
email:
href="mailto:addis@granaryassoc.com">addis@granary
Re:
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Thanks for your offer. I noticed that sometime during the day yesterday I stopped getting the warning on the command line, through no action of my own.
Is it possible I deleted the offending item without knowing that item was the problem?
Tom
Re:
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
I looked through the Architectural Desktop KB, could not find any info., I guess I should have looked further.
I will try your solution.
Thanks
Tom
Re:
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
I tried the above command. I get either "nil", or unknown command depending on how I type it in. I am assuming the parentatheses and quotation should be entered with no spaces in between. Is there a special way it has to be entered?
Tom
Re:
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
newsgroup.
--
Regards,
---------------
Reid M. Addis
Registered
Architect
Architectural Applications Specialist
Granary Associates
411
North 20th Street
Philadelphia, PA 19130
Ph. 215-665-7056
email:
href="mailto:addis@granaryassoc.com">addis@granary
