To Prevent Reference Templates from Being Uploaded to Autodesk Docs when Using Autodesk Collaboration for Civil 3D

When using Collaboration for Civil 3D, an XML configuration file can be used to prevent Civil 3D reference templates from being synced to the cloud when uploading or saving drawings to Autodesk Docs using Autodesk Desktop Connector. The connections between drawings and their original local template files will be preserved. Multiple configuration files can be used if needed to support multiple groups or companies.

Important: This feature requires 29 September 2021 (v. 15.0.0.1540) version (or later version) of Autodesk Desktop Connector.
Note: In the Desktop Connector 4 May 2022 version (v. 15.6.0.1752), view frame sheet template is added as a new type for exclusion. Use VIEWFRAME_TEMPLATE as the exclusion type in the XML config file to exclude such files.
Note:

To obtain the sample configuration file

You can obtain the ExcludePaths-YourGroupName.xml configuration file from the latest Desktop Connector installation location. By default it is located in C:\Program Files\Autodesk\Desktop Connector\FOS\AddIns\C3DProvider\.

Note: This is a sample file. The group administrator needs to customise it, rename it and deploy it to another specific location in every project member's machine, which is noted below in the instructions.

To customise the configuration file

The configuration file is an XML format file and its structure is shown in the following illustration.

To customise this file, add the <path> nodes under the <exclusion> node. Keep the other content intact. The value of the path should be set as the full path, which should be absolute, not relative.

You can specify paths for specific reference template files or for folders which contain reference template files.

For example, the illustration below shows both file paths and folder paths added under the exclusion node.

To deploy the configuration file

The location to store this configuration file is C:\ProgramData\Autodesk\C3DFOP\.

Note: You might need to create the C3DFOP folder under C:\ProgramData\Autodesk.

Since you may work for more than one company, you may need to rename the file with the group or company name so that it can be different from and won't overwrite any other existing files under the deployment location.

Important: A machine that has no such configuration file will still upload reference templates to Autodesk Docs. So, for a project which involves multiple project members, this configuration file with the same content should be deployed to all project member's machines.

There are a few suggested approaches to efficiently deploy the configuration file to all computers in the group.

  1. The administrator could use a script or a 3rd party deployment tool to copy the configuration file to all computers.
  2. The administrator could leverage the deployment process of the country/state kit for Civil 3D to copy the configuration file to all computers.

Tips for deploying reference template files that need to be stored locally

  1. Deploy the reference template files which need to be stored locally in the same fixed location for each computer.
  2. If you can't follow the first suggestion, you can map the different reference template folders into the same virtual drive for each computer. You can use the Windows command subst X: C:\Users\xxx\Autodesk\ReferenceTemplates. However, the mapped virtual drive will disappear after restarting your computer. To resolve this, you can make the computer run the script automatically when the computer restarts.