If you enable Microsoft SQL AlwaysON, before you upgrade a VMware Identity Manager server, you must disable availability groups.

Procedure

  1. In the Microsoft SQL Server management Studio sessions as an admin with sysadmin privileges, connect to the database instance for VMware Identity Manager (<saasdb>).
  2. To disable availability groups, enter the following command.
    USE master;
    ALTER AVAILABILITY GROUP <groupname> REMOVE DATABASE <saasdb>;