dbTalk Databases Forums  

MDX DRILLTHROUGH IN AS2005 - NEED HELP , VERY VERY URGENT, Please Help

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


Discuss MDX DRILLTHROUGH IN AS2005 - NEED HELP , VERY VERY URGENT, Please Help in the microsoft.public.sqlserver.olap forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
BALAJI K via SQLMonster.com
 
Posts: n/a

Default MDX DRILLTHROUGH IN AS2005 - NEED HELP , VERY VERY URGENT, Please Help - 02-07-2006 , 06:04 AM






Hi All,

I have a SERIOUS ISSUE WITH DRILLTHROUGH in Analysis Services 2005 MDX

I have a Cube with two Dimesions User,Time and my Measure is "Online Course
Count" which is in the Fact Table

I have UserName,City,Country,Phone etc in the User Dim

I have created a new "Drillthrough Action" which has the above user table
columns to be returned.

I have defined a role with the permissions, I am not sure what permissions I
need to grant for the drillthrough

When I run this query in the SQL Server Managment Studio it throws me the
following error...

Errors from the SQL query module: The 'User' table either does not exist in
the 'SessionCube' schema (or cube.), or the user does not have the necessary
permissions to access it.

DRILLTHROUGH
SELECT
{[Measures].[Rpt FACT Online Course Count]} ON 0,
{[ETL Dim User].[sUser].&[rsudhakar]} ON 1
FROM [SessionCube]
RETURN
[ETL Dim User].[sName]

Please let me know what I am missing...

This is very critical

Thanks in advance

Balaji

--
Message posted via http://www.sqlmonster.com

Reply With Quote
  #2  
Old   
BALAJI K via SQLMonster.com
 
Posts: n/a

Default Re: MDX DRILLTHROUGH IN AS2005 - NEED HELP , VERY VERY URGENT, Please Help - 02-07-2006 , 07:38 AM






Hi All,

it WORKED ...

DRILLTHROUGH
SELECT
{[Measures].[Rpt FACT Online Course Count]} ON 0,
{[ETL Dim User].[sUser].&[rsudhakar]} ON 1
FROM [SessionCube]
RETURN
[$ETL Dim User].[sName]

Please anyone let me know why we need the $ to be added in the Dim table

Thanks in advance
Balaji


BALAJI K wrote:
Quote:
Hi All,

I have a SERIOUS ISSUE WITH DRILLTHROUGH in Analysis Services 2005 MDX

I have a Cube with two Dimesions User,Time and my Measure is "Online Course
Count" which is in the Fact Table

I have UserName,City,Country,Phone etc in the User Dim

I have created a new "Drillthrough Action" which has the above user table
columns to be returned.

I have defined a role with the permissions, I am not sure what permissions I
need to grant for the drillthrough

When I run this query in the SQL Server Managment Studio it throws me the
following error...

Errors from the SQL query module: The 'User' table either does not exist in
the 'SessionCube' schema (or cube.), or the user does not have the necessary
permissions to access it.

DRILLTHROUGH
SELECT
{[Measures].[Rpt FACT Online Course Count]} ON 0,
{[ETL Dim User].[sUser].&[rsudhakar]} ON 1
FROM [SessionCube]
RETURN
[ETL Dim User].[sName]

Please let me know what I am missing...

This is very critical

Thanks in advance

Balaji
--
Message posted via http://www.sqlmonster.com


Reply With Quote
  #3  
Old   
raghu
 
Posts: n/a

Default RE: MDX DRILLTHROUGH IN AS2005 - NEED HELP , VERY VERY URGENT, Please Help - 01-29-2010 , 03:45 PM



That works great

Was struck at same point and that Helped me too

From http://www.developmentnow.com/g/112_...lease-Help.htm

Posted via DevelopmentNow.com Groups
http://www.developmentnow.com/g/

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.