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 for moving a vault or a database.
A Vault database can be moved by relocating the corresponding MDFand LDF files from their existing location to another location on the same computer.
Note: The default path for the database files for a Vault is C:\Program Files\Microsoft SQL Server\MSSQL10_50.AUTODESKVAULT\MSSQL\DATA.
MS SQL requires that the user under whom the SQL service is running must have Full Control for the location to where the database is being moved.
It is not necessary that both the MDF and LDF of a given vault be in the same location.
The Knowledge Vault Master can be moved by relocating the corresponding MDF and LDF files from their existing location to another location on the same computer.
The user under which the SQL service is running must have Full Control to the location to which the database is being moved.
Move the Master Vault
It is not necessary that both the Knowledge Vault Master MDF and LDF files be in the same location.
A Vault database is moved by relocating the corresponding MDF, LDF files from their existing location to another location on the same computer.
The default path for the database files for a Vault is C:\Program Files\Microsoft SQL Server\MSSQL10_50.AUTODESKVAULT\MSSQL\DATA.
The Knowledge Vault Master is moved by relocating the corresponding MDF, LDF files from their existing location to another location on the same computer.
The default path for the database files for KVM is C:\Program Files\Microsoft SQL Server\MSSQL10_50.AUTODESKVAULT\MSSQL\DATA.