Enabling the DataService AgileConnector

To enable the DataService AgileConnector, do the following.

Good to Know

Navigation

  1. On the AgilePoint Server machine, click Start > All Programs > AgilePoint > AgilePoint Configuration.
  2. On the AgilePoint Server Configuration Tool window, click the Extensions tab.

Instructions

  1. On the Extensions tab, click Add.
  2. Click the Ellipses button next to the Assembly field to browse the assembly [AgilePoint Server installation folder] \bin\Ascentn.AgileConnector.DataService.dll.

    Note the following:

    • The Name field appears with the default AgileConnector name. Do not change this value.
    • The Impersonator field must be blank.
  3. Click Configure.
  4. On the Data Service Configuration window, complete the following fields as required.
    Field Name Definition

    Application Filter

    Definition:
    Filters the process template based on the process model type or name.
    Allowed Values:
    • SPSIntegration - Uses only process models created using InfoPath, SPList and SPDoc process templates.
    • AgileForms - Uses only process models created using AgileForms process templates.
    • MyApplication - Uses only process models created using Generic process templates — usually ASP.NET applications.
    • Custom application name - Uses only process models with a custom application name specified in the process template.

    Multiple application names must be separated with a semicolon (;).

    Default Value:
    MyApplication

    Connection String

    Definition:
    Specifies the connection string to be used to connect to the Data Tracking database.
    Allowed Values:
    A valid connection string.
    Default Value:
    Data Source=.;Integrated Security=SSPI;Initial Catalog=AgilePointTracking
    Example:
    Data Source=mydomain;Integrated Security=SSPI;Initial Catalog=AgilePointTracking