Creating Databases for AgilePoint

AgilePoint requires one or more databases, depending upon the AgilePoint components you install. You must create these databases on your database server.

Prerequisites

Good to Know

Navigation

  1. Ensure your SQL Server is up and running.
  2. Open the SQL Server Management Studio via Start > Programs > Microsoft SQL Server [Version] > SQL Server Management Studio.

Instructions

Repeat the following instructions to create the databases listed in the AgilePoint Databases section, depending upon the AgilePoint components you want to install.

  1. In SQL Server Management Studio, Right-click on Databases and select New Database.
  2. On the New Database window, enter a database name.

AgilePoint Databases

Component Database Name (Suggested but Optional) Database Optional for Component? Function

AgielePoint Server

AP_Workflow_DB

No

Stores process data for AgilePoint. This is the main AgilePoint database.

Data Services

AP_Data_Svcs_DB

Yes

Stores data you want to track, populate, and reuse in AgilePoint processes. It is possible to use the AgilePoint database for Data Services, but optionally you can create a separate database.

After your installation is complete, if you want to use advanced mode, create a table that is named based on the application, and create the table columns based on the fields from the form. The Primary Key should be the process instance ID (type varchar 50).

Clustering Server Manager (CSM)

AP_CSMLOCK

Yes

In a network load balanced (NLB) environment, prevents attempts to shrink the database log from failing. Creating this database is an advanced configuration option.

AgileReports

AgileReportsMetaDb

No

The database for AgileReports data.

AgileForms

Site_Master

No

The main database for AgileForms data.

AgileForms

Site_Template

No

The database to store AgileForms template data.

AgileForms

Auth_Template

No

The database for AgileForms user data.