Drill down error on Viewer

Hi, I'm having an error on Discoverer Viewer (Release 4.1.44) when I try to Drill down on an element. The drill down functionality works ok, except when the drill down elements are too many and needs to be drawn on Next Page. In that case I got an error ("The page cannot be display").
Anybody had that problem, or knows why it is happening?
Thanks in advance
Ivo

Though I cannot say without investigating this if this is a bug or due to some other issue, the first advice would be for you to upgrade to the latest patchset, 4.1.48 or later. There is a good chance that this issue, if a bug, may have been fixed in a subsequent release.
The other option would be to take a look at Metalink.Oracle.com and see this issue has been reported earlier.
Thanks
Abhinav Agarwal
Oracle Business Intelligence Product Management

Similar Messages

  • URGENT!! Drill Down Error with Character Set non-ascii on Discoverer Viewer

    Hi,
    We have an error in a Drill down. It comes up when the Discoverer Viewer tries to process data that contains special character (non-ascii) in a query's filter. The same report that does not perform well with special characters, does perform well if the data don’t contains special characters, so it seems to be an issue processing non-ascii chars in this Discoverer Viewer instance.
    Ex. FIELD_NAME = 'öÜæäé (This filter is contained in a query that this getting an error msg="We're sorry, the server encountered an unexpected condition" ).
    It might be possible that there are some problems with the Discoverer charset ?
    We will appreciate any suggestion about this respect.
    Regrads,
    Seba.

    Sure,
    This is the hole sql command that get an error in a drill down action process
    SELECT NVL (sf_dw_people_skills.major_name, 'No Major'),
    sf_dw_people_skills.minor_name, sf_dw_people_skills.skill_name,
    sf_dw_people_skills.skill_level,
    sf_dw_people_all_rel_v.supervisor_name,
    sf_dw_people_all_rel_v.person_name, sf_dw_people_all_rel_v.LOCATION,
    sf_dw_people_all_rel_v.supervisor_dir_name, COUNT (1)
    FROM olnreport2.sf_dw_people_all_rel sf_dw_people_all_rel,
    olnreport2.sf_dw_people_skills sf_dw_people_skills,
    olnreport2.sf_dw_people_all_rel_v sf_dw_people_all_rel_v,
    olnreport2.sf_dw_competences_rel sf_dw_competences_rel
    WHERE ( (sf_dw_people_all_rel.person_id = sf_dw_people_skills.person_id
    AND (sf_dw_people_all_rel_v.person_id =
    sf_dw_people_skills.person_id
    AND (sf_dw_competences_rel.skill_id = sf_dw_people_skills.skill_id
    AND (sf_dw_people_all_rel_v.supervisor_id =
    sf_dw_people_all_rel.supervisor_id
    AND (sf_dw_people_all_rel_v.supervisor_name = 'Kunz, Jürgen Mr') /*When I replace the charset 'ü' by u, it´s work ok*/
    AND (sf_dw_people_skills.minor_name = 'HRMS')
    AND (sf_dw_people_skills.skill_name = 'HR Intelligence')
    AND ( sf_dw_competences_rel.competence_type = :"competence_type"
    AND sf_dw_competences_rel.competence_id IN ((:"competence_id"))
    AND (sf_dw_people_all_rel.supervisor_id IN ((:"Manager")))
    AND ((( :"resource_manager" <> -1
    AND olnreport2.do_val_person_job_prod
    ('RESOURCE_MANAGER_VIEW',
    sf_dw_people_skills.person_id,
    sf_dw_people_skills.job_code,
    sf_dw_people_skills.product_code,
    :"resource_manager"
    ) = 'Y'
    OR :"resource_manager" = -1
    GROUP BY NVL (sf_dw_people_skills.major_name, 'No Major'),
    sf_dw_people_skills.minor_name,
    sf_dw_people_skills.skill_name,
    sf_dw_people_skills.skill_level,
    sf_dw_people_all_rel_v.supervisor_name,
    sf_dw_people_all_rel_v.person_name,
    sf_dw_people_all_rel_v.LOCATION,
    sf_dw_people_all_rel_v.supervisor_dir_name;
    Regards,
    Seba.

  • 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

  • Discoverer drill Down error.

    HI
    I have installed Oracle BI 10.1.2. I have applied the patch 59672969 to resolve some bugs related to drilling down. However in discoverer viewer I do the follwing
    1. Expand a workbook and select one of the sub workgroups
    2. Enter the parameters needeed on the next page
    3. Expand one of the columns on the next page and select an option from the list that appears.
    The Following error appears:
    An error occurred while handling the Even. See application log for more details.
    Empty input (or null input) is not allowed

    Hi the patch I applied was 5672969

  • Drill Down error with more than one dimension

    Hello
    I'm using AWM 10.2.0.3.0A with Oracle 10.2.0.1.0 and i can't perform drill down operation when i have more than one dimension in the same axis. That is, when i have two dimensions, a can't perform drill down on both dimenions at the same time, but only one at a time.
    Would anyone ever had this problem? What can be?
    Thanks
    Luciano

    Hello Brijesh
    I succeed do this operation in other works, but not this. After performing drill down in the first dimension, i clicked on the second dimension and nothing happens.
    It doesn't emit any error message.
    Normally should be able to view the data calculated for the two dimensions. I have 6 small dimensions tables (average of 700 records). I don't know what can be.
    Thanks,
    Luciano

  • Drill Down Error DET_LEVEL

    Hi,
    I am writing a macro to enable data entry only when drill-down on 2 characteristics say Customer and Material.
    =========================
    IF
    - Disaggregation Check
    DET_LEVEL('9AMATNR')=1
    AND
    DET_LEVEL('9ACUST')=1
    Row : KeyFigure (Attributes)=
    ROW_INPUT(1)
    ELSE
    Row : KeyFigure (Attributes)=
    ROW_INPUT(0)
    ENDIF
    =========================
    When I try to generate this ,I am getting the error
    the field DET_LEVEL is unkknown but there is a similar field CON_DET_LEVEL.
    I tried using AGG_LEVEL also but then got the error that CON_AGG_LEVEl is available.
    But I couldn't find either CON_DET_LEVEL or CON_AGG_LEVEL in functions list. Neither was I able to use it.
    Can anyone tell me what could be the problem ?
    Thanks,
    Arunesh Chakrapani
    Edited by: Arunesh Chakrapani on Jan 31, 2008 8:53 AM

    HI Arunesh.
    In general, when maintaining parameters inside parenthesis make sure there is a space following the '(' and before the ')'.
    So in your example:
    DET_LEVEL('9AMATNR')=1
    should be
    DET_LEVEL( '9AMATNR' )=1
    Hope this helps.
    M

  • Drill down error

    Hello Experts
    When I drill down a report according to Characteristics( ship_to and sold_to) The report is displaying following Messege"abort System error in Program Cl_RSDM_READ_MASTER_DATA and form_sidval_drect_" and the report is disconnecting from BW server, I rpaired all the Masterdata Objects in RSRV but no use? I checked in SAP Note, looks like no relevent notes for this error.
    we are using BW3.1
    Any guidance or suggestions
    Thanks
    SP

    Hi SP,
    Check you have done the identifications properly in the multi provider. The error message shows for the SID Conflict for the particular infoobject. In RSRV Could you please run the following test and if there are any errors you can run repair.
    Tests in Transaction RSRV -> All Combined Tests   -> Master Data  -> Check Master Data for a Characteristic
    Regards

  • Drill down error in 10g - No Columns displayed

    When drilling down on OBIEE 10g reports sometimes the result is "No columns displayed", we cannot find any particular reason why this happened. The columns are available and should show up so it's perceived as an error for our users.
    Does anyone know how and why this happens and what a possible solution might be?
    Much appreciated!

    Hi SP,
    Check you have done the identifications properly in the multi provider. The error message shows for the SID Conflict for the particular infoobject. In RSRV Could you please run the following test and if there are any errors you can run repair.
    Tests in Transaction RSRV -> All Combined Tests   -> Master Data  -> Check Master Data for a Characteristic
    Regards

  • Analysis Wizard Drill Down Error

    When i drill down on a fsg report on some rows I get the following error message
    "This row is not unique. Drill cannot proceed"
    This only occurs on some of the rows in the report
    I have looked at the row definitions and can not see anything to suggest the row is anything but unique.
    Does anyone have any ideas on how to identify the issue, and resolve my problem
    Thanks

    You can access the doc through My Oracle Support (MOS) website -- https://support.oracle.com
    You will need to have a username/password to access the doc.
    I cannot post the contents of MOS doc as this violates Oracle Support agreement policy.
    Thanks,
    Hussein

  • Drill Down Error / Report Builder Limitations

    I have been having alot of problems recently with the new
    version of 7.0.2. A few things that i have noticed is that i can't
    do drill downs anymore. I don't think it's a coding issue since it
    was working in the previous 2 releases of Report Builder(7.0,
    7.0.1).
    Another problem is that I have reports that return around
    1,000 pages. Now, I know there is a limitation on Flash Paper/Flash
    Player, whoever i was wondering if there is a work around or
    something i can do to get this reports to finish. Right now I get
    the error roughly stating "A script has cause this flash movie to
    become unstable and if you continue it might make the computer
    unresponsive". Currently the only work around that i have is to
    offer the same report in PDF format, however 90% of our customers
    want to run it in flash paper, and my boss wonts it to work using
    flash paper aswell.
    Any sugguestions that you might have or anything please email
    me. If you have any questions please email me aswell.
    Thank you,
    Daniel

    Yeah, still having this issue... Can't get the links working
    in Flash Paper. A temp fix is to have the report in PDF instead of
    Flash.

  • Drill Down from Chart View

    Hi,
    I have a Pivot table with Chart view only, I want to drill down from the legend and from teh graph itself, is it possible? If so please let me know the steps involved.
    Thank you very much.

    UPDATE POST
    @SSk
    can you try this never i tried,the legend that is coming is a column from your request right?...go to column properties in that you find a option called navigate there you place the navigate report and see if the legend is showing a link below it to navigate
    follow this topic navigate value interaction of a column http://gerardnico.com/wiki/dat/obiee/olapoperation_
    if it works i would be happy,but never i tried......please try this and tell me did you get or not???
    Cheers,
    KK
    Edited by: Kranthi on Jan 20, 2011 7:14 AM

  • Essbase Add-In Drill Down Error

    Hi
    When double clicking to zoom down in excel, excel crashes. I can use other features ok, and s/sheet retrieves ok if I select members first. I am using;
    Essbase V11.1.1.3
    Windows XP SP3 (recently upgraded from SP2)
    Excel 2003
    Hyperion components (Essbase databases / Planning / Reporting / Shared Services) are hosted on virtual servers.
    I have tried uninstalling Smart View and reinstalling Essbase on my laptop, but Excel still crashes.
    Although I recently installed SP3 (and this may coincide with the error), other users in the company also upgraded to SP3 are unaffected.
    Not sure how to uninstall the add-in, but did deselect, the reselect the add-in (Tools - Add-Ins).
    Any ideas?
    Thanks
    Adrian

    Adrian Leigh wrote:
    3. Copied the .dll files from the bin folder above to the c:\Windows\System32 folderThis solved your problem for now but may cause you further headaches in the future if and when you upgrade. I strongly recommend that users resolve the issue with the PATH statement so the appropriate files are found first in the essbase\bin directory structure.
    When I have seen this in the past, it was discovered by running SysInternals Process Manager, finding the appropriate process, then looking at the dlls, their versions and load directories, and seeing that mismatched dll versions were loaded into memory at the same time. That is almost guaranteed to crash.
    Tim Tow
    Applied OLAP, Inc

  • Drill-Through Error Smart View And Web Analysis

    Hi,
    After upgrading to Hyperion 11.1.2.1 , I get below error for drill through define from EIS. I get error when performing drill through from Smarview and Web ANalysis.
    Error :- [1033] Native: 4006 Error: Internal Essbase JAPI error: [Cannot perform cube view operation. Essbase Error]]; nested exception is:
    com.hyperion.ap.APException: [1144] Error

    Hi
    thnaks for your replay it helped me in sloving the SV issue now the Drill through is working fine ffrom SV to FDM,
    but now the problem is with FR, we are not able to do the drill through from FR to FDM,
    can you please suggest any solution for FR also it will be a grt help...
    Thanks again for your help
    Regards
    Sri..........

  • FDM drill down error

    Dear All
    When I click on Audit Intersection in the web data grid FDM starts to open but then I get an error relating to Single
    Sign On not being setup correctly.
    HFM 9.3.1
    Kindly help

    HFM 9.3.1 drill through FDM
    This might help you.
    Nick

  • Drill down Error in Report Generation

    Hi,
    I've a problem with a Report generation.
    The ERROR Message is the following one:
    Odbc driver returned an error (SQLExecDirectW).
    Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P:OI2DL65P
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] Generic error. [nQSError: 27002] near <(>: syntax error [nQSError: 26012] . (HY000)
    SQL Issued: {call NQSGetQueryColumnInfo('SELECT "Pivot xTD"."ID Report", "Pivot xTD"."Ordine Raggruppamento 1", "Pivot xTD"."Ordine Raggruppamento 2", "Pivot xTD"."Raggruppamento 1", "Pivot xTD".Valore, "Territorio"."Coda", "Territorio"."UT", DBO.FN_GET_PIVOT_LABEL_BI("Pivot xTD"."Label",TIMESTAMP ''2011-03-28 00:00:00.000'',TIMESTAMP ''2011-03-28 00:00:00.000'',"Calendario"."Max Giorno Pivot (formato data)",''Giornaliero''), EVALUATE(''DBO.FNC_GET_DATE_LABEL_BI(%1,%2,%3,%4)'' AS CHAR(500), TIMESTAMP''2011-03-28 00:00:00'', TIMESTAMP''2011-03-28 00:00:00'', Calendario."Max Giorno Pivot (formato data)", ''Giornaliero''), EVALUATE(''DBO.FN_GET_PIVOT_LABEL_BI(%1,%2,%3,%4,%5)'' AS CHAR(500), "Pivot xTD".Label, TIMESTAMP''2011-03-28 00:00:00'', TIMESTAMP''2011-03-28 00:00:00'', Calendario."Max Giorno Pivot (formato data)", ''Giornaliero''), Territorio.Coda, case "Pivot xTD"."ID KPI" when ''LAVORATO_BO_TOTALE'' THEN ''Totale'' when ''LAVORATO_BO_RECLAMI'' THEN ''di cui Reclami'' when ''LAVORATO_BO_AC'' THEN ''Di cui AC'' when ''LAVORATO_BO_CARTACEO'' THEN ''di cui Cartaceo'' when ''LAVORATO_BO_TELEFONICO'' THEN ''di cui Telefonico'' end FROM "Reportistica Predefinita"')}
    SQL Issued: SELECT "Pivot xTD"."ID Report", "Pivot xTD"."Ordine Raggruppamento 1", "Pivot xTD"."Ordine Raggruppamento 2", "Pivot xTD"."Raggruppamento 1", "Pivot xTD".Valore, "Territorio"."Coda", "Territorio"."UT", DBO.FN_GET_PIVOT_LABEL_BI("Pivot xTD"."Label",TIMESTAMP '2011-03-28 00:00:00.000',TIMESTAMP '2011-03-28 00:00:00.000',"Calendario"."Max Giorno Pivot (formato data)",'Giornaliero'), EVALUATE('DBO.FNC_GET_DATE_LABEL_BI(%1,%2,%3,%4)' AS CHAR(500), TIMESTAMP'2011-03-28 00:00:00', TIMESTAMP'2011-03-28 00:00:00', Calendario."Max Giorno Pivot (formato data)", 'Giornaliero'), EVALUATE('DBO.FN_GET_PIVOT_LABEL_BI(%1,%2,%3,%4,%5)' AS CHAR(500), "Pivot xTD".Label, TIMESTAMP'2011-03-28 00:00:00', TIMESTAMP'2011-03-28 00:00:00', Calendario."Max Giorno Pivot (formato data)", 'Giornaliero'), Territorio.Coda, case "Pivot xTD"."ID KPI" when 'LAVORATO_BO_TOTALE' THEN 'Totale' when 'LAVORATO_BO_RECLAMI' THEN 'di cui Reclami' when 'LAVORATO_BO_AC' THEN 'Di cui AC' when 'LAVORATO_BO_CARTACEO' THEN 'di cui Cartaceo' when 'LAVORATO_BO_TELEFONICO' THEN 'di cui Telefonico' end FROM "Reportistica Predefinita"
    Can someone help me?
    Thanks a lot.
    Edited by: user13313458 on 20-mag-2011 2.58
    Edited by: user13313458 on 20-mag-2011 3.01
    Edited by: user13313458 on 20-mag-2011 3.02
    Edited by: user13313458 on 20-mag-2011 3.02
    Edited by: user13313458 on 20-mag-2011 3.03
    Edited by: user13313458 on 20-mag-2011 3.05

    Thanks a lot for your answer.
    I tried to run the query in a SQL editor, and i've noticed that there's a function that lost its own parameters:
    EVALUATE('DBO.FNC_GET_DATE_LABEL_BI(%1,%2,%3,%4)' AS CHAR(500),
         TIMESTAMP'',
         TIMESTAMP'',
         Calendario."Max Giorno Pivot (formato data)",
    So i've tried to rune the function in this way:
    EVALUATE('DBO.FNC_GET_DATE_LABEL_BI(%1,%2,%3,%4)' AS CHAR(500),
         TIMESTAMP '2011-01-01 00:00:00.000',
         TIMESTAMP '2011-01-01 00:00:00.000',
         TIMESTAMP '2011-01-01 00:00:00.000',
         'string')
    but the error is the same.
    What can i do?
    Edited by: user13313458 on 23-mag-2011 3.02

Maybe you are looking for

  • Macbook Pro DVI and Video Out woes..

    Hey, this seems to be a known issue although specifics are difficult to nail down. I've had my macbook pro since shortly after they were launched and been using the DVI - S-video adapter since day one, and it's been outputting to all TVs with no prob

  • Regarding conversion of date in wd abap

    Hi All,       I have created an ui element i.e a table and in that one row is for getting the date of birth.i have binded this table with a table which is in dictionary structure. while running my application I am not getting the date of birth in cor

  • A solution for batch print PDF documents

    Dear,    I use a command line to auto print some PDF documents as below:    C:\>AcroRd32.exe /h /t PDF_file_name printer_name    the printing is no problem.    But when I use the command line to print a large number of PDF files, there are a problem,

  • Require a dummy date in a sale order

    Hi gurus, I require a dummy date in a sales order for entering a date on which letter of indent has come to end user. This date should also appear in tcode va05. U can also specify a date which is not used for regular purpose in a std order. Note: US

  • Forms 6i and Forms 9i

    I am current obtaining my OCP (Developer) in about 3 weeks. 1 test to go. I was wondering. the certification is based on the 6i release, now that forms 9i is out, should this be a concern to me, as in should I start to learn forms 9i, or stick with 6