Jump to content

Error Writing/ Closeing File


mfahadrazzaq

Recommended Posts

I am getting a save error message when trying to save amendments on existing drawings; the message is;

 

First, an error message on the screen, stating; Error writing/closing file

 

then, trying to close the file, the message on the Command line states:

 

*Warning* Multiply owned object, handle "4B73"

 

I cannot save anything, which as I am sure you agree, is something of a problem.

 

Any ideas please?

Link to comment
Share on other sites

Try this: *Warning* Multiply owned object, handle "D2209" 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)) or (entget (handent "D2209"))

Link to comment
Share on other sites

This is not a link. Yuo must paste this line to your command prompt: (progn (command "_ZOOM" "_O" (setq x (handent "D2209")) "")(sssetfirst nil (ssadd x))(princ))

Link to comment
Share on other sites

Sorry, wrong handent. Here is the correct one (progn (command "_ZOOM" "_O" (setq x (handent "4B73")) "")(sssetfirst nil (ssadd x))(princ))

Link to comment
Share on other sites

mfahadrazzaq,

 

First, you should think about disabling the Comm Center (aka SpyCenter). See THIS

 

Are you saving to a network? If so try saving to the local drive.

 

Have you tried -PURGE?

 

Have you tried AUDIT?

 

Paste this to your commandline

 

(entdel(handent"4B73"))

 

guran,

 

Please read the CODE POSTING GUIDELINES and edit your posts to include Code Tags.

Link to comment
Share on other sites

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...