Creating the configuration database

Most of the Meridian Enterprise Server configuration data is stored in a configuration database. This database can be hosted by the same database server that is used to host the other Meridian Enterprise Server data. This database is not created automatically during Meridian Enterprise Server installation. You must provide the configuration database connection parameters as a separate task described in this topic.

Note    To view or edit existing configuration database connection parameters and Meridian Enterprise Server cluster configuration, see Viewing and editing the connectivity settings.

Before you begin    

You will need the following information to complete this task:

To create the configuration database:

  1. Install the Meridian Enterprise Server software as described in Installing Meridian Enterprise Server.
  2. Set the credentials for the BC Enterprise Server service in the Services applet.
  3. Set the credentials for the BCEnterprise application pool in IIS Manager.
  4. Attempt to open the configuration page of the web application (http://<ServerName>/BCEnterprise/config.aspx)

    The web application will attempt to connect to the configuration database. When this fails because the configuration database has not yet been created, the Configuration Database page appears.

  5. Click options or type values for the database connection parameters using the descriptions in the following table.
  6. Click REGISTER. The configuration database is created or connected using the parameters that you entered.
Database connection parameters
Parameter Description

Provider

SQL Server or Oracle

Server (SQL Server) or SID (Oracle)

The name of the database server and/or instance where you want to create the configuration database. The names you must specify depend on the type of database server and the client configuration.

For example:

MyServer – SQL Server Standard or Enterprise

MyServer\MyInstance – SQL Server Express or another edition that created a named instance when the software was installed.

MyInstance – Oracle network alias for the database. This list includes the alias names found in all tnsnames.* files on the computer unless you have set in the Oracle client configuration the location of a specific tnsnames.ora file to be used.

Type (SQL Server only)

The authentication method to use to connect to the configuration database.

User name

The name of the user to connect to the configuration database.

Note    The account name should follow the Oracle rules described in Schema Object Names and Qualifiers.

Password

The password of the user to connect to the configuration database.

Database (SQL Server only)

To use an existing database:

  1. Click EDIT. The SELECT DATABASE dialog box appears.
  2. In the menu, click EXISTING DATABASE. The list of existing databases appears.
  3. Select a database and click OK. The name appears in the Database field.

To create a new database:

  1. Click EDIT. The SELECT DATABASE dialog box appears.
  2. In the menu, click NEW DATABASE. The database creation options appear.
  3. Type a name for the database and then click OK. The name appears in the Database field.

Primary path (SQL Server only)

Type the path on the database server where to store the configuration data.

Log path (SQL Server only)

Type the path on the database server where to store the configuration database logs.