kydaa.blogg.se

Autocad problem saving
Autocad problem saving











autocad problem saving

  • This solves the problem and explains the fact that MS word and Excel can right to the c drive as they are ‘allowed’ apps.
  • Select this and it will be added to the allowed apps. Go to program files and go to Autodesk until you find the Autocad.exe file.
  • In the following screen select the ‘ + Add an allowed app’.
  • autocad problem saving

    Note that if you have another Anti-virus program installed the screen might be different as which point you need to just temporarily quite the AV program and redo these steps. Now select the link: ‘Allow an app through controlled folder access’.

  • Select the Windows Start button and type ‘controlled folder access’ and enter.
  • To fix this problem and disable the restriction we had to do the following: The resolution was that Windows was set to prevent the user from creating files on the c -drive. This meant that the issue was not only related to only AutoCAD. What we did is to use a remote support application and found that I could not create a simple. He could also save to the c -drive using MS Word or Excel. And could save to any other location successfully. We have a customer recently calling in with the issue that their AutoCAD do not want to save on the c -drive and give the following error message.

    autocad problem saving

    _error: (-2147352567, 'Exception occurred.', (0, 'AutoCAD', 'Error saving the document', 'C:\\Program Files\\Autodesk\\AutoCAD 2019\\HELP\\OLE_ERR.AutoCAD saving to c Drive problem. Loading the template file works well, but when trying to save the file (using the SaveAs method I get the following error: doc.SaveAs("C:\\Output_folder\\Document1.dwg")

    autocad problem saving

    The following in an example of my code: import win32com.clientĪcad = ("AutoCAD.Application")ĭoc = ("C:\\Template_folder\\Template.dwg")ĭoc.SaveAs("C:\\Output_folder\\Document1.dwg") dwg in another folder while leaving the template empty and ready to be used next time. My goal is to open a (template) file, adjust it depending on what is needed then save the file as a. It's mostly been working quite well except for being able to save files. I am using win32com to automate some simple tasks in AutoCAD.













    Autocad problem saving