Migrate Vault Data from the Command Line After Installing a Hot Fix or Update

Under certain conditions, installing a Hot Fix or an Update on the Vault Server requires you to use this special command to migrate Vault databases.

It should only be necessary to run this command when it is stated in the readme of the Hot Fix or Update, or under the guidance of Autodesk support.

  1. Make sure no users are connected to the vault.
  2. Run Connectivity.ADMSConsole.exe from a command line with the following switches:

Command

Details

-Ob2bmigrate

The operation being performed (required).

-VUusername

Vault administrator account user name (required).

-VPpassword

Vault administrator account password (required).

-DBUsaUser

The SQL sa account user name (required unless default sa account is used).

-DBPsaPassword

The SQL sa account password (required unless default sa account is used).

Example

Connectivity.ADMSConsole.exe -Ob2bmigrate -VUadministrator -VPadmin -DBUdbadmin -DBPdbpword