Note: In a NLB installation scenario, only one
AgilePointDataServices Windows Service should be started.
- Open [AgilePoint Data Services installation folder]\DataServicesWindowsService.exe.config, 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).
Note: The Database connection string and the table
information for Data Population are obtained from the Process Template.