When you install the Autodesk data management server, a single vault named Vault is created. The database files for the vault are created in the MSSQL$AUTODESKVAULT\Data folder under the Microsoft SQL Server installation folder.
Several of the databases located in the Data folder are used by Microsoft SQL Server while others are specific to the vault. Each database file (MDF) has an associated log file (LDF) that contains important transaction data and must be moved, backed up, and restored along with the database file.
KnowledgeVaultMaster.mdf is the master vault database and it maintains the list of users, user permissions, and a list of vaults and their corresponding filestore location.
Vault.mdf is the database for the vault named Vault. Each vault also has a SQL Server log file associated with it called VaultName.ldf.
The second component of every vault is the associated file store where the files are stored. The file store is structured as a hierarchy of folders that are located under a main folder that has the same name as the vault. The filestore location for the default vault named Vault is C:\Documents and Settings\All Users\Application Data\Autodesk\VaultServer. Each data file is stored in its own folder in a normal, uncompressed format. The folders for the file store are created when you add the first file to the vault.
Follow the instructions in this section to attach and detach vaults.
Detaching a vault disconnects it from the server so it can be moved to another location. Before detaching the master vault database, you must detach all other databases. The vault and its log file are detached. The names of the files for a vault named "Vault" are:
These files must exist as a pair and cannot be renamed. The default location for these files is:
Detaching a vault removes all permissions to the vault. Once the vault is re-attached, permissions for each user and group must be reassigned. In a multi-site environment, the file store path is deleted for all other sites. If the vault is re-attached, the file store path must be reassigned at each site.
The vault and its log file are detached.
After the vault is detached, you can move the two corresponding files. The .mdf and .ldf files must be kept together. Attaching a vault reconnects the set of vault files that have been moved to the database engine.
Attaching reconnects a vault that was from a different server or from the same server but moved to another physical location on the disk. When attaching a vault in a multi-site environment, the vault is disabled for all other sites by default. All other sites must enable the attached vault.
Basic Vault Attachment
If the vault data file (.mdf) and the associated log file are both located in the SQL data folder, use these steps to attach the vault:
Advanced Vault Attachment
If the vault data file and the log file are not in the SQL data folder, use these steps to attach the vault:
The names of the files for the master vault are:
KnowledgeVaultMaster is the master database for the Autodesk data management server. Similar to the SQL master database, KnowledgeVaultMaster is a separate database containing common global administrative and configuration information for all of the vault and library databases on the Autodesk data management server.
Detaching KnowledgeVaultMaster disconnects it from the server so it can be moved to another location on the disk or to another server altogether. You must detach all other databases before detaching the KnowledgeVaultMaster vault.
The vault and its log file are detached.
After the vault is detached, you can move the two corresponding files to any drive or partition on the same computer. The names of the files for the master vault are:
KnowledgeVaultMaster is the master database for the Autodesk data management server. Similar to SQL's master database, KnowledgeVaultMaster is a separate database containing common global administrative and configuration information for all of the vault and library databases on the Autodesk data management server
Detaching KnowledgeVaultMaster disconnects it from the server so it can be moved to another location on the disk or to another server altogether.
You must detach all other databases before detaching the KnowledgeVaultMaster vault.
The vault and its log file are detached.
After the vault is detached, you can move the two corresponding files to any drive or partition on the same computer. The names of the files for the master vault are: