Setting up the Spotfire database (SQL Server)
If you plan to use Microsoft SQL Server for storing the Spotfire database, follow these steps before running the Spotfire Server installer.
About this task
Note: If
you plan to configure Integrated Windows authentication (IWA) between
Spotfire Server
and the
Spotfire
database in SQL, see
Setting
up the Spotfire database (SQL Server with Integrated Windows
authentication).
Before you begin
- Download and unzip the Spotfire Server installation kit from the Spotfire Download site. For instructions, see Downloading installation software.
- Configure the following
settings on the SQL server database computer:
- TCP/IP communication listening on a port (the default is 1433).
- Case-insensitive
collation (at least for the
Spotfire
database).
Note: If your installation of SQL Server uses a case-sensitive collation by default, or your data uses a different collation than
Latin1_General_CI_AS
, you must edit the create_server_db.sql script before running the create_databases.bat script. See step 2 below. - The command-line database tools (for example, sqlcmd) must be downloaded and in the system path.
Procedure
What to do next
You can create the Spotfire database using one of the following strategies. Select the strategy that best suits your needs.
Note: Databases with self-signed certificates
It is recommended that you set up your database server for encrypted connections, with a valid, not self-signed, server certificate. For more information see Fixing Microsoft SQL Server JDBC driver-related issues.
Parent topic: Spotfire database setup