Previous Topic: Configure DevTest to Use SQL ServerNext Topic: Database Maintenance


External Enterprise Dashboard Database Configuration

The Enterprise Dashboard uses an internal Derby database by default. We recommend that you use an external database instead.

The Enterprise Dashboard does not support IBM DB2.

Follow these steps:

  1. Log on to the server where the Enterprise Dashboard is installed.
  2. Navigate to LISA_HOME and open the local.properties file.
  3. Locate the following lines in the Enterprise Dashboard Options section, which specifies whether to use the internal Derby database in the Enterprise Dashboard.
    # Should the internal Derby DB instance in the Enterprise Dashboard be started?
    dradisdb.internal.enabled=true
    
  4. Change the value to false.
    dradisdb.internal.enabled=false
    
  5. Perform one of the following actions:
  6. Save the local.properties file.