dbTalk Databases Forums  

Drillthrough timeout in Analysis Services 2000?

microsoft.public.sqlserver.olap microsoft.public.sqlserver.olap


Discuss Drillthrough timeout in Analysis Services 2000? in the microsoft.public.sqlserver.olap forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Stan Kondrat
 
Posts: n/a

Default Drillthrough timeout in Analysis Services 2000? - 05-16-2005 , 02:13 PM






Is there a setting in Analysis Services 2000 that controls how long the
drillthrough query can run before timing out?

Stan

Reply With Quote
  #2  
Old   
Deepak Puri
 
Posts: n/a

Default Re: Drillthrough timeout in Analysis Services 2000? - 05-16-2005 , 10:46 PM






http://groups-beta.google.com/group/...rver.olap/msg/
2f4bfb66580e83b9?hl=en
Quote:
Depending on the OLAP client app that is used for drillthrough, the
timeout limit may be adjustable:

http://groups-beta.google.com/*group...serv*er.olap/m.
..

linda deng[MS] Sep 11 2002, 11:38 pm show options

Newsgroups: microsoft.public.sqlserver.ola*p
From: lid... (AT) online (DOT) microsoft.com (linda deng[MS])
Date: Thu, 12 Sep 2002 06:26:42 GMT
Local: Wed, Sep 11 2002 11:26 pm
Subject: RE: Drillthrough and Timeout

Hi Joe,

The default timeout value is 30 seconds for the drillthrough in Analysis
Server 2000. If you use drillthrough in Analysis Manager, you cannot
re-set
the timeout value. However, if you access with your client application,
you
can re-set the value by setting the CommandTimeout property to a larger
value.

Sincerely,

Linda Deng
Microsoft Support Engineer
Quote:

- Deepak

Deepak Puri
Microsoft MVP - SQL Server

*** Sent via Developersdex http://www.developersdex.com ***


Reply With Quote
  #3  
Old   
Stan Kondrat
 
Posts: n/a

Default Re: Drillthrough timeout in Analysis Services 2000? - 05-19-2005 , 08:46 AM



Thanks, this helps. However it doesn't seem to work with all database
providers. I got it working with SQL Server data source but it seems to have
no effect when the data source is MS Access. I'm using the following ADO.NET
code:

oDA = New OleDb.OleDbDataAdapter(szSQL, m_clConnection.ConnectionString)
oCB = New OleDb.OleDbCommandBuilder(oDA)
oCB.QuotePrefix = "["
oCB.QuoteSuffix = "]"
If i_nTimeout >= 0 Then
oDA.SelectCommand.CommandTimeout = i_nTimeout
End If
oDA.Fill(dsDrillthroughSet)

Any ideas?

Thanks,
Stan
"Deepak Puri" wrote:

Quote:
http://groups-beta.google.com/group/...rver.olap/msg/
2f4bfb66580e83b9?hl=en

Depending on the OLAP client app that is used for drillthrough, the
timeout limit may be adjustable:

http://groups-beta.google.com/-group...serv-er.olap/m.
..

linda deng[MS] Sep 11 2002, 11:38 pm show options

Newsgroups: microsoft.public.sqlserver.ola-p
From: lid... (AT) online (DOT) microsoft.com (linda deng[MS])
Date: Thu, 12 Sep 2002 06:26:42 GMT
Local: Wed, Sep 11 2002 11:26 pm
Subject: RE: Drillthrough and Timeout

Hi Joe,

The default timeout value is 30 seconds for the drillthrough in Analysis
Server 2000. If you use drillthrough in Analysis Manager, you cannot
re-set
the timeout value. However, if you access with your client application,
you
can re-set the value by setting the CommandTimeout property to a larger
value.

Sincerely,

Linda Deng
Microsoft Support Engineer



- Deepak

Deepak Puri
Microsoft MVP - SQL Server

*** Sent via Developersdex http://www.developersdex.com ***


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.