This guide covers using AutoCAD with Desktop Connector, including integration workflows, best practices, and troubleshooting solutions.
For additional information about the new features in AutoCAD visit What's New in AutoCAD 2026.
Starting with Desktop Connector 16.0.x the following AutoCAD system variables behavior has changed. Refer to the AutoCAD help topics for more detail.
Starting in AutoCAD 2022, AutoCAD will recognize that Desktop Connector is being used and backup (.bak) files will not be created in the cloud.
By default, AutoCAD creates a backup file (.bak), and it will be saved on your local connected drive. However, these backup files are blocked and are not synchronized or uploaded to the cloud workspace.
The AutoCAD system variable DCDOCSSUPPORT is available to control backup (.bak) file creation. It is important for you to note that the behavior of this variable can vary across different versions of AutoCAD and is explained by the following statements.
DCDOCSSUPPORT
:AutoCAD 2022: DCDOCSSUPPORT <63>
Do not create backup (.bak) files in the DC workspace.
AutoCAD 2023 and above: DCDOCSSUPPORT <59>
Create backup (.bak) files in the DC Workspace.
AutoCAD 2024 and 2025: This setting has been resolved and will work as expected.
If you do not want backup files (.bak) created in the Desktop Connector workspace but still want backup (.bak) files to be created, then we recommend using the MOVEBAK command.
The AutoCAD .bak (backup file) sometimes becomes read-only or corrupt in the workspace.
This can result in the Drawing file is write protected error to display blocking save to an AutoCAD .dwg, or the file is not saved and a .tmp file is generated instead.
Deleting the .bak file from the workspace allows the .dwg to the saved. A work-around for this issue is to use the MOVEBAK command to change the storage location for .bak files outside the Desktop Connector workspace.
C:\Temp\BAKfiles
.Issue: After making edits and saving a DWG file in AutoCAD or Civil 3D, the file becomes read-only. Desktop Connector uploads the changes, but the Autodesk Docs lock is removed and the file displays as read-only, requiring users to close and reopen the file to make further edits.
Cause: Third-party plugins or add-ins can interfere with the drawing save process. A known example is the Import/Export Surface Analysis plugin.
Troubleshooting Steps:
Test in Safe Mode: Start AutoCAD or Civil 3D using the /safemode
switch. This loads the application without any plugins. Test your workflow to see if the issue persists. Learn more about How to start an AutoCAD Product with a minimum of plug-ins or add-ons.
Identify Problematic Plugins: If the issue doesn't occur in safe mode, gradually identify which plugin is causing the problem by moving suspected plugins out of the following folders and restarting AutoCAD/Civil 3D:
%APPDATA%\Autodesk\ApplicationPlugins
%ProgramFiles%\Autodesk\ApplicationPlugins
%ProgramData%\Autodesk\ApplicationPlugins
Test and Restore: After moving plugins, test the workflow again. If the issue is resolved, the last moved plugin was likely the cause. Remember to return non-problematic plugins to their original locations.
Related Concepts: