Installing Servers and Agents / Database Installation |
Before installing the Serena Release Automation server, install a SQL Server database. If you are evaluating Serena Release Automation, you can install the database on the same machine where the Serena Release Automation server will be installed.
When you install Serena Release Automation, you will need the SQL Server connection information, and a user account with table creation privileges.
To install the MS SQL Server database:
MS SQL Server Database Installation Details table
Field | Description |
---|---|
JDBC driver jar filename | Browse to and select the JDBC driver jar file you downloaded in step 2. |
JDBC driver class | The default value is:com.microsoft.sqlserver.jdbc.SQLServerDriver |
Database connection string | The format depends on the JDBC driver. Typically, it is similar to:jdbc:sqlserver://[DB_URL]:[DB_PORT];databaseName=[DB_NAME] For example,jdbc:sqlserver://localhost:1433;databaseName=Serena Release Automation |
User | Database username. The default isserena_ra. |
Password and Confirm password | Database username password, and re-entry for confirmation. |