Export a Library from the Command Line
Export a library so that it can be shared with other sites. This action can be performed from the command line.
The server console command line can be used to export libraries.
- Make sure no users are connected to the vault.
- Run Connectivity.ADMSConsole.exe from a command line with the following switches:
Command | Details |
---|
-Oexportlibrary | The operation being performed (required). |
-NLibraryName | The database name of the library to export (required). |
-TtargetDirectory | The path to store the exported library (required). |
-VUusername | Vault administrator account user name (required). |
-VPpassword | Vault administrator account password (required). |
Example
Connectivity.ADMSConsole.exe -Oexportlibrary -N"Inventor Standard Content" -T"c:\My Library Repository" -VUadministrator -VPadmin