| Enterprise Manager / General Use | |
If you skipped the sample reports installation during the AgilePoint Enterprise Manager installation, to install the reports manually, do the following.
This file is located in the folder [AgilePoint Server installation]/Enterprise Manager
SQL Server 2005:
<appSettings>
<add key="ServerUrl"
value="http://localhost:8088/AgilePointServer" />
<add key="ReportServiceUrl"
value="http://virtual/reportserver/reportservice.asmx" />
<appSettings>
SQL Server 2008:
<appSettings>
<add key="ServerUrl"
value="http://localhost:8088/AgilePointServer" />
<add key="ReportServiceUrl"
value="http://virtual/reportserver/ReportService2005.asmx" />
<appSettings>
The next time you open Enterprise Manager, the reports are displayed in the Report Management section.