Error in Drill through reports

Hi All,
I need a help with Drill through reports in Essbase Studio.
I created a drill through report successfully. Now When I trill to access that report using SmartView, I am able to see the report at generation 2, but as soon as drill down, i am getting following error.
" BPM drill through functionality not available. EMC required in MDX query "
Please advice.

Can anyone please give some suggestions ? I guess I figured out that whenever there is a duplicate member present in a hierarchy, its gives me the following error:
*" BPM drill through functionality not available. EMC required in MDX query "*
Please advice.

Similar Messages

  • *****EIS : Drill through Report Error while excel data retre

    Dear All,
    could you please help me in the below error . When i tried to get the drill through reports in excel add-in ,
    i am getting the below error . When i had look into EIS log, its generating dynamic query for this drill through reports .
    [NCR][ODBC Teradata][Teradata Database] Syntax error- expected something between the word '<<Databasename>>' and the word 'ai'.Unable to get catalog string.
    Thanks in advance .
    M

    You are saying the dynamic query was generated, did you copy the query and tried to execute it in the database client. Check the SQl for any errors and also in the did you see any SQL errors?

  • Error with Downloaded Excel Drill Through Report

    Hello! Please help!
    I am having problem with the excel downloaded drill through report. Downloading the report is ok, but when I open the downloaded report, it always have this error:
    View Display Error
    Error generating view. Error getting cursor in GenerateHead
    Error Details
    Error Codes: OAMP2OPY:EHWH2A7E
    A numeric value was expected (received "0").
    The parent report is ok. No such error is being encountered whenever I tried to open downloaded parent report.
    I am using OBIEE 10.1.3.4.1 version.
    Regards,
    MJ
    Edited by: user13803157 on Oct 12, 2011 7:34 PM
    Edited by: user13803157 on Oct 12, 2011 7:34 PM

    This is a known bug. Here are the Metalink details:
    Cause
    This is due to bug 8394579 - Numeric Input Results in Non-Numeric Error.
    Solution
    Download and apply patch 9492821. This includes a fix for bug 8394579, even though it is not listed in the readme as being included.
    Note that the patch is password protected. Contact Oracle Support for a password.
    An alternative solution is to upgrade to OBIEE 11g.
    If this was helpful, please mark the response as correct.

  • How to display the drill through report in a new browser seperate window

    Hello All,
    I am working on a drill through report which should run when I select the column value from the main report. The drill through report I am working on is Centerline Validate Angles for a specific line. It has 2 parameters, Pods ID and Angle. Main report supplies
    these 2 values. Right now, I am having an issue in displaying the drill through report in a seperate window. I have selected Go To URL option from the text box properties in main report and gave the expression as
    ="javascript:void(window.open('http://vmaidbdev1/Reportserver?%2fADN2%2fPipeline%2fCenterline+Validate+Angles+For+Specifi+Line&rs%3aCommand=Render&PODS_ID="&Fields!LINE_ID.Value &"&Angle="&Parameters!Angle.Value
    This is not working. The field in the main report is clickable but when I click it is throwing me error as Reporting services error. Could any one let me know if there is any error in the above expression or anything I need to add or correct.
    Please help. Thanks so much.

    Hi srisql,
    Sorry for the delay in getting back to you.
    After double-check the URL which I posted, I find that I have made some error in it. As you can see, there are some spaces in the URL. So please try the following expressions to check the issue again.
    Angle parameter is a multi-value parameter:
    ="javascript:void(window.open('http://vmaidbdev1/reportserver?/Adn2/Pipeline/Centerline Validate Angles for a specific line&PODS_ID="& Fields!LINE_ID.Value &"&Angle="
    &Join(Parameters!Angle.Value,"& Angle =") &"','_blank'))"
    Angle parameter is a single-value parameter:
    ="javascript:void(window.open('http://vmaidbdev1/reportserver?/Adn2/Pipeline/Centerline Validate Angles for a specific line&PODS_ID="&Fields!LINE_ID.Value &"&Angle="&Parameters!Angle.Value
    &"','_blank'))"
    The following general URL is for your reference:
    ="javascript:void(window.open('http://server_name/reportserver?/folder/ folder/report_name&parameter_name="&Fields!field_name.Value &"&parameter_name="&Parameters!parameter_name.Value
    &"','_blank'))"
    If you have any other questions, please feel free to ask.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Issue with Drill Through Reports in Essbase Studio.

    Hi,
    we are using essbase studio to drill through to the source table in Oracle.In drill through definition the query is like , select * from source where (Project IN ($$PROJECTS-VALUE$$)). Project column is located in source table and PROJECTS-VALUES are located in Essbase under project dimension and we will select the values in smart view. we are using smart view to check drill through reports.In smart view, If i select one member at gen-2 level which contains 1450 level-0 members,It is saying as error in executing the report in line 1972. Is there any limitation with IN condition , such that oracle takes only limited values like count of 999.we are facing issue only at gen-2 of project and it is working good from gen-3.
    Please let me know is there any kind of certain limitation.

    It is possible you are overloading the parser. If the projects table/view is a recursive join, when Studio creates the $$Project-value$$ is actaully returns all the level zero members under the member selected(at least in 11.1.2.X. If the list is huge, it might have problems. I would open an SR to see if there is a limit. It might be number of characters or values

  • EIS Drill Through Reports

    Hi,
    Working with Drill Through reports on essbase 9.3.1. I have defined 10 drill thru reports in EIS because of mulitple hierarchies in some dimensions that needed to be specified. I created 1 from scratch and then copied it and modified OLAP intersections as needed, typically it was just 1 dimension that I needed to delete and re-add using a different child.
    Some simple drill thru retrievals are working just fine, while others are causing me to receive an error...
    {ESSNET MESSAGE} Network error [10054]: Cannot Send Data
    Why would some report retrievals work, and others get this message?
    Any ideas?
    TIA,
    Robert

    Not a problem.. http://timtows-hyperion-blog.blogspot.com/2007/12/essbase-api-error-fix-geeky.html
    Remember, you have to reboot the machine(s) where you make changes for them to take effect.. If your EIS server is also Windows (and on a different server), do the same thing there.
    We see this issue all the time with the Outline Extractor as it makes many, many requests to the Essbase server (and each one uses a port that is not released by Windows for some time).. In fact, I am currently writing some new caching functionality into our Dodeca-Essbase server and am putting a configurable delay into the code so the code doesn't call the server too quickly (but, of course, this is something that runs in the background, so performance isn't a huge issue in that case)..
    Let us know if it fixes your issue.
    Tim Tow
    Applied OLAP, Inc

  • EIS drill through reports in Analyzer

    I'm having trouble pulling SQL drill through reports defined in EIS when using Analyzer. I can pull the report when I'm in Excel, but when I go into Analyzer and double click, I get the related content box to open, but no links to the drill through report.<BR><BR>I did some searching on the Hyperion support site and found an entry in the knowledge base that said the Grid API option had to be turned on for this functionality to work. Of course there was no mention of how to turn the Grid API on and I have not been successful in finding anything in the install guide or the admin guide.<BR><BR>I'm using Essbase 7.1.5 with EIS 7.1.2 and Analyzer 7.2.5.<BR><BR>Is anyone using Analyzer to successfully pull EIS drill through reports?<BR>Did you have to turn on the Grid API option?<BR>How is this feature turned on?<BR>Or, any other suggestions?<BR><BR>TIA

    <p>Hi,</p><p> </p><p>I am also facing few issues related to AIS:</p><p> </p><p>I am unable to use Drill Through</p><p> </p><p>(1) Smart View: It is asking for Connections and i am unable toprovide Shared Services Provider Information. It throws an error.In case i use URL as add feature then it asks for credential butstill no luck</p><p> </p><p>(2) Then i tried to used Add-In Excel and (This is my 1st time):When i double click on the data figure based on Intersaction leveli defined, it is taking me LRO's and now i don't know hoe toproceed further</p><p> </p><p>Can anybody help me?</p>

  • Drill-Through reports in EIS 7.1.X

    Hi,<BR><BR>We had some problem migrating to EIS 7.1 from 6.5.4. EIS seems to ignore all the dimension tables defined in the model whenever executing the drill-through reports, and only using fields in fact table in the "where" clause. The same report/"intersection points" works perfectly in 6.5.4.

    <p>Hi,</p><p> </p><p>I am also facing few issues related to AIS:</p><p> </p><p>I am unable to use Drill Through</p><p> </p><p>(1) Smart View: It is asking for Connections and i am unable toprovide Shared Services Provider Information. It throws an error.In case i use URL as add feature then it asks for credential butstill no luck</p><p> </p><p>(2) Then i tried to used Add-In Excel and (This is my 1st time):When i double click on the data figure based on Intersaction leveli defined, it is taking me LRO's and now i don't know hoe toproceed further</p><p> </p><p>Can anybody help me?</p>

  • Problem with EIS drill through reporting

    Hello,<BR><BR>Please help me with this.<BR><BR>We are using Drill Through reports with EIS 7.1 and Essbase 7.1 in AIX environment. (These are the IBMDB2 Olap versions, not directly from Hyperion.) For some reports when retrieved on a member with more number of children, the Integration server gets killed and we get the following error<BR><BR>ESSDTU<BR>{ESSNET MESSAGE} Network error [10054]: Cannot Send Data<BR><BR>Following is the information in the server log file:<BR><BR>[Thu Jul 13 4:39:04 PM 2006] /IS/Listener/0/Informational/1051001/Build-EIS71B168<BR>Received client request Login<BR><BR>[Thu Jul 13 4:39:04 PM 2006] /IS/Coordinator/0/Informational/0/Build-EIS71B168<BR>Executed client request 'Login' in 0 seconds<BR><BR>[Thu Jul 13 4:39:04 PM 2006] /IS/Worker/1152826749/Informational/0/Build-EIS71B168<BR>Initialization completed, 'Worker' service is online.<BR><BR>[Thu Jul 13 4:39:04 PM 2006] /IS/Worker/1152826749/Informational/0/Build-EIS71B168<BR>Received client request Get Drill-Through report<BR><BR>[Thu Jul 13 4:39:04 PM 2006] /IS//0x0/1152826749/Informational/0/Build-EIS71B168<BR>Successfully loaded the OLAP Model 'OM1'<BR><BR>[Thu Jul 13 4:39:05 PM 2006] /IS//0x0/0/Informational/1051034/Build-EIS71B168<BR>EssbaseAPI: Logging in user [User1]<BR><BR>[Thu Jul 13 4:39:05 PM 2006] /IS//0x0/0/Informational/1051035/Build-EIS71B168<BR>EssbaseAPI: Last login on Thursday, July 13, 2006 4:24:33 PM<BR><BR>[Thu Jul 13 4:39:06 PM 2006] /IS/Worker/1152826749/Informational/0/Build-EIS71B168<BR>Executed client request 'Get Drill-Through report' in 2 seconds<BR><BR>[Thu Jul 13 4:39:07 PM 2006] /IS/Worker/1152826749/Informational/0/Build-EIS71B168<BR>Received client request Get Drill-Through report attributes<BR><BR>[Thu Jul 13 4:39:07 PM 2006] /IS/Worker/1152826749/Informational/0/Build-EIS71B168<BR>Executed client request 'Get Drill-Through report attributes' in 0 seconds<BR><BR>[Thu Jul 13 4:39:07 PM 2006] /IS/Worker/1152826749/Informational/0/Build-EIS71B168<BR>Received client request Get Drill-Through report data<BR><BR>[Thu Jul 13 4:39:07 PM 2006] /IS/Worker/1152826749/Informational/0/Build-EIS71B168<BR>Drill Through Report for Essbase Server:Server1.corp.com Application<img src="i/expressions/face-icon-small-happy.gif" border="0">T1 DB<img src="i/expressions/face-icon-small-happy.gif" border="0">B1 User:User1<BR><BR>[Thu Jul 13 16:39:16 2006] /IS/Server///Informational/0<BR>Unknown flag [JDBC DSN] found, ignoring it/Build-EIS71B168<BR><BR>[Thu Jul 13 16:39:16 2006] /IS/Server///Informational/0<BR>Found Q command line parameter and a value of 128 is set to it/Build-EIS71B168<BR><BR>[Thu Jul 13 16:39:16 2006] /IS/Server///Informational/0<BR>Setting configuration variable, server home, to 'c:\ibm\db2olap\is'/Build-EIS71B168<BR><BR>[Thu Jul 13 16:39:16 2006] /IS/Server///Informational/0<BR>Setting configuration variable, temporary directory, to 'C:\DOCUME~1\malkar\LOCALS~1\Temp'/Build-EIS71B168<BR><BR>[Thu Jul 13 16:39:16 2006] /IS/Server///Informational/0<BR>Setting configuration variable, log file name, to 'c:\ibm\db2olap\is\log\olapisvr.log'/Build-EIS71B168<BR><BR>[Thu Jul 13 16:39:16 2006] /IS/Server///Informational/0<BR>Setting configuration variable, Essbase message database, to 'C:\ibm\db2olap\bin\essbase.mdb'/Build-EIS71B168<BR><BR>[Thu Jul 13 16:39:17 2006] /IS/Coordinator/0/Critical/2002003/Build-EIS71B168<BR>Invalid session identifier, please log in to Essbase Integration Services Server again.<BR><BR>[Thu Jul 13 16:39:28 2006] /IS/Coordinator/0/Critical/2002003/Build-EIS71B168<BR>Invalid session identifier, please log in to Essbase Integration Services Server again.<BR><BR><BR>Please let me know if this is something to do with the EIS limitations or some setting<BR>Thanks<BR>Kris

    Normally if the drill through report fetches a wrong combination of members or huge amount of members than the way it was designed in the Drill through Report template. The database may fail due to improper query. Check the database and table status. Also fetch the report with proper combination of members.

  • How to increase number of rows displayed in Essbase drill-through report?

    Hi
    By default, the maximum number of rows per Essbase drill-through report (via Integration Services) is set to 1000. Could anyone tell me how to change this limit please?
    Regards
    Chandra

    Is this for an EIS drill through report that drills through to get RDBMS data, using spreadsheet add-in for example? If so check and see if "Maximum rows per query" in EIS is currently set at 1000 and try to increase it. (I don't recall hitting a 1000 limit in the past, perhaps your report is set at that? or if this is through Web Analysis maybe WA is governing it)
    To set/change a query governor in EIS:
    1     In the Drill-Through Reports dialog box, select a report name.
    2     Click Edit to open the Report properties dialog box.
    3     In the Report properties dialog box, select the Governors tab.
    4     In the Maximum time per query (in seconds) text box, enter the maximum query time.
    For example, to stop a query that takes longer than 100 seconds, type 100.
    5     In the Maximum rows per query text box, enter the maximum number of rows to retrieve.
    For example, to stop a query that retrieves more than 200 rows, type 200.
    6     Click OK.

  • Drill through reports are not working fine in share point server

    I Have a master report with four parameters and child report with two parameters
    I deployed these two reports in share point server , my scenario is i am navigating from my parent report to child report using action (Drill Through Report Concept)
    First i clicked on parent report it will ask select parameters , i have selected all parameter and click on apply in share point it will display the parent report content .
    In parent report i have link to navigate child report . if i click the link it will redirect to child report and displays the child report content perfectly. upto this step every thing working fine now problem is comes to picture
    I have back to in my child report when i click the that button it redirects from child to parent
    But earlier selected parameters values are lossed and the parent report again asked for me to select parameters
    Can you please explain me because we have migratiojn from ssrs report manager to share point .

    Hi All,
    Finally i got the solution there is small difference between SSRS Native mode and share point integrated mode
    To overcome this issue explicitly we have to change our report expression code for SharePoint Integration mode before deployment. We have to change URL
    Preparation code in the expression in report.
    Below is the sample URL
    ="http://<<site url>>/ReportServer/RSViewerPage.aspx?rv:RelativeReportUrl"+"=/ssrs/INT/Report.rdl&rp:parameter1="+CStr(Parameters!parameter1.Value)+"&rp:parameter2="+CStr(Parameters!parameter2.Value)+"&rc:Parameters=True"
    The only difference between our SSRS Report manager report expression and share point integrated mode report expression is
    “rp:”
    value prefixed with every parameter.
    After fixing this code I am able to see the previously selected values in Parent report below are the screen shots

  • Passing multi value parameter to the Drill through report

    Hi
    I have two reports say Report A and Report B.
    Both reports using same parameters.
    I am Navigating from Report A to Report B using Jump to Report option.
    Now when I pass multiple parameter to the Report B it only displays first parameter results.
    In report B I have parameter multi value select to true.
    I would like to know if its possible or not to pass multi value parameter in drill through report?
    I would appreciate if someone can help me here.
    Regards
    Amit

    Yes you can pass multi value parameters to a drill through report.
    It works similar to multi value parameters for subreports, which is discussed in detail in this thread: http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=163803&SiteID=1
    -- Robert

  • EIS drill through report build

    Hi,<BR><BR>I want to create multiple drill through reports using EIS. But looks like I need to create all the required reports before I build and load the cube. Once I have built the cube using EIS, I cannot go in the metaoutline and add new drill through reports. Is this true, or am I missing something? <BR>So whenever I need to add new reports for drill through, do I need to build the cube all over again?<BR><BR>Thanks<BR>RMP

    No, you can open your metaoutline and build your drill through report and then run an update that just refreshes the drill through reports without having to rebuild or reload the cube.

  • Drill through report

    Hi Friends,
    I am new to this blog. I have a quick question using drill through report. I have deployed BSO cube using EAS / rules files. I want to create a drill through report. I know how to create a drill through using essbase studio but not from EAS. Please advice.
    Thanks
    Andy

    It will be available to the participants of the conference. (it is already posted, but I have changes to upload). I'm not sure when ODTUG will make presetations generally availalbe. IT is not typically for a number of months. Also although the presentaion sildes have information, there is a lot of verbage to go along with it. I'm sure it will end up as an interRel webcast later in the year, but I would not know when. I'm sure none of this helps you. but it is a bigger topic than applicable to the forum

  • Passing different (multi-) values for parameters to drill-through report, based on clicked subtotal in main report

    In Report Builder 3.0, I have made a main report in which the user can filter the underlying dataset using three parameters (all multi-value). The report shows totals grouped by these three parameters, as well as a grand total. What I want is to click
    on a total, which then opens the drill-through report for the corresponding records. I have achieved this for the grand total; the action in the corresponding text box passes all selected values of the parameters to the drill-through report.
    What I cannot figure out is how to make this work right when clicking on a subtotal. When I use the same expression as for the grand total, the same values for the parameters are passed, instead of the subset that apply to the corresponding text box in the
    main report. I expected this to work, because Report Builder /does/ correctly calculate the SUMs for the different levels, even though the expressions are the same.
    My question is: how do I pass different drill-through (multi-) values for parameters, corresponding to the respective subtotals in the main report?
    (FYI: I am using Microsoft SQL Server 2008 R2 and Report Builder 3.0 .)

    Hello Katherine,
    Thanks once more for your quick reply.
    I was aware of the textbox action "Go to report", and how to pass parameters in general. My question concerned how to determine the scope of the passed multi-value parameters (to the values that apply to the respective group/subtotal). The article you linked
    to is informative, but not a solution to my problem.
    A colleague of mine came up with a pragmatic solution: instead of trying to determine the scope of the parameter values, now I "look to the left in the results table". The two screenshots below should illustrate this. (Screenshots are in Dutch. Specific information
    is pixelated.)
    Unfortunately, I am not able to post images. Once my account is verified, I will edit them in. For now, I hope the text speaks for itself enough.
    [Screenshot: Drill-through parameters - 01: Report Builder tablix with subtotals]
    [Screenshot: Drill-through parameters - 02: Textbox properties (selected in screenshot 01) - Action - Go to report]
    The first screenshot shows the tablix in the Report Builder. The second screenshot shows the properties of the textbox selected in the first.
    Notice that I do not pass parameters for the first two columns, but the actual values. I only pass the parameter (containing /all/ user-selected values) for the third column. In the textbox below the selected one, I pass the actual values for the first column,
    and parameters for the last two. In the textbox above the selected one, I pass the actual values for all three columns.
    The only (cosmetic) flaw this approach has is that in the drill-through report, the list of selected parameters might show values that do not occur in the (corresponding part of the) results, and only for those parameters for which the main report passes (all
    user-selected) parameter values, and not the actual values in the results. The results are correct, though.
    If there is a way to directly determine the scope of multi-value parameters for passing to a drill-through report, I would still like know. But for now, this seems to work.

Maybe you are looking for

  • Excel automatically create .tmp file when open after close Excel, tmp file still there

    Anytime I save a change to one of my Excel files, the TMP file appears in the destination folder and remains.  The "main" Excel file saves the retains the changes that I made and after each subsequent change, a new TMP file is created...old TMP files

  • Error while restoring the backup

    HI, We have taken the offline backup through BRtools but we have used rman to take the backup in init.SID.sap. We have succeeded in taking the backup of the database and it has saved in .S format. Now when we are restoring with Brrestore it is giving

  • Form submits

    I have following jsp page in struts. if you see, this page has four editable textfields and one submit button. when i edit four textfiled values and then try to press submit, I want to submit these four textfiled values to a stored procedure which up

  • Automatic Sort on dataTable affects other tables

    Hi everybody, I'm struggling a little bit with JSF as I have a special requirement - I need a dynamic display of some independently sortable dataTables below each other. It works quite well, but the problem is, that if I sort one of the shown tables,

  • Adobe CS 5.5 for Mac 10.6.8 still available and supported?

    I have a 2007 white Mac (Macbook 2,1 -- snow leopard) that will support only up to CS5.  I need to learn photoshop, illustrator and indesign, so my options are 1) buy a new Mac or 2) buy CS5.  Any other thoughts as to why I should go one way or the o