Before you start using the Centerprise server, a repository must be set up. Centerprise supports SQL Server and PostgreSQL for building cluster databases, which can then be used for maintaining the repository. The repository is where job logs, job queues, and schedules are kept. The cluster database repository can be set up in two ways:
- Build a cluster database
- Generate the SQL script for the database in Centerprise
To see these options, go to Server menu.
In either case, the first step is to point to the SQL Server or PostgreSQL instance where you want to build the repository and provide the credentials to establish the connection.
Note: Centerprise will not create the database itself, just the tables. A database will have to be created beforehand or an existing database can be used. We recommend Centerprise to have its own database for this purpose.
Building a Repository on SQL Server
- Select Build Cluster Database from the Server menu and the following Database Connection screen will appear.
- Select SQL Server from the Data Provider drop-down list and provide the credentials for establishing the connection.
- From the drop-down list next to the Database option, select the database on the SQL instance where you want to host the repository.
4. Click Test Connection to test whether the connection is successfully established or not. You should be able to see the following message if the connection is successfully established.
Building a Repository on PostgreSQL
- Select Build Cluster Database from the Server menu and the following Database Connection screen will appear.
- Select PostgreSQL from the Data Provider drop-down list and provide the credentials for establishing the connection.
- From the drop-down list next to the Database option, select the database on the PostgreSQL instance where you want to host the repository.
4. Click Test Connection to test whether the connection is successfully established or not. You should be able to see the following message if the connection is successfully established.
This is how you build a cluster database to maintain repository. There is one more step before you start using Centerprise server – configuring the server so that it points to the correct repository.
0 Comments