Error when drilldown to ODS report

Hello,
We face a strange problem.
We have a report on an ODS (BW 3.5). If fiscal yr/period parameter range of the report includes 003/2006 or 003/2007 (March of 2006 or 2007) we encounter an error when we drill down by fiscal yr/period. The error is as follows: SQL Error: 600
System error: RSDRC / FORM DATA_GET_ODS ERROR IN RSDRO_READ_ODS_DATA 0FIGL_O02 99
Double click on error message gives the following: Diagnosis
A system error with the following parameters has occurred in the data manager:
Parameter 1 = &v1&
Parameter 2 = &v2&
Parameter 3 = &v3&
Parameter 4 = &v4&
The error doesn't appear when the report is run for other periods and drill down occurs.
can someone through some light on what might be the problem and what may resolve the issue?
Thanks ...

Hi,
did you check the hereunder OSS note?
Error with ODS query in RSDRO_READ_ODS_DATA
SAP Note Number: 848829
Revert if it doesn't apply
Olivier.

Similar Messages

  • Getting the MDX query select error when running a webi report on BI query

    Getting the following error when running a webi report on BI query :
    A database error occured. The database error text is: The MDX query SELECT  { [Measures].[D8JBFK099LLUVNLO7JY49FJKU] }  ON COLUMNS , NON EMPTY [ZCOMPCODE].[LEVEL01].MEMBERS ON ROWS FROM [ZTEST_CUB/REP_20100723200521]  failed to execute with the error Unknown error. (WIS 10901).
    I have gone through many threads related to this error. But not able find the steps to follow for resoultion.
    Please help in this regard.
    Thanks,
    Jeethender

    The Fix Pack is also for Client Tools--it is a separate download.  Please see the text below for ADAPT01255422
    ADAPT01255422
    Description:
    Web Intelligence generates an incorrect MDX statement when a characteristic and a prompt are used.
    The following database error happens: "The MDX query ... failed to execute with the error
    Unknown error (WIS 10901)."
    New Behavior:
    This problem is resolved.
    This information is also available in the Fixed Issues document for any Fix Pack greater than 2.2.

  • Error when re-scheduling a report in WebI XI 3.1 SP2

    Hi,
    Im running BOE XI3.1 SP2 and I get that error when re-scheduling a report in WebI. We have just recently patched the system to SP2.
    Any idea what this error relates to?
    Thanks
    Frank

    Sorry first part of this thread was removed.
    The problem description is as follow:
    On BOE XI 3.1 SP2, when re-scheduling a BO report which sends an Excel attachment to an email destination, users receive the error "An error has occurred: $Proxy4".
    It seems to be hit and miss but is more consistent when sending to multiple (comma-separated) recipients in the 'TO' field. I also noticed that if you select CACHING then a "$Proxy5" type error is returned.
    I understand that this bug was supposed to be fixed in XI3.1 SP2 but I'm already running SP2.
    Anyone seen this?
    Thanks
    Frank
    Edited by: Frank Goneau on Oct 20, 2009 4:16 PM

  • Error 500 Internal Server Error" When Generating Hyperion Financial Reports in PDF Format

    We are unable to open pdf reports in Workspace with the following error. It was all working fine and doesn't work now for unknown reasons.
    Error 500 Internal Server Error" When Generating Hyperion Financial Reports in PDF Format
    We are on 11.1.2.1 environment. Ghost Script 8.54 and Java heap settings xms256m and xmx512m.
    Please advice.

    hello,
    just to clarify
    a) the parameter is named DESFORMAT not :DESFORMAT, there is
    no : in front of the name, if you submit it via URL !
    b) there are some issues with acrobat5 and IE but those are not
    only caused by PDFs generated with oracle reports.
    regards,
    the oracle reports team --pw                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Win 7 automation error when running crystal 10 reports

    I am getting automation and memory type errors when running crystal 10 reports through a VB6 application on WIN 7 32 bit PC...
    does not happen on all win7 PCs, in fact, the reporting will work for a time and then errors, but once getting the errors, seems like the reports will not run again.

    Honestly, not a clue. I've never even thought of putting CR 10 (designer or runtime) on WIN 7. Now I assume this is not CR 10.5 (bundles with .NET 2008).
    See [this|https://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=56787567] wiki.
    Ludek

  • Error when I deploy a report on crystal reports server 2008 V1.

    Hi ,
    I am getting below error when I deploy a report on crystal reports server 2008 V1. I have installed the crystal server on Linux machine.
    "A server communication error occurred. All servers with kind rptappserver could be down or disabled by the administrator. "
    Please help.
    Thanks,

    Hi
    use the Universe Designer (designer.exe).
    Regards,
    Stratos

  • Page Not Found Error when clicking on Crystal Report Viewer print icon

    Hi,
        I am working with ASP.NET 2.0 and crystla reportXI release2.
        I am getting "Page Can not be Found " error when clicking on Crystal Report Viewer print icon.
        Could you please tell me how to get rid of this error?
    Regards,
    Smitha

    This sounds like a postback issue. Does your application handle postback by putting the report in session?
    There is a [sample|http://devlibrary.businessobjects.com/BusinessObjectsXIR2SP2/en/en/CrystalReports_dotNET_SDK/crsdk_samples_aspx/data/crsdk_net_tutorials_115_en.zip] to look at on our website. It was created with Crystal Reports XI R2 and Visual Studio .NET but the code will be the same.
    A short pseudocode would be something like this:
    Dim rptDocument As ReportDocument
    If Not Me.IsPostBack or Session("Report") = Nothing Then
    rptDocument = New ReportDocument
    rptDocument.Load(sGlobalPath & "\myreport.rpt";)
    Ludek

  • 0x80004005 error when printing SSRS rdlc report

    Hi there
    I have a small app that is published in MS azure with RDLC integrated reports.
    The application runs using IE and the system asks me to install the SQL Server Report Service 2012 add-in.
    I added with no issues but I am getting a 0x80004005 error when I am trying to print a report.
    I have followed the advise on this issue but I still have the same problem.
    I have unregistered and deleted the dlls from windows\downloaded Program files subdirectory, copy the dlls into the same directory registered the dlls to no avail.
    Any advise from anyone?
    Thanks in advance for the help
    Rio

    Hi Rio,
    The issue may be caused by incorrect session state provide for report view and need to use Azure Cache.
    Please make sure report viewer control works efficiently without any session related issue. We will need to configure session state provider using Azure cache.
    Reference:
    http://msdn.microsoft.com/en-us/library/windowsazure/hh825825.aspx
    http://msdn.microsoft.com/en-us/library/windowsazure/gg278339.aspx
    We pretty much need first create an Azure Shared Cache namespace, then copy the configure property for our cache namespace to our web.config file.
    Regards,
    Alisa Tang
    If you have any feedback on our support, please click
    here.
    Alisa Tang
    TechNet Community Support

  • Error when print/previewing joutnal report

    I am gettign the following error when trying to view a journal report PLEASE HELP!
    Can't open the log file
    Show Details:
    Error Reference Number: {CAC41EC9-7F12-46FA-A900-EB5E57E802D8}
    Num: 0x800456c2;Type: 0;DTime: 10/6/2011 11:03:14 AM;Svr: POCHFM02;File: HFMActions.cpp;Line: 72;Ver: 11.1.2.1.000.3082;
    Num: 0x800456c2;Type: 0;DTime: 10/6/2011 11:03:14 AM;Svr: POCHFM02;File: HFMCESAction.cpp;Line: 28;Ver: 11.1.2.1.000.3082;
    Num: 0x800456c2;Type: 0;DTime: 10/6/2011 11:03:14 AM;Svr: POCHFM02;File: Actions.cpp;Line: 385;Ver: 11.1.2.1.000.3082;

    Hi,
    How the issue was fixed, it would be great if you can provide the resolution steps.
    It seems i'm too getting the same issue, when i'm trying to open a HFM report in workspace the report prompts to select a member but when i'm clicking the prompt button then it is throwing the error.Error is as below
    Respond to prompts
    *[1033] Native:- 2147219967 error reference number {FF339D8B-E1CC-4E57-9D4A-C4EF051D76B6}*
    NUM:080040601;Type: 1 ; DTime:5/9/12 5:41:34 AM ; Svr:server name; File: CHsvADMDriverACM2.cpp;Line:2500;Ver:11.1.1.3.500.3124*
    NUM:080040601;Type: 1 ; DTime:5/9/12 5:41:34 AM ; Svr:server name; File: HsvALEQueryClasses.cpp;Line:1491;Ver:11.1.1.3.500.3124*
    NUM:080040601;Type: 1 ; DTime:5/9/12 5:41:34 AM ; Svr:server name; File: HsvALEQueryClasses.cpp;Line:707;Ver:11.1.1.3.500.3124*
    NUM:080040601;Type: 1 ; DTime:5/9/12 5:41:34 AM ; Svr:server name; File: HsvALEQueryClasses.cpp;Line:804;Ver:11.1.1.3.500.3124*
    NUM:080040601;Type: 1 ; DTime:5/9/12 5:41:34 AM ; Svr:server name; File: HsvALEQueryClasses.cpp;Line:1245;Ver:11.1.1.3.500.3124*
    HsvALEQueryClasses.cpp;Line:707;Ver:11.1.1.3.500.3124
    NUM:080040601;Type: 1 ; DTime:5/9/12 5:41:34 AM ; Svr:server name; File: HsvALEQueryClasses.cpp;Line:804;Ver:11.1.1.3.500.3124*
    NUM:080040601;Type: 1 ; DTime:5/9/12 5:41:34 AM ; Svr:server name; File: HsvALEQueryClasses.cpp;Line:1203;Ver:11.1.1.3.500.3124*

  • Error  When Refreshing a Crystal Report 2011 from BI launchpad

    Hi,
    I am getting this error message [CRWWEB00000119] VIEWER COULDN'T PROCESSS AN EVENT when trying to view a crystal report from BI Launchpad. I have created the report using Crystal 2011 and Published it to SAP BO BI 4.0, Verified the Database Username/password for the report and it has the correct information. Report works without issues from Crystal 2011 Designer.
    When I schedule this report it fails alsowith "Error in File ~tmp1ccc6d9c2d14c50.rpt: Failed to load database information" message.Checked the Oracle ODBC on the server and it is pointing to the DWH, I have created the report using Crystal 2011using oracle server connection and Oracle 11gR2 32 bit client is installed on my machine, SAP BO BI 4.0 Server has Oracle 11gR2 64 bit middleware and has the Oracle ODBC for the conenction i am using in the report.
    Please let me know if anyone has faced similar issue with SAP BO BI 4.0 and can help me resolve this, below is my environment details.
    Environment:
    Windpows Server 2008
    SAP BO BI 4.0
    Crystal Reports 2011
    Oracle 11gR2
    Thanks
    Sachin

    Hi Sachin,
    Did you verified the database details for the report in the CMC?
    Can you try also to publish the report by using the tool Report Upload Wizard?
    Thanks
    Philippe

  • Getting error when schedule a webi report

    Hi All,
    I am getting error "Cannot initialize Report Engine server. (Error: RWI 00226) Error: INF) while schedule a Webi report.
    Could anyone help me regarding the error?
    Regards

    Hai
    Check this Links
    http://www.sap-forum.org/f22/smtp-error-when-scheduling-webi-report-t483/
    http://www.businessobjectstips.com/tips/server/sizing-limits-to-web-intelligence-report-server-maximum-simultaneous-connections/

  • Error when launching Crystal XIR2 report ..."Table could not be found."

    We have a customer that sees an error when launching any report in InfoView for Crystal Server XIR2:
    Description: Error in File E:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\Data\slvnsb41.pageserver\slvnsb41.pageserver\child.2\temp\procReportTemp\mgrTemp\ps_13ec5b68e6bfbc0.rpt: The table could not be found.
    These steps have been taken:
    1) The Crystal Server Business View install and BIAR file imports are successful.
    2) Database connection has been configured and tested.
    3) All the tables are browseable in the Business View Manager and contain data.
    4) All the required tables exist in the database.
    Options or suggestions anyone?

    Can someone tell me how to open this as a SUPPORT CASE that someone will actually help solve? 
    Sorry to say but I don't find these forums of much use.

  • Database Connector Error : when refreshing the crystal report in Infoview

    Hi,
        I've created a crystal report on SAP R/3 tables and the report is refreshing fine in my local system. But however when I publish the report to the BOE, and when I try to refresh the report it gives the error:
    Error in File <file name>: Database Connector Error. I'm using Crystal reports 2008 and the BOE is XI 3.1.
    How can I solve this?
    Thanks,
    Sanjay

    Hey folks,
    i suppose  we are facing the same error. But where do i check if the key for the server-side integration kit has expired? There is no explicit key in our CMC.
    We use BOE XI 3.1.
    Thanks in advance!

  • Error when trying to view reports or manually processing the TFS data warehouse and analysis services cube

    Hello Guys,
    I am trying to configure the reporting for TFS using SQL Server. But I get following error when viewing any report:
    So I try to manually process the cube to check if it works. I am following this article: https://msdn.microsoft.com/en-us/library/ff400237.aspx
    When I click on GetProcessingStatus and invoke it (with last field set as TRUE) I get following error:
    Please advice as to how to resolve this issue and be able to see the reports.

    I have managed to resolve this issue. Note that for all purposes of this question and answer, mydomain\tfsadmin is a generic user (used to install all software). This is a proof of concept account, for test purposes
    The thing is that while installation of the SQL Analysis service I had given the username: mydomain\tfsadmin (a generic user for testing) as the Analysis service administrator, instead of the 'Domain admin' group.
    Still I have managed to resolve this issue.
    Steps:
    1. Make sure that the user (mydomain\tfsadmin) is a member of Analysis Server -> TFS_Analysis db -> Roles -> TFSWarehouseAdministrator and TFSWarehouseDataReader. (This actually happens automatically when you run the TFS Admin console and configure
    reporting and provide the username that will access the Analysis db, etc. In my case the user is 'mydomain\tfsadmin')
    2. It is a bad practice to manually process the cube (you can do this is make sure that there are no errors, but only after completing the following steps till step 5)
    3. Also make sure that NT AUTHORITY\NETWORK SERVICE is member of the Analysis db -> Roles -> TFSWarehouseAdministrator ->
    this will resolve the error which appears in the 2nd screenshot in the question.
    4. Then you can right click on the Analysis db and run process. If this is throwing error as shown in above reply of mine, then you need to follow https://msdn.microsoft.com/en-us/library/vstudio/ff400237.aspx
    a. http://localhost:8080/tfs/TeamFoundation/Administration/v3.0/WarehouseControlService.asmx
    b. Choose
    ProcessWarehouse, run it.
    c. Choose ProcessAnalysisDatabase, type 'Full' and run it.
    d. Choose GetProcessingStatus,
    enter 'TRUE' in last field and run it.
    e. I don't get any errors at this point.
    5. Now you can connect to the Analysis server via SQL Mgmt Console, right click on Analysis db (TFS_Analysis) and click Process. It all works good.
    6. Now you can browse to the report URL (to get this URL you can open Team explorer 2013, connect to you team project, on RHS click 'Reports', Click 'Go to Site'.
    DONE.

  • Error when I start xl reporter

    Hi, i have SBO 2007, SP: 00, PL: 47
    when start the XL reporter this message was appear :
    Unable to start XL Reporter.
    Object variable or With block variable not set
    and when i try to start it from his file this massage was appear:
    Run time error '739':
    Cannot add control 'IXSkinCtl.ixClose'. Dynamically adding ActiveX controls requires the use of the ProgId which
    can be diferent from LibraryName.Class for some controls. The ProgId for this control is 'IXSkinCtl.ixClose'
    thanks in advance

    You probably need to reinstall B1 client to try first.  Check these threads:
    RUN TIME ERROR 430 for XL REPORTER
    XL Reporter !!
    Thanks,
    Gordon

Maybe you are looking for

  • Why can I not convert items in an existing HTML page to a symbol?

    I have imported a basic HTML page into Edge and want to convert the basic elements into symbols. When I try to do this the options in the menu are greyed out. Is this not possible or is there a workaround? It seems crazy if you can't do this, as a fr

  • How to set content type for the attachment?

    Hello Everybody, I was trying to do the following in my send mail program:- 1. I am making a file using FileWriter: FileWriter fw = new FileWriter(f); fw.write(str); 2. I now want to attach this file with my mail. but before that I want to set the Co

  • Reporting error during installation

    Hi I am in middle installing MBAM 2.5 and didn't selected reporting service during installation but at last I am getting error " The sql server reporting service URL that point to the MBAM reports is not valid" My SQL is running in cluster on differe

  • CS5 - Why is the selection/ant-line not aligned properly?

    Has anyone else noticed this? It's small visual difference, but it really puts me off.

  • AIA Deploying Artifacts issue

    Hi, here i am tring to Deploying AIA Artifacts by following bellow script: ant -f /usr/app/oracle/product/ECO/EcoAIA/Infrastructure/Install/AID/AIAInstallDriver.xml -DPropertiesFile=/usr/app/oracle/product/ECO/EcoAIA/aia_instances/AIA30/config/AIAIns