TIBCO Spotfire® Server and Environment - Installation and Administration

Setting up the Spotfire Server bootstrap file for Integrated Windows authentication

To configure Integrated Windows authentication (IWA) between Spotfire Server and the Spotfire database in SQL, follow these steps.

Before you begin

You have followed the steps in Setting up the Spotfire database (SQL Server with Integrated Windows authentication).

Procedure

  1. Change the login for the service to use the Windows account that has login rights to the Spotfire database.
  2. In the bootstrap command, use the following database connection string, substituting actual values for <db_server>, <port>, and <instance>:
    jdbc:sqlserver://<db_server>:<port>;DatabaseName=<instance>;integratedSecurity=true