Configure the Windows Service for Data Services

  1. Open the DataServicesWindowsService.exe.config at C:\Program Files\AgilePoint\AgilePoint Data Services and change the following properties accordingly:
    • DbConnectionString: This connection string should point to the Database which contains the WF_DATA_TRACKING table where the output of the data tracking is stored.
    • TempDbConnectionString: This connection string should point to the Database which contains WF_DATA_SERVICE_TEMPDB which is populated by the AgileConnector with the before and after XML values.  Set this to the same value that is configured for the Agileconnector.
    • EnableDataPopulation: Set this to true to enable Data Population.
    • EnableDataTracking: Set this to true to enable Data Tracking.
    • TimerInterval: This is the timer interval used by the Windows Service to check for any new entries in the Temporary database.  On a production system, this can be set to a high interval like 3600 (i.e. one hour).