Microsoft SQL Server
This section contains the necessary steps for installing the database of LumisXP on Microsoft SQL Server servers:
- Open SQL Server Management Studio, create a new database and run the script db_sqlserver.sql.
- Enable the isolation level SNAPSHOT on the created database by executing the following SQL:
- In the file lumisdata/config/lumishibernate.cfg.xml, change the database connection information.
Another alternative for connecting to the database is the configuration of the datasource in the application server.
- Run the file /setup/initializeportal.cmd for Windows®, or initializeportal.sh for Linux. This script runs a Java application that opens a connection to the database, using the information from the file lumisdata/config/lumishibernate.cfg.xml. This script also inserts the initial data necessary for the operation of LumisXP.