SSW SQL Reporting Services Auditor User Guide
1. Prerequisites
2. Post Installation (Only for 1.18 and early version)
3. Running SSW SQL Reporting Services Auditor
4. Reports
5. Timeout
|
-
Prerequisites
-
Post Installation (Only for 1.18 and early version)
Before you can run SSW SQL Reporting Services Auditor, you need to complete the following tasks.
- Configure the Virtual Directory to use ASP.NET 2.0
Configure the Virtual Directory to use ASP.NET 2.0 runtime
SSW SQL Reporting Service Auditor only supports ASP.NET 2.0 runtime. While the installer deploy the virtual directory, IIS defaults the web application to use ASP.NET 1.1 runtime. You need to change this in IIS manually.
To do this:
- Open "Internet Information Services (IIS) Manager"
- Right click the "SSWSQLRSAuditor" virtual directory and choose "properties"
- On the ASP.NET tab select Version 2.0

Figure: Set the web app to use ASP.NET 2.0 runtime
- Click OK
-
Running SSW SQL Reporting Services Auditor

Figure: Open default page for SSW SQL Reporting Services Auditor.

Figure: Click and open report server.
Note: you need to enter the correct report server URL if you didn't have it installed to the default path.

Figure: Report folder for SSW SQL Reporting Services Auditor, click "01 - ValidateReports" to validate your reports.
-
Reports

Figure: Validating report for Reporting Services Reports.
-
Timeout

Figure: Timeout
If there is a timeout warning, you need to modify parameters in Web.Config file to allow SQL Reporting Services Auditor to check your report server not timeout.

Figure: Modify the web.config
CheckParameterTimeout is the timeout value for checking report parameters.
RenderTimeout is the timeout value for rendering report.
The web.config is located in the virtual directory folder. This is
typically C:\Program Files\SSW SQL Reporting Services Auditor\WebApp\Web.Config