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.

AgileReports

AgileReportsMetaDb

No

The database for AgileReports data.

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).