Even though this Knowledge Base document Understanding the error "
According to Autodesk support: “In most cases the error you are seeing when saving is being caused because the Design Center or another palette is still trying to do something in the software while attempting to save. I recommend making sure that all tool palettes, properties palettes, and the design center is closed by selecting the X button to close them. Normally this will resolve the issue.”
If you run into this problem you can find some helpful tips in that document. Sometimes when QSAVE does not work you can use SAVE or SAVEAS or click on the x at the top right corner to either close the drawing or AutoCAD. I've seen this several times after using the 3dorbit command. You may also try ._QSAVE in case it has been redefined.
Document "<drive>:\<folder>\<filename>.dwg" has a command in progress.
Hit enter to cancel or [Retry]:
From TS1067466:
Command in progress message while saving a drawing
Issue
When you tried to save a drawing, you received the following command line message:
Document "<drive>:\<folder>\<filename>.dwg" has a command in progress.
Hit enter to cancel or [Retry]:
Solution
This issue can occur after you merge cells in an AutoCAD table using the "By Row" or "By Column" options on the Table toolbar.
At this point, the only way to continue is to re-save the drawing. Follow these steps:
- At the command prompt, enter Save.
- When you are prompted to replace the existing drawing, click Yes.
- Close, and then open the drawing.
To prevent this issue from ocurring again, table cells should be merged using the All option on either the Table toolbar or the shortcut menu.
Restored comment
ReplyDeleteAnonymous said...
You can also use VBA temporarily.
Hit Alt-F11 to go to VBA editor, then Ctrl-G to go to immediate window.
Then type: "application.activedocument.save"
Then close and re-open the doc.
May 22, 2008
I just had this problem occur in AutoCAD 2012, Saving using the Save command still allows me to save it
ReplyDeleteHi there, i just had the same error in MDT2009 while using hte PLOT command (QSAVE also triggered the error btw.)
ReplyDeleteThe issue was resolved by typing SAVE in the command prompt, save as new file, close MDT and reopen the saved file.
Thanks a lot