File Compression reduces the size of data (file-bits) that is sent back and forth between Client and Server and also between Servers.
By default, File Compression is ON for file replication (site-to-site) and OFF for file transfers (client-to-server uploads and downloads). However, it can be manually configured, as explained in the following sections.
Follow these instructions to toggle the file compression for site-to-site replication.
Locate the Web.config file.
The default location is C:\Program Files\Autodesk\Vault Server <year>\Server\Web\Services
Open the file and add the following key under the appSettings section of the Web.config file:
<add key="CompressReplicatedFiles" value="true"/>
Set the value to false to turn file compression off.
You can enable File Compression again at any time by setting the value to true.
Follow these instructions to toggle the file compression for client-to-server file transfers.
Locate the config file for the Vault Client for which you want to configure file compression.
For instance, if you would like to configure compression for uploads and downloads to/from Vault Professional Client, you will modify the Connectivity.VaultPro.exe config file.
The default location of the config file for Vault Client is C:\Program Files\Autodesk\Vault <edition> <year>\Explorer
Open the file and add the following key to the AppSettings section:
<add key="CompressFileTransfers" value="false"/>
To enable File Compression, set the value to true.
To disable File Compression in the future, set the value to false.
Each application needs to be configured separately for compression of file transfers between that application and the Server. For Inventor, the CompressFileTransfers key needs to be added to the appSettings section of Inventor.exe.config (default location is C:\Program Files\Autodesk\Inventor <edition> <year>\Bin) and for AutoCAD, it needs to be added to appSettings section of acad.exe.config (default location is C:\Program Files\Autodesk\AutoCAD <year>).