Learn about SQL Administration tasks that apply to Autodesk Vault.
Microsoft SQL Server creates a default administrator account named SA. This account has full administrative privileges as well as ownership of system tables. When Vault installs SQL Server, it will configure the SA account with this default password. As long as you do not change the sa account password, the adms Console will not require you to enter it for commands that require a password.
If the sa account password is changed, you must enter the new password when you perform certain administrative commands which require it, such as attaching vaults.
SA Account Password Default
A system administrator can change the default SA password for security reasons. After the password has been changed, some adms Console commands will require the administrator to type in the new password each time these commands are executed. The new password needs to be stored in a secure location for this reason.
Autodesk Vault also creates the Vaultsys SQL user account for SQL transactions. This password can be changed using the SQL Server Management Studio. If a system administrator does change the Vaultsys password, he or she must update the password stored in the adms Console.
If you plan on deploying replication, create a "replication user" on the domain. This is a designated account used to handle replication between workgroups. Autodesk recommends that you use a strong password for this account, one that ideally never expires.
For each adms Console installed, there is a SQL Login user created adms-[Servername] in the SQL Server.
For single site requirements and replication requirements, see Vault System Requirements.
If the default sa password for the SQL server has been changed, you must log into the SQL server using the new sa password. If you do not know the sa password, contact your SQL server administrator.
Install Microsoft SQL Server Prior to Vault Server.
Note: If there are any errors, take the necessary corrective actions before continuing.
Important: Under Database Engine Services, Autodesk recommends that you enable SQL Server Replication, even if you do not immediately plan on deploying a replication environment. Enabling this does not impact a single site installation, and makes it easier to move to a replicated deployment later on if you choose to. Autodesk also recommends enabling Management Tools and the SQL Client Connectivity SDK.
Note: Management Tools-Basic is available in the Express version of SQL Server.
![](../../../images/screenshot-sql-2012-instanceconfiguration.png)
Click Next.
In the Server Configuration window, select the Service Accounts tab.
- Specify the NT AUTHORITY\NETWORK SERVICE account for the SQL Server Database Engine. The local system account is also acceptable to use. If you plan to perform backups and restores to remote locations, specify a Domain User account. Set the Startup Type to Automatic.
Click Next.
In the Database Engine Configuration window, select the Server Configuration Tab and perform the following steps:
1. Select Mixed Mode authentication and set the SA password. The default password used during a default installation for the SA account is AutodeskVault@26200.
2. Add the local administrator account (or-desired-account) as a SQL Server administrator. Only Windows users entered in this dialog have full rights when logging into the SQL server. All other Windows logins are treated as guest accounts.
![](../../../images/screenshot-sql-2012-databaseengineconfiguration.png)
If you don't have a domain password policy, you can skip this section. If your domain has a password policy configured, use a password that complies with the policy. After the installation is complete, reset the sa password to AutodeskVault@26200 and uncheck the Enforce password policy check box. It is also necessary to create a SQL login account named VaultSys.
Create a SQL login account
![](../../../images/enforce-password.png)
You can enable to include the full text search during the SQL Server 2019 installation:
If the installation is unable to find an installed version of Microsoft SQL, Autodesk Vault Server installs Microsoft SQL 2019 Express. You can install Microsoft SQL 2019 Standard or Enterprise Edition before installing the Vault server so that you do not have to perform the upgrade at a later time.
Vault Professional allows the Vault environment to be configured to use a remote SQL database. This database resides on a dedicated server which a single site can use to increase performance. Alternatively, it can be used for a multi-site replicated Vault environment.
In a multi-site environment, one site can host the autodeskvault SQL instance. The additional sites access that SQL instance remotely, or all sites can access the same SQL instance remotely. Before configuring the additional sites to access the SQL instance, a shared network folder must be created.
The shared network folder is required as a transition area between the SQL instance and the Autodesk Vault server. The shared network folder can be located on any computer that is accessible by both the data management server and SQL. The space requirement for the shared folder is equal to the total of all database files.
If you are planning on using replication, create a shared folder for database replication and another for file store replication. Give them descriptive names such as ReplicationShare and MultisiteShare.
Give full access to shared folders for these user accounts:
![](../../../images/foldershare.png)