dbTalk Databases Forums  

Drillthrough MDX Problem ..

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


Discuss Drillthrough MDX Problem .. in the microsoft.public.sqlserver.olap forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Muhammad Mansoor
 
Posts: n/a

Default Drillthrough MDX Problem .. - 04-19-2005 , 10:48 AM






Hi All,

I am running a simple DrillThrough MDX on FoodMart 2000 on Sales cube,
the MDX is :

DRILLTHROUGH MAXROWS 1000
SELECT {[Customers].[All Customers].[USA].[CA].[Berkeley]} ON 0,
{[Time].[1997]} ON 1,
{[Product].[All Products].[Drink]} ON 2
FROM Sales


But it shows the following error:

----------------
Unable to open cellset
The connection cannot be used to perform this operation. It is
either closed or invalid in this context.
-----------------


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

Default Re: Drillthrough MDX Problem .. - 04-19-2005 , 06:18 PM






This query seems to work in Reporting Services Designer - what MDX
client tool are you using?


- Deepak

Deepak Puri
Microsoft MVP - SQL Server

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

Reply With Quote
  #3  
Old   
Muhammad Mansoor
 
Posts: n/a

Default Re: Drillthrough MDX Problem .. - 04-20-2005 , 12:07 AM



MDX Sample Application


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

Default Re: Drillthrough MDX Problem .. - 04-20-2005 , 10:17 AM



You have to use some other app for doing DrillThrough. Most of the
3rd-party MS OLAP client apps support it; or you can use SQL Server
Reporting Services (though MSRS 2000 drillthrough only seems to work for
single-partition cubes). The Office Excel add-in should work as well:

http://www.microsoft.com/office/solu...eladdin/defaul
t.mspx


- 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.