MS SQL Server 2005 Reporting Services

Microsoft (MS) SQL 2005 Report Server integrates with Report Manager in Civic Platform.

Deploy the Report Service

  1. Locate the local path of the virtual directory.
  2. In IIS, right-click ReportServiceFacade, then click Properties.
  3. Use Explorer to locate files C:\Accela\av.deploy\dist\reportadapter\mssql\reportservice and copy them into the local path. Example: E:\MSSQLReportService.

    The C:\Accela path varies depending on the directory folder you select during Civic Platform installation process. The path of av.deploy\dist\reportadapter must always exist on the drive and folder you used for the installation.

  4. Modify the web.config file. Set the add node's value property in section <appSettings> to the SQL Reporting Services URL.


  5. Open the IIS Administration console. Go to Default Website > New > Virtual Directory.
  6. Create a virtual directory under the Default Website node with an alias of ReportServiceFacade. Click Next.
  7. Specify the Website Directory as the actual directory that contains content.
  8. Specify the actual directory and then click OK.
  9. Click Next.
  10. Click Finish.
  11. Open the property window for the virtual directory of ReportServiceFacade.
  12. Select the Directory Security tab.
  13. In the section anonymous access and authorization control section, click Edit. Select anonymous access, then enter the anonymous user name and its password. If it is a Windows 2000 server environment, select allow ISS to control password.
  14. Test the site by right-clicking the page ReportFacade.aspx and click Browse.

    If ReportFacade.aspx opens successfully, it displays like this example:



    1. If ReportFacade.aspx fails to open, open the web.config file, then set <identity impersonate="True"> in section <authentication mode="Windows"/>, and then restart the application.