BookmarkSubscribeRSS Feed
sharda
Obsidian | Level 7

Hello,

 

I am trying to drill through from a information map I created from a cube but received this error message:

 

The immediate MDX execution failed

  • The server encountered an error accessing a source data table.


Thanks,
Sharda

 

 

7 REPLIES 7
sharda
Obsidian | Level 7

Hello All,

 

Any reason as to why I am unable to drill through using WRS from an IM that was created by an OLAP cube? Is there a permission issue?

 

Thanks,
Sharda

Madelyn_SAS
SAS Super FREQ

This SAS note explains several reasons why you might not be able to drill through to detail data in SAS Web Report Studio:

http://support.sas.com/kb/24/491.html

 

Also, you do need to enable the drill-through capability in the information map. Open the properties for the map. There is an "Allow drill-through to detail data" option.

sharda
Obsidian | Level 7

Thank you Madelyn,

 

I will go through the options and let you know the results.

 

Sharda

sharda
Obsidian | Level 7
Hello Madelyn,

One of the options to fix the error is to do this, where do I do this and what changes to the code below do I need to make:
1. Limit the number of returned rows using the MDX DRILLTHROUGH
statement:

DRILLTHROUGH maxrows 1000 firstrowset 5000
select .... on columns,
.... on rows
from ....

This will retrieve rows 5000-6000.

Thanks,
Sharda

sharda
Obsidian | Level 7

hello Madelyn,

 

Could you please let me know where I can find the steps to achieve one of the recommendation you suggested below?

 

Limit the number of returned rows using the MDX DRILLTHROUGH
statement

 

Thanks,
Sharda

Madelyn_SAS
SAS Super FREQ

This will require assistance from OLAP Server specialists in technical support. Please fill out the request form, providing as many details about the issue as possible:

https://support.sas.com/ctx/supportform/createForm

 

 

sharda
Obsidian | Level 7

Ok thank you Madelyn.

sas-innovate-2024.png

Join us for SAS Innovate April 16-19 at the Aria in Las Vegas. Bring the team and save big with our group pricing for a limited time only.

Pre-conference courses and tutorials are filling up fast and are always a sellout. Register today to reserve your seat.

 

Register now!

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 7 replies
  • 1571 views
  • 0 likes
  • 2 in conversation