BlueCielo Meridian Enterprise 2012 Administrator's Guide | BlueCielo ECM Solutions

You are here: BlueCielo Meridian Enterprise Administrator's Guide > Creating and maintaining vaults > Viewing and editing vault properties > Creating a subscriptions database

NEW  Creating a subscriptions database

The document event subscription feature requires an existing external database in which to store subscription information for each user. By default, Meridian Enterprise does not create this database automatically. If subscriptions will be allowed in the vault, a database must be created by a database administrator. The Meridian application server and the database must meet the requirements described in Recommended server specifications. Scripts for SQL Server and Oracle are installed by the Meridian Enterprise setup program for your convenience that will create the database and the necessary schema. The scripts must be executed by a user with sufficient rights to perform the actions in the scripts.

To create a subscriptions database in SQL Server:

  1. Copy the following script file from the Meridian application server to the SQL Server host computer:
C:\Program Files\BC-Meridian\Program\BC Notification\BCNotesDB.sql
  1. On the SQL Server host computer, navigate to the folder where you copied the file in step 1.
  2. Run the script using the sqlcmd command-line program and one of the following examples:

Note

sqlcmd -S <ServerName> -E -i BCNotesDB.sql -v DatabaseName = "<SubscriptionsDatabaseName>"

Or

sqlcmd -S <ServerName> -U <UserName> -P <Password> -i BCNotesDB.sql -v DatabaseName = "<SubscriptionsDatabaseName>"

To create a subscriptions database in Oracle:

  1. Copy the following file on the Meridian Enterprise application server to the Oracle host computer:
C:\Program Files\BC-Meridian\Program\BC Notification\ORACreateTablesNt.sql
  1. On the Oracle host computer, navigate to the folder where you copied the files in step 1.
  2. Open SQL *Plus.
  3. Run the following command:

run @ORACreateTablesNt.sql

Related concepts

Understanding the Meridian Enterprise Administrator

Related tasks

Creating a new vault

Viewing and editing vault properties

Excluding existing properties when importing a vault


Copyright © 2000-2012 BlueCielo ECM Solutions

www.bluecieloecm.com