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.
The default location is C:\Program Files\Autodesk\Vault Server <year>\Server\Web\Services
<add key="CompressReplicatedFiles" value="true"/>
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.
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
<add key="CompressFileTransfers" value="false"/>
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>).