PRB: Connection Timeout Occurs When Connecting to a Remote OLAP Server Using an ADO Connection (301334)
The information in this article applies to:
- Microsoft SQL Server OLAP Services 7.0
- Microsoft SQL Server OLAP Services 7.0 SP1
- Microsoft SQL Server OLAP Services 7.0 SP2
- Microsoft SQL Server OLAP Services 7.0 SP3
- Microsoft SQL Server 2000 Analysis Services
This article was previously published under Q301334 SYMPTOMS
When you attempt to connect to a remote OLAP server by using an ActiveX Data Objects (ADO) connection, several seconds may be required for the connection to succeed or the connection may fail with a connection timeout error. When you execute the connection from an ASP page, the following error message may appear:
Microsoft OLE DB Provider for OLAP Services (0x80004005)
OLAP server error: The operation requested failed due to timeout.
CAUSE
OLAP Services 7.0 and Analysis Services attempt to perform a Domain Name System (DNS) Reverse Lookup, to resolve the name of the client from the IP address for logging purposes.
RESOLUTION
To resolve this behavior, use either of the methods that follow:
- Enable DNS Reverse Lookup on the DNS Server by configuring a Reverse Lookup Zone.
- Add an appropriate name-to-address mapping for the client in the %SystemRoot%\System32\Drivers\etc\HOSTS file of the OLAP server.
- Activate Session Pooling for the OLAP server.
- Increase the ADO ConnectionTimeout setting.
Modification Type: | Major | Last Reviewed: | 6/30/2004 |
---|
Keywords: | kbprb KB301334 |
---|
|