建立 Microsoft SQL 資料庫後,如果您建立的外部資料庫未在 VMware Identity Manager 內自動設定,請在 [應用裝置設定] 頁面中設定 VMware Identity Manager 以使用資料庫。

必要條件

  • 在 Microsoft SQL 伺服器中建立具有 SaaS 結構描述的資料庫作為外部資料庫伺服器。如需 VMware Identity Manager 所支援之特定版本的相關資訊,請參閱 VMware 產品互通性對照表

程序

  1. VMware Identity Manager 主控台中按一下應用裝置設定,然後選取 VA 組態
  2. 按一下管理組態
  3. 使用 VMware Identity Manager 管理員密碼登入。
  4. 在 [資料庫連線設定] 頁面中,選取外部資料庫作為資料庫類型。
  5. 輸入資料庫連線的相關資訊。
    1. 輸入 Microsoft SQL 資料庫伺服器的 JDBC URL。
      驗證模式 JDBC URL 字串
      Windows 驗證 (網域\使用者)
      jdbc:jtds:sqlserver://<hostname_or_IP_address:port#>/<saasdb>;integratedSecurity=true;domain=<domainname>;useNTLMv2=true
      SQL Server 驗證 (本機使用者)
      jdbc:sqlserver://<hostname_or_IP_address:port#>;DatabaseName=<saasdb>
      備註: 若要啟用 [SQL Server Always On] 功能,請在 SQL 中將 MultiSubNetFailover 設定為 True。JDBC URL 字串為
      jdbc:jtds:sqlserver://<hostname_or_IP_address:port#>/<saasdb>;integratedSecurity=true;domain=<domainname>;useNTLMv2=true;multiSubnetFailover=true
    2. 輸入建立資料庫時所設定的 loginusername 和密碼。請參閱使用本機 SQL Server 驗證模式設定 Microsoft SQL 資料庫
  6. 按一下測試連線以確認並儲存資訊。

後續步驟

(選用) 變更 db_owner 資料庫角色成員資格權限。請參閱變更資料庫層級角色