BUG: An HTTP connection to an instance of SQL Server 2005 may time out (842571)
The information in this article applies to:
- Microsoft SQL Server 2005 Beta 2, when used with:
- the operating system: Microsoft Windows Server 2003
Beta InformationThis article discusses a Beta release of a Microsoft product. The information in this article is provided as-is and is subject to change without notice.
No formal product support is available from Microsoft for this Beta product. For information about how to obtain support for a Beta release, see the documentation that is included with the Beta product files, or check the Web location where you downloaded the release.SYMPTOMSIf you use HTTP to connect to an instance of Microsoft SQL Server 2005 on a computer that is running the original release version of Microsoft Windows Server 2003, the HTTP connection may time out and may end unexpectedly. This problem occurs after the instance of SQL Server 2005 receives the SQL Server data that you sent as an HTTP request over the HTTP connection.CAUSEThe timer in Http.sys is the kernel mode driver that handles HTTP requests in Windows Server 2003. This timer is not reset correctly after the instance of SQL Server receives the data as an HTTP request. Because the default connection time-out period is set to 120 seconds, the HTTP connection times out and ends if SQL Server 2005 takes more than 120 seconds to process the client request and to send the processing results as an HTTP response to the client.WORKAROUNDTo work around this problem, you must increase the connection time-out value of the Web sites on the computer that is running Microsoft Internet Information Services (IIS). For example, if IIS is installed on the computer that is running your instance of SQL Server 2005, follow these steps on the computer to increase the connection time-out value: - Click Start, click Run, type inetmgr, and then click OK.
- In the left pane of the Internet Information Services (IIS) Manager window, expand Internet Information Services, expand ComputerName, and then expand Web Sites.
- Right-click Default Web Site, and then click Properties.
- In the Default Web Site Properties dialog box, click the Web Site tab.
- Under the Connections section, type the new connection time-out value in the Connection timeout box.
- Click Apply, and then click OK.
STATUSMicrosoft has confirmed that this is a bug in the Microsoft products that are listed in the "Applies to" section.
Modification Type: | Minor | Last Reviewed: | 11/1/2005 |
---|
Keywords: | kbTimer KbhttpHandlers kbhttp kbUpgrade kbSqlClient kbServer KbClientServer kbClient kbtshoot kbbug KB842571 kbAudDeveloper |
---|
|