Modify the Enterprise Manager web.config

To modify the Enterprise Manager web.config

  1. Add an element under <AppSettings> in the Enterprise Manager web.config file.

Element to be added :

<add key="DataTrackingConnectionString" value="[Connection string]" />

Add a valid connection string depending on your database that is used for data tracking.  

Example:

<add key="DataTrackingConnectionString" 
        value="server=[hostname];database=AgilePointTracking;
        trusted_connection=true" />

The web.config file for Enterprise Manager can be located at: C:\[AgilePointServer]\EnterpriseManager