Error message when you try to open the Report Manager tool in SQL Server 2005 Reporting Services: "The request failed with HTTP status 400: Bad request" Or "An attempt to connect to the report server failed" (922656)
The information in this article applies to:
- Microsoft SQL Server 2005 Reporting Services
Bug #: 426887 (SQLBUDT)
SYMPTOMSYou can successfully open the report server site in Microsoft SQL Server 2005 Reporting Services. However, when you try to open the Report Manager tool, you receive one of the following error messages: The request failed with HTTP status 400: Bad Request. An attempt to connect to the report server failed. Check the connection information, and examine the compatibility with the current report server you are using. This problem occurs when you assign an IP address that differs from the IP address of the local host (127.0.0.1) for the report server site. CAUSEThis problem occurs because the Report Manager tool uses the incorrect server URL for the report server site. The URL of the report server site for which the Report Manager tool searches is specified in the ReportServerUrl tag in the file RSWebApplication.config file. By default, if you leave this tag blank, the Report Manager tool uses "Localhost" as the server URL.WORKAROUNDTo work around this problem, follow these steps: - Open the file RSWebApplication.config file in a text editor. The RSWebApplication.config file is located in the following folder:
SQLInstall\MSSQL.X\Reporting Services\ReportManager Note SQLInstall represents the location where SQL Server 2005 is installed. MSSQL.X represents the instance ID of SQL Server 2005 Report Services. - Delete the entry in the ReportServerVirtualDirectory tag.
Note You must not delete the ReportServerVirtualDirectory tag. Only remove the value of the ReportServerVirtualDirectory tag. - In the ReportServerUrl tag, type a fully qualified URL to the report server. For example, use the following format:
<ReportServerUrl>http://<FullyQualifiedURL>:<PortNumber>/<VirtualDirectoryOfReportServer></ReportServerUrl>
<ReportServerVirtualDirectory></ReportServerVirtualDirectory> - Save the RSWebApplication.config file, and then close the text editor.
STATUSMicrosoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section.
Modification Type: | Major | Last Reviewed: | 7/28/2006 |
---|
Keywords: | kbsql2005rs kbExpertiseAdvanced kbtshoot kbprb KB922656 kbAudDeveloper kbAudITPRO |
---|
|