Open the menu

    Microsoft SQL Server

    This section contains the necessary steps for installing the database of LumisXP on Microsoft SQL Server servers:

    1. Open SQL Server Management Studio, create a new database and run the script db_sqlserver.sql.
    2. Enable the isolation level SNAPSHOT on the created database by executing the following SQL:

    3. 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.

    4. 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.