After you create the Microsoft SQL database, if the external database you created is not automatically configured in Workspace ONE Access, you configure Workspace ONE Access to use the database in the Appliance Settings page.
Prerequisites
- The database with the saas schema created in Microsoft SQL server as the external database server. For information about specific versions that Workspace ONE Access supports, see the VMware Product Interoperability Matrixes.
Procedure
- Log in to the Workspace ONE Access console.
- Select .
- Click VA Configuration of the service node you want to configure and log in with the admin user password.
- Click Database Connection.
- Select External Database as the database type.
- Enter information about the database connection.
- Enter the JDBC URL of the Microsoft SQL database server.
Authentication Mode JDBC URL String Windows Authentication (domain\user) jdbc:jtds:sqlserver://<hostname_or_IP_address:port#>/<saasdb>;integratedSecurity=true;domain=<domainname>;useNTLMv2=true
SQL Server Authentication (local user) jdbc:sqlserver://<hostname_or_IP_address:port#>;DatabaseName=<saasdb>
To enable SQL Server Always on capability, MultiSubNetFailover to set to True in the SQL. The JDBC URL string is
For Windows Authenticationjdbc:jtds:sqlserver://<hostname_or_IP_address:port#>/<saasdb>;integratedSecurity=true;domain=<domainname>;useNTLMv2=true;multiSubnetFailover=true
For Local SQLjdbc:sqlserver://<hostname_or_IP_address:port#>;DatabaseName=<saasdb>;multiSubnetFailover=true
- Enter the loginusername and password configured when you created the database. See Configure Microsoft SQL Database Using Local SQL Server Authentication Mode
- Enter the JDBC URL of the Microsoft SQL database server.
- Click Test Connection to verify and save the information.
What to do next
(Optional) Change the db_owner database role membership privileges. See Change Database-Level Roles After Upgrade.