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

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 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 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

  • 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

  • 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

  • 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

  • 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 / 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 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

  • 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

  • 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

  • No Drill-Down Error

    I have a report that you cannot go past about page 16.  When you try to go past page 16 the report opens up the Select Expert for Group Footer 2 highlighting {@Month 1} as being an error.  There is no error message that says what's wrong or anything.  It just opens up and highlights {@Month 1}.   My select expert has the following formula.
    if {?Pallet ><} = "Show Pallets Less Than 1" then
    {@Month 1} > .99 else if //Yes, this is backwards but you have to do it this way because Crystal suppresses the opposite of what you want.
    {?Pallet ><} = "Show Pallets Greater Than 1" then
    {@Month 1} < .99                       
    // Show Pallets less than one means to suppress pallets greater than one.
    The formula for {@Month 1} which is just a regular formula I've created.
    if {dim_Date.FiscalMonthNBR} = {Command.Previous Fiscal Month} and
       (tonumber(Maximum ({vw_dim_Product.CA_MPN_JMelBoxesPerPallet}, {@upc}))) <> 0 then
    Sum ({fct_CurrentSales.Cases}, {@upc}) /
        (tonumber(Maximum ({vw_dim_Product.CA_MPN_JMelBoxesPerPallet}, {@upc})))
        / {Command.Prev Mo Week Count} else
    if {dim_Date.FiscalMonthNBR} = {Command.Previous Fiscal Month} and
       (tonumber(Maximum ({vw_dim_Product.CA_MPN_JMelBoxesPerPallet}, {@upc}))) = 0 then
    0
    Anyone know why this isn't working and maybe how to get around this? 
    The report will also not export because it gets stuck on the page after page 16, and again opens up the Section expert for Group Footer 2 and highlights the {Month 1} like I said above. 
    Thanks

    The following formula is in the Section Expert of Group Footer#2 and not the main record selection formula for the whole report.   I didn't word that very good in my original post.
    if {?Pallet ><} = "Show Pallets Less Than 1" then
    {@Month 1} > .99 else if //Yes, this is backwards but you have to do it this way because Crystal suppresses the opposite of what you want.
    {?Pallet ><} = "Show Pallets Greater Than 1" then
    {@Month 1} < .99
    I plugged this formula into the main record selection and it came back with an error saying.  "Formula cannot be used because it needs to be evaluated later"
    This issue has just started today and I haven't had a problem like this before with this report.   I wonder if it has to do with the Summaries in the {@Month 1} formula. 
    So I guess the question now is, why does Crystal not like my {@Month 1} formula that is connected to the Section Expert of Group Footer #2?

  • Web Template (0ANALYSIS_Pattern) Drill down error

    Hi,
    Currently i am working on BI7.0 default web template (0ANALYSIS_PATTREN)
    When i drilldown on a Freechar i am displayed with
    Result set too large (1016010 cells); data retrieval restricted by configuration (maximum = 500000 cells)
    Please update how to proceed
    When i perform same action on 3X template results are displayed correctly
    Thanks in advance

    Hi,
    You can change the allowed size of cells by doing the following:
    se38-> SAP_RSADMIN_MAINTAIN and give object= BICS_DA_RESULT_SET_LIMIT_MAX.
    Chnage the value to the number of rows you wish to displa, say 1200000 in your case.
    There will be performace implications in allowing this as the report will take longer to run.
    Thanks,
    Nick.

Maybe you are looking for