Sys error in CL_RSR_WWW_RENDERER during drill down in Browser

Hi,
We are working on 30B.We get the error 'System error in CL_RSR_WWW_RENDERER, Form GET_FILTER_VALUES_CH  when drilling down in a query in the BEx Browser. We found a note 656473 in the market place related to the error, but the note suggests for Support Pack 16 and we are currently on Support Pack 21. Can anyone tell me what the error is??
Thanks in advance,
Ravi.

Hi,
refer to note 656473.
Rgs,
Antonino

Similar Messages

  • Retain value of Crystal Report variable during drill-down

    Dear expert,
    In CR, how to have a variable whose value is retained during drill-down? In other words, a variable whose value remains across drill-downs.
    I've tried both Global and Shared variables but their values are not retained when drilingl-down (the value is gone or removed).
    Thank you very much.
    Kind regards,
    aswin
    Edited by: Aswin Setyawan Margono on Jan 27, 2011 1:28 PM

    Not enough info to determine the result or what the cause may be.

  • Error WHen rying to Drill down in the Report

    Hi ,
    I am getting the below error when trying to Drill down on a characterstic in the Report.
    "500 Internal Server Error"
    BEx Web Application
    Failed to process request; contact your system administrator
    Information for Administrator
    To avoid this exception see the steps below. To help SAP better investigate this issue, you will need to provide the diagnostic information from these steps.
    1. Most likely, the issue you are experiencing has already been corrected. Please make sure that the most recent patch level is deployed on your system according to notes 1033246 and 1011241. Starting with Support Package Stack 16 patch level 30, BI Java is delivered according to the synchronized delivery process described in the note 1033246.
    2. Please ensure that NetWeaver Business Intelligence Diagnostics & Support Desktop Tool  does not report any issues on your server according to note 937697. You can start it by clicking here (administrator permissions are required).
    3. When opening any customer message on this issue, please attach:
    Support Desktop Tool support info ZIP  file according to note 937697,
    Required information for reproduction  according to note 948490.
    Error Summary
    Exception occured while processing the current request; this exception cannot be handled by the application or framework
    If the information on this page does not help you locate and correct the cause of the problem, contact your system administrator
    To facilitate analysis of the problem, keep a copy of this error page Hint: Most Web browsers allow you to select all content, and copy and paste it into an empty document (such as in an email or simple text file)
    Root Cause
    The initial exception that caused the request to fail was: 
    Termination message sent
    ABEND RS_EXCEPTION (000): ORA-00904: "P0000"."CATTYPE_OT": invalid identifier
      MSGV1: ORA-00904: "P0000"."CATTYPE_OT": invalid
      MSGV2: identifier

    Good day,
    Please check if Note 1327130  helps ...
    Regards,
    Karen

  • Error when trying to drill down by region in BW report.

    Hi,
    I am getting following error when trying to drill-down according to region in BI report.
    Program error in class SAPMSSY1 method : UNCAUGHT_EXCEPTION
    System error in program SAPLRRK0 and from LIFT_DEL_H-02
    can anybody please tell me how to solve this error.
    Thanks in advance.
    Vaibhav

    Hi,
    With the help of ABAPer, you can debug the short dump, if its a dump? Check whether this Infoobject is Authorization relevant?
    Regards,
    Suman

  • Error Message appears when drilling down from a report.

    Hi,
    I am using CR XI R2.
    I have an rpt file that displays a chart from a sub report.
    I tested it on the CR designer and report viewer - works ok.
    When I display this report in my .Net application, I get an error message when drilling down from this chart : "The Report Application Server failed"
    When looking at the log files I see this error message:
    4 19 13:11:14.770 5336 5564 (\servers\ras\dtsagent\reporthandler.cpp:11622): CReportHandler::buildReportViewerError: CSResultException thrown.   ErrorSrc:"CRPE" FileName:"\servers\ras\dtsagent\reporthandler.cpp" LineNum:11618 ErrorCode:997 ErrorMsg:"" DetailedErrorMsg:""
    This is a Viewer error - but when drilling down from the Report Viewer I don't get this exception.
    Does anyone know what this mean?

    Too strange and my require a phone support case;
    http://store.businessobjects.com/store/bobjamer/DisplayProductByTypePage&parentCategoryID=&categoryID=11522300
    Three ideas:
    1) Install CR designer on one of the boxes where this does not work and try to run the report there
    2) Add a line to your code and save out the report just after your database logon once ( .saveAs). try to run this report in the CR designer.
    3) Use the [modules|https://smpdl.sap-ag.de/~sapidp/012002523100006252802008E/modules.zip] utility to compare the runtime - both CR and db client between computers that work and those that do not.
    Ludek

  • Illegal argument error while performing hierarchy drill down using RESTful SDK

    As per SAP Web Intelligence RESTful web service SDK User Guide, trying to perform a drill on a webi report using a POST req as below -
    https://<serverName>:7555/biprws/raylight/v1/documents/<docID>/reports/<reportID>/driller/instructions
    Req body -
    <instruction type="Down">
        <elementId><VTable ID></elementId>
        <from>
            <drillElement>
                <id>DP0.DO6</id>
               <filterValue><filter value></filterValue>
            </drillElement>
        </from>
        <to>
            <drillElement>
                <id>DP0.DO7</id>
                <hierarchyId>DP0.DH1</hierarchyId>
            </drillElement>
        </to>
    </instruction>
    Below is the error I am getting in the response. Looks like some issue with the Request body. please suggest.
    400 Bad Request
    <error>
       <error_code>WSR 00102</error_code>
       <message>Illegal argument</message>
       <stack_trace>com.sap.webi.raylight.RaylightException: Illegal argument
    at com.sap.webi.raylight.context.Messenger.createException(Messenger.java:57)
    at com.sap.webi.raylight.actions.driller.DrillInstructionAction.throwInvalidBodyWithIllegalArgument(DrillInstructionAction.java:399)
    at com.sap.webi.raylight.actions.driller.DrillInstructionAction.execute(DrillInstructionAction.java:130)
    at sun.reflect.GeneratedMethodAccessor7014.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.sap.webi.raylight.actions.ActionInvoker.invokeWith(ActionInvoker.java:123)
    at com.sap.webi.raylight.actions.ActionDispatcher.invoke(ActionDispatcher.java:105)
    at com.sap.webi.raylight.RaylightServiceDriller.drill(RaylightServiceDriller.java:345)
    at sun.reflect.GeneratedMethodAccessor7013.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.apache.cxf.service.invoker.AbstractInvoker.performInvocation(AbstractInvoker.java:173)
    at org.apache.cxf.service.invoker.AbstractInvoker.invoke(AbstractInvoker.java:89)
    at org.apache.cxf.jaxrs.JAXRSInvoker.invoke(JAXRSInvoker.java:164)
    at org.apache.cxf.jaxrs.JAXRSInvoker.invoke(JAXRSInvoker.java:242)
    at org.apache.cxf.jaxrs.JAXRSInvoker.invoke(JAXRSInvoker.java:242)
    at org.apache.cxf.jaxrs.JAXRSInvoker.invoke(JAXRSInvoker.java:242)
    at org.apache.cxf.jaxrs.JAXRSInvoker.invoke(JAXRSInvoker.java:242)
    at org.apache.cxf.jaxrs.JAXRSInvoker.invoke(JAXRSInvoker.java:91)
    at org.apache.cxf.interceptor.ServiceInvokerInterceptor$1.run(ServiceInvokerInterceptor.java:58)
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:439)
    at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
    at java.util.concurrent.FutureTask.run(FutureTask.java:138)
    at org.apache.cxf.workqueue.SynchronousExecutor.execute(SynchronousExecutor.java:37)
    at org.apache.cxf.interceptor.ServiceInvokerInterceptor.handleMessage(ServiceInvokerInterceptor.java:106)
    at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:255)
    at org.apache.cxf.transport.ChainInitiationObserver.onMessage(ChainInitiationObserver.java:113)
    at org.apache.cxf.transport.servlet.ServletDestination.invoke(ServletDestination.java:102)
    at org.apache.cxf.transport.servlet.ServletController.invokeDestination(ServletController.java:464)
    at org.apache.cxf.transport.servlet.ServletController.invoke(ServletController.java:149)
    at com.sap.bip.rs.server.servlet.BIPServletController.invoke(BIPServletController.java:93)
    at org.apache.cxf.transport.servlet.AbstractCXFServlet.invoke(AbstractCXFServlet.java:148)
    at org.apache.cxf.transport.servlet.AbstractHTTPServlet.handleRequest(AbstractHTTPServlet.java:179)
    at org.apache.cxf.transport.servlet.AbstractHTTPServlet.doPost(AbstractHTTPServlet.java:103)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:641)
    at org.apache.cxf.transport.servlet.AbstractHTTPServlet.service(AbstractHTTPServlet.java:159)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:305)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
    at com.businessobjects.sdk.actionfilter.WorkflowFilter.doFilter(WorkflowFilter.java:45)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:222)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:123)
    at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:472)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:168)
    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:99)
    at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:929)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)
    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:407)
    at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1002)
    at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:585)
    at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:312)
    at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
    at java.lang.Thread.run(Thread.java:761)
    </stack_trace>
    </error>

    hello Rekha,
    1. First I guess that the red parts:
    <instruction type="Down">
        <elementId><VTable ID></elementId>
        <from>
            <drillElement>
                <id>DP0.DO6</id>
               <filterValue><filter value></filterValue>
            </drillElement>
        </from>
        <to>
            <drillElement>
                <id>DP0.DO7</id>
                <hierarchyId>DP0.DH1</hierarchyId>
            </drillElement>
        </to>
    </instruction>
    ... are in your real workflow, effectively replaced by significant values.
    2. then, thanks to the stack trace: this error should be thrown if DP0.DO6 is not used by <VTable ID>.
    Can you please check with [GET application/xml] .../raylight/v1/documents/<docId>/reports/<reportId>/elements/<VTable ID> ?
    3. Anyway, the error message thrown is totally not talkative and we'd better improve that. Which version are you using? 4.1 SP5 ?
    Thanks and regards,
    eric

  • Passing Filter criteria parameters to drill-down reports

    Hi,
    I have a scenario, where my base report prompts a filter criteria for date range (from & to date) based on this criteria, I populate my base report with data's.
    Suppose if i have a drill-down, can i make use of the filter criteria value selected in the base report and pass the same value to my next-level drill-down report as criteria.
    Please let me know if this is possible. Also, let me know if there is any alternate approach available to achieve the same.
    My environment details are provided below.
    BAM (11.1.1.3)
    Report: Summary crosstab
    Any help would be greatly appreciated.
    Thanks & regards,
    DK

    Hi pypawar,
    Thanx for ur reply.
    We are not using heirarchical drilling in our case, we are using another report for drill-down.
    I will give some more background for this issue.
    We have a scenario where we used the date filter for getting the from and to dates based on which we display our Master report (cross-tab).
    Further, when drilling down from the master report to child report(which uses the same dataobject as master); we are not able to pass the dates input that were provided in master report as filter criteria.
    While assigning parameters in the drill-down for the child report, we are not able to find an option to pass the date value selected in the master report to child report for filter criteria.
    In an alternate approach, what we did to resolve the above issue was to pass the primary key fields of the data object while drill-down. But while passing primary keys, we realised there are cases where large number of values are getting passed as filter criteria to child reports and in some case it fails since there large number values getting passed as filter criteria.(in our case the chance of this value could be few 100's to 1000's). You can find details for this error in CACHEEXCEPTION during drill-down in BAM reports
    Please let me know if this is possible. Also, let me know if there is any alternate approach available to achieve the same.
    Any help would be greatly appreciated.
    Thanks & regards,
    DK

  • Drill down error in disc. Viewer

    Hi there,
    I'm getting the following error while trying to drill down in Disco. Viewer.
    Error applying Drill.Press your browser's Back button to undo the last action or click Run Query to start again.<<
    It works fine in Plus and Desktop.
    Any idea?
    Thanks in advance!
    Maja

    First thing you might want to check is metalink as I seem to recall a problem with drill-down in Viewer (ie: not working correctly) but not sure under what circumstances.
    That would be the quickest to see if it's a known bug or your setup.
    Russ

  • Error when Drill down on top level of hierarchy node

    Hi Gurus,
    The following error occurs when I drill down to a "Actual Line items sub report" using the "top node" of an hierarchy based report .
    But, the same drill down works fine when I drill down using the very sub level of the same hierarchy (without any further levels of hierarchies).
    System error in program SAPLRRK0 and form NACHLESEN_INIT_NODE-01-
    Any help or work around suggestion would be highly appreciated.
    Thanks
    Ajay

    Hi,
    Thanks for the start.
    But, My Hierarchy is already active.
    Any other place to check for?

  • Drill down problem in EC-CS when moved 4.7c  to ECC 5.0

    Hi
    We are still using EC-CS and upgraded to ECC 5.0.
    We  have customised report for consolidated BS and income.While running the report thru GR55, we come across a screen ( during drill down ) which is like CX34, we can see that the dimension and version field is blank.We fill the values and excute , get error that "local currency of cons unit 123xx is not maintained " . Now we run cx34 in another session, populate the dimension , version etc. Go back to the report and there is no error. Has any one faced similar problem ?
    Thanks in advance
    Satya
    Edited by: satya kantiwal on Dec 17, 2007 5:10 PM

    I have used the GR55 reports to compare the extracted data in  BCS with R/3.
    Why he can not access the transaction code.. ask him to contact security admin to resolve it.

  • EC_CS drill down problem

    Hi
    We are still using EC-CS and upgraded to ECC 5.0.
    We have customised report for consolidated BS and income.While running the report thru GR55, we come across a screen ( during drill down ) which is like CX34, we can see that the dimension and version field is blank.We fill the values and excute , get error that "local currency of cons unit 123xx is not maintained " . Now we run cx34 in another session, populate the dimension , version etc. Go back to the report and there is no error. Has any one faced similar problem ? This problem was not there in 4.5 , it only started after migrating to ecc.Gurus kindly shed some light on cx34 mistry.
    Thanks in advance
    Satya

    Dear Satya,
    could you please check in tabe TF164 whether the currency indicator is really missing for any cons unit? (use no selection to dimension or version).
    If it did not help, what is the error message number?
    Cheers,
    David

  • Drill Down reports must be selected using precisely one ledger

    hi all,
    whenever i am trying to execute the report from FGI4(report painter), this error message is coming:-
    Drill Down reports must be selected using precisely one ledger
    can you please help me with solution?
    indranil

    Hi,
    Please give ledger in the selection as 0l or 0f or press F4 & select there.If you are creating your own report then you must assign characterstic ledger to your report.On that basis system will fetch data.
    points if found useful.
    regards,
    Abhijit

  • To display drill down values in the same table

    Dear Friends,
        Suppose if you apply drill down on one object, it wont appear upper level values of that perticular object. If you want to display all levels of values in the same report during drill down.

    From your view I belive that currently you have a structure in Rows containing Shipping and Sales for Current and Last year. Moreover, you have Year in the column and that is the reason you are getting the numbers in two different columns.
    My suggestion is like this, remove the KFs from the selection of the structure and keep the name of each of the elements as it is. Remove Year from the Column and include them into selections of the structure elements.
    Add the KFs, shipping and Sales into COlumns. Now as you already have restrictions into your selection, your numbers will be restricted in the output, but again here you will have Shipping coming in one column and Sales will be another column.
    But you have above mentioned structure, you can include the cell refercing into the query. Overwrite the value of cells at the intersection (Shipping / Current Year) or (Shipping / Last Year) with the adjustant cells which will be (Sales / Current Year) and (Sales / Last Year).
    ______________________Shipping_____Sales
    Shipping (Current Year)______1000
    Sales (Current Year)__________________1000
    Shipping (Last Yera)_________2000
    Sales (Last Year)_____________________5000
    After you apply cell referencing, 1000 and 5000 sales will be filled in the empty cells next of shipping next to sales.
    - Danny

  • Drill Down - Total is editable

    Hi,
    In the DP, I am using the DET_LEVEL() to check if there is a drill down for particular infoobjects, e.g., 'Customer' and 'Product' then only the Key figure should be editable. The macro is set under 'Default' option (best I could find)
    It works fine when
    start the SDP94 (the KF is uneditable)
    (a) Drill down down  with 'Total' option, 'Total' is uneditable
    (b) Drill down level changed to Detail(All), 'Total' is uneditable and for Individual Infoobjects it is editable.
    (c) Then, Drill down changed to select one 'Infoobject' say 'Pepsi' and for that 'Infoobject' the KF fields are editable (As expected)
    (d) But when changed the drill down back to Details as in (b) , the 'Total' is editabel along with all individual details (Not desired).
    ====
    ROW: KF(Attribute) = ROW_INPUT(0)
    IF
    DET_LEVEL(infoobject) =1
    ROW: KF(Attribute) = ROW_INPUT(&)
    ====
    Issue is whether KF is for individuals infoobjects or 'Total'.
    so I cannot put a check;
    How can I get a control on 'Total' as well as individuals ?
    Couldn't fix the problem. Anyone have any idea from their experience ?
    TIA,
    Arunesh
    Edited by: Arunesh Chakrapani on Feb 7, 2008 12:21 PM
    Edited by: Arunesh Chakrapani on Feb 7, 2008 3:43 PM

    No, I am not using the parameter 'X'. To my understanding this is not the case of implicitly strong characteristic.
    The problem is visible when I switch between different view during drilling, namely,
    Total>Details(All)>Individuals(say 'Customer') level --> Details(All) again.
    While in all cases the Total is uneditable, once I drill down to detailed level and come back, the Total becomes editable along with individual.
    Now, to rephrase my question more precisely,
    how to control/differentiate the Key Figure values at ‘Total’ and Individual Info object (Charc or Attribute) during drill down. Total is not a key figure so it does not allow to control its value while writing the macro.
    Please do let me know if there is any doubt.
    Thanks,
    Arunesh
    Edited by: Arunesh Chakrapani on Feb 7, 2008 9:47 PM

  • Reporting Services Error after Interactive sorting and drill down in pps

    Hi 
    i have a report  that has a drill down option that shows all workgroups within a specific  parent group and an interactive sorting ass well on both columns  parent group &  workgroup 
    This is displayed  in pps combined with a SharePoint
    ---the problem is that after sorting the parent group column by name   i then press the drill through icon  (+) next to it hopping to see all workgroups related to each parent group
      - but instead 
    i receive this Reporting Services Error  :
    The value for parameter 'SortItem' is not specified. It is either missing from the function call, or it is set to null. (rsMissingParameter) Get
    Online Help       
    If I don't press the sorting and just drill through it works fine. the sorting itself also works fine. 
    any suggestions ?
     

    Hi Hyaron,
    I am unable to reproduce the issue in my test environment. How did you add the drilldown feature? Were you doing that by setting visibility of the column or of the group? Please ensure to add the drilldown functionality by set the visibility of the workgroup
    from the Grouping Pane in the Report Designer.
    How did you add the Interactive Sorting on the headers of the two columns? Based on the drilldown functionality, the Interactive Sorting on the second column doesn’t work. So, you can move the Interactive Sorting on the second column. When configuring the
    Interactive sorting on the first column, you should set the parent group to sort, and sort by the field that the parent group groups by.
    Hope this helps.
    Regards,
    Mike Yin
    TechNet Community Support

Maybe you are looking for

  • 'Recovered Files' in my iMac Trash folder

    I have iMac that was upgraded to Mavericks in January. But only recently I have been seeing a folder, called 'Recovered Files', suddenly showing up in the Trash folder every day, despite deleting it daily. This folder contains file called 'MerpAD Off

  • Auto Loan Payoff

    Did a bit of searching and didn't find an answer to my question. If I make monthly payments on my auto loan as usual, but make say, 2 or 3 a month, and the loan ends up being paid off much before the loan term, will the payments show up the same as i

  • How do I increase Siri's volume?

    How do I increase the volume of the Siri voice? Both male and female are almost too low to hear.

  • Best strategy for implementing a wizard?

    Hi all, I'm currently writing a wizard in java based on the wizard model provided from the sun developer network. The panel structure in the wizard is non linear. I want the content of later panels to be dependent on input from earlier panels. Specif

  • They just can't fix it

    I have been having internet conectivity issues since the begining of April. I have called tech support to many times to count. each time they assure me that they will fix the problem in 24-48 hours or by a certain date. They do get it to work intermi