AutoCAD/AutoDesk Vault

AutoDesk 2025 - Upgrade Notes & Information

Software Downloads 

All Autodesk software can be downloaded from https://manage.autodesk.com/  

Login (username engineering@pbr.org.au password (in 1Password). and go to All Products & Services

image.png

You can download the individual applications from this screen,  or create and download a package that includes multiple applications by going to the Custom Install 

image.png

Vault Inventor Content Centre Libraries

These libraries are installed on the Vault server, and appear not to upgrade when you upgrade Vault Server. They can be downloaded from https://manage.autodesk.com/  go to Vault Basic Server and select the libraries tab, make sure you download the ones for the version of Vault Server that you are running

image.png

Below are the libraries currently installed on Vault Server

image.png

Having the libraries installed on the Vault Server enables them to be stored in one single location and helps ensure all users are using the same libraries.

There is some configuration on the workstations that needs to be changed, to tell the application software where to look for the libraries, if this isn't updated then the workstations will default to using the local libraries. This was something that was handled by Tim Heeks, for the 2025 upgrades and install.

Roles & Responsibilities

IT Manage the Vault Server and undertake the installations of Autodesk Software on workstations

Tim Heeks - Autodesk Administrator for PBR manages the licensing and day to day usage of Autodesk applications within PBR

Notes:

Server Upgrade Notes

This needs to be planned and tested prior to upgrading the production server. With the upgrade to 2025 a temporary test server was setup and an upgrade was undertaken and then tested and the process documented before proceeding with the upgrade to the production server.

Ensure the system requirements are being met.. 

Also consider the system requirements for the workstations, as application software must be same version as Vault Server. 

Relatively simple process to upgrade Vault Server..  the complexity is if SQL Server and or Windows Server needs to be upgraded

AutoDesk - Client Installation

Autodesk applications are installed on the workstations for those users who need access to these applications

Autodesk Applications that are used at PBR -

Autodesk Users

Software Downloads

AutoCAD LT is not part of the Autodesk account and is licensed individually for and by the users

All other Autodesk software is a part of the PBR account and can be downloaded from https://manage.autodesk.com/  

Login (username engineering@pbr.org.au password (in 1Password). and go to All Products & Services

image.png

You can download the individual applications from this screen,  or use one of the install packages that have been created in under custom installs 

image.png

Alternatively you can create your own custom install

Notes:

Vault - Audit Log Files

In order to provide access for Andrew Nolte to Autodesk Vault Audit Log files the following configuration changes have been made to the Vault server (pbr-vault-b1)

The location that the logs files are stored on the vault server are C:\ProgramData\Autodesk\VaultServer\FileStore

The location of the audit log files have been redirected to E:\auditlogs by modifying C:\Program Files\Autodesk\Vault Server YYYY\Server\Web\Service\web.config below is an excerpt of the file that shows the section that has been edited. (a copy of the original file has been saved in the same directory named web_old.config)

<audit>
      <logging>
        <add key="basefilename" value="E:\auditlogs\auditlog" />
        <add key="logfileextension" value=".txt" />
        <add key="dateformat" value="-yyyyMMdd" />
        <add key="keepnumberdays" value="-1" />
      </logging>
</audit>

So now the Audit Logs are redirected to E:\auditlogs

This folder will maintain the last 31 days of log files (1 file per day) 

A file share has been created on pbr-vault-b1 \\pbr-vault-b1\auditlogs  this references the above location on the vault server

Permissions have been grated to