FIX: RDS Query Times Out After Five Minutes (192718)
The information in this article applies to:
- Remote Data Service for ADO 1.5
This article was previously published under Q192718 SYMPTOMS
Remote Data Service (RDS) version 1.5 times out when trying to run queries
longer than five minutes. Clients receive the following error message:
Internet Client Error : Request Timeout.
CAUSE
The Wininet.dll has a default timeout of five minutes. RDS 1.5 used this .dll
file and its default timeout.
RESOLUTION
This limitation is fixed in RDS 2.0 and later. You may download the latest version of Microsoft Data Access Components, including RDS, from the following Web address:
NOTE: RDS 1.5 is no longer available for download.
The RDS.Dataspace and RDS.Datacontrol in release 2.0 and later have a new property
Called InternetTimeout, which takes the following range of values: - Minimum value of -2,147,483,648 (Times out immediately, any negative times out immediately.)
- Maximum value of 2,147,483,647 (596 hours or 24 days, never times out.)
- Value of 0 (will not timeout.)
- Negative value (will timeout immediately.)
STATUSMicrosoft has confirmed that this is a problem in the Microsoft products that are listed at the beginning of this article.
This bug was corrected in RDS 2.0 and later. REFERENCES
For additional information, please see the following articles in the
Microsoft Knowledge Base:
166277 HOWTO: Create a VB Component that Returns a Recordset in RDS
For more information, please see the following World Wide Web URL:
For additional information, please see the following public newsgroup:
microsoft.public.ado.rds
Remote Data Services version 1.5 Readme.txt
Data Access Software Development Kit (SDK) version 2.0 DASDKReadme.txt
ActiveX Data Objects version 2.0 ADOReadme.txt
Remote Data Services version 1.5 Help in the MSDN Library
Data Access Software Development Kit (SDK) Help
Modification Type: | Minor | Last Reviewed: | 3/2/2005 |
---|
Keywords: | kbbug kbDatabase kbfix kbMDACNoSweep KB192718 |
---|
|