Create a Meridian Explorer Repository
Meridian Enterprise Server helps you to create and test a connection to a database server where you want to store the repository. You can use the wizard to create connections to SQL Server or Oracle servers.
You must know the name of either a Windows user account or a database account with permissions to access the database server and create database tables, indexes, and stored procedures. You also need to know the account password.
Meridian Enterprise Server requires that the SQL Server or Oracle instance already exist before a repository can be created. If Oracle will be used, an existing user (schema) can be used but we recommend that you can create a new user dedicated to Meridian Enterprise Server. If multiple repositories will be hosted by Oracle, we recommend that you create a separate user for each repository.
If you have sufficient privileges to create a new database on the database server, you can create a repository by performing the following task. If you have access to the database server with another account that does not have access from the Meridian Explorer server, see SQL Server Database Creation Script or Oracle Database Creation Script. If you do not have sufficient privileges, a database administrator will have to create the database for you.
To create a repository:
-
In Meridian Enterprise Server Administration Console, in the REPOSITORIES group, click Repositories.
The All Repositories page appears and lists the existing Meridian Explorer repositories and Meridian Enterprise vaults.
-
Click New.
The NEW REPOSITORY dialog box appears.
-
Select Explorer repository.
-
Click Next.
-
Click options or type values using the descriptions in the following table.
-
Click Register.
A background task is started and you may continue working. Creating the repository can take several minutes. After the new database is created, the new repository name appears in the Repositories list.
Group | Option | Description |
---|---|---|
General |
Repository Name |
Type a name for the repository as you want it to appear to users. |
General |
Provider |
Select a database provider type from the list. |
General |
Server (SQL Server only) |
Type the name of the SQL Server computer that will host the repository. Note:
If the database server is running SQL Server Express, SQL Server Small Business, or another edition that created a named instance when the software was installed, type the name of the database server and the SQL Server instance name, for example, MyServer\SQLEXPRESS or MyServer\MSSMLBIZ. |
General |
SID (Oracle only) |
Type the name of the Oracle instance that will host the repository. |
Authentication | Type |
If you selected SQL Server in the Provider option in step 1, select your preference for WINDOWS or SQL AUTHENTICATION. |
Authentication |
User name |
SQL Server only: If you selected SQL AUTHENTICATION, type a SQL Server user account with permissions to access the database server and create database tables, indexes, and stored procedures. Oracle only: Type a valid Oracle user account with permissions to access the database server and create database tables, indexes, and stored procedures. |
Authentication | Password |
Type the password for the user account. |
Database |
Database (SQL Server only) |
To select an existing database or to create a new database:
To create a new database:
To select an existing database:
|
The options in the following table are only available with the appropriate license. If you think you should have these options and you do not have them, contact your Accruent representative.
Option | Description |
---|---|
Database | Type a name for the new database. |
Primary path |
Type a path on the database server for the repository metadata files. |
Content path |
Type a path on the database server for the repository content files. |
Index path |
Type a path on the database server for the repository index files. |
Log path |
Type a path on the database server for the repository log files. |
Use file stream |
Enable this option if you want the new database to use the SQL Server FILESTREAM feature. We recommend this option for higher performance. If this option is disabled, content copied from the source vault will be stored inside the database as binary large objects (BLOBs). Before using this feature, we strongly recommend that you fully understand the advantages, limitations, and implications of the feature by studying the Microsoft SQL Server documentation. Note:
This option requires that the WINDOWS authentication option be used to access the database server. By default, the Meridian Enterprise Server copies document content from the stream folders of the source vault. You can configure it as follows to copy the content from an alternative file stream location:
|
File stream path |
If the Use File Stream option is enabled, type a path on the database server for the database FILESTREAM files. This option is only enabled if the database server is compatible. |
After creating a repository and before vault synchronization with the repository can occur, at least one synchronization job must be configured.