Detach a Library from the Command Line
Detach a Library from the SQL server from the command line.
- Make sure no users are connected to the vault.
- Run Connectivity.ADMSConsole.exe from a command line with the following switches:
Command | Details |
---|
-Odetachlibrary | The operation being performed (required). |
-NLibraryName | The database name of the library to detach. |
-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 -Odetachlibrary -N"Inventor Standard Content" -VUadministrator -VPadmin -DBUsername -DBPassword