Error in web reports (Report 10g r2)

Hi,
I am working on Developer 6i and has started learning 10g.
I created a web report.If i run it in there is an error in web report.
500 Internal Server Error
OracleJSP: oracle.jsp.provider.JspCompileException:
Errors compiling:C:\Users\USER\AppData\Local\Temp\docroot\3000\default\defaultWebApp\persistence\_pages\\_MODULE1000202980.java
Error occurred during initialization of VM Could not reserve enough space for object heap
Please guide me how to resolve this.
Regards
Satya

Hi Sathya,
Check this link your issue is already been discussed,
http://stackoverflow.com/questions/9303889/error-occurred-during-initialization-of-vm-could-not-reserve-enough-space-for

Similar Messages

  • 500 Internal Server Error while calling Reports 10g

    I am using standalone forms and report services. I am getting intermittently 500 Internal Server Error while calling Reports 10g.

    500 Internal error is a generic error and it could be due to multiple reasons like misconfiguration or the dearth of the resources.

  • The action cannot be performed error for Webi Report

    HI,
    I am getting the error The action cannot be performed error for Webi Report. I am getting this error after i save the report and open it again.

    This is happening for only 1 particular report. In the end  i  removed some of the objects from the query and added some new ones.
    Strangely it worked!

  • Error while running report 10g

    DECLARE
         repid REPORT_OBJECT;
         v_rep VARCHAR2(1000);
    rep_status VARCHAR2(2000);
    BEGIN      
         repid := find_report_object('REPORT2');      
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_EXECUTION_MODE,BATCH);
    set_report_object_property(repid, report_comm_mode, 1);
    set_report_object_property(repid, report_destype, cache);
    set_report_object_property(repid, report_desformat, 'PDF');
    set_report_object_property(repid, report_server, 'myserver');
    v_rep := run_report_object(repid);
    rep_status := report_object_status(v_rep);
    WHILE rep_status IN ('RUNNING', 'OPENING_REPORT', 'ENQUEUED')
    LOOP
    rep_status := report_object_status(v_rep);
    END LOOP;
    message(rep_status);
    IF rep_status = 'FINISHED'
    THEN
    web.show_document('http://localhost:8889/reports/rwservlet/showjobid' || substr(v_rep, instr(v_rep, '_', -1) + 1)
    || '?server = myserver');
    ELSE
    message('error while running reports-object ' || error_text);
    message(' ');
    clear_message;
    END IF;
    EXCEPTION
         WHEN OTHERS THEN
    message('error while running reports-object' || error_text );
    END;
    I have been trying the whole 5 days running this report but it is giving me error, i am making simple report which select all data and display from emp table, please help. Error I am getting is unable to run the report and Terminated_Report.

    Hi,
    Check this link...How to call a report in Forms 10g ?
    Hope this works...
    Hamid

  • Errors when calling report 10g

    Hi ,
    when i'm saving the report (10g) it got saved with the extension 'jsp'.
    Why it is happening like this , instead of rep or rpt. and when i'm calling this report from forms 10g using run_report_object FRM - 41219: cannot find report:invalid ID.
    Also tried with web.show_document then i got the error,
    REP-52266: The in-process Reports Server rep_joe-f69b5613 failed to start.oracle.reports.RWException: IDL:oracle/reports/RWException:1.0
    any help , why this errors ? thanks , joe

    Hi,
    Actually, I've created the report and tried to run it using the Oracle Report.
    It run well and there is nothing wrong with it.
    I specify in the Oracle Form in the tree navigator of Reports with my report above.
    I've already tried using the run_product() as you said,
    but after I clicked the button, there is an error message in the status bar.
    FRM-41842 :Run_Product(REPORTS) is no longer supported, use Run_Report_Object instead.
    Next, I tried to specify the Server Name which previously was blank.
    I set it to repsrv. And then I tried to click the button.
    The status bar showed this following error.
    FRM-41213 : Unable to connect to Reports server repsrv.
    How can I find the Reports server name?
    Or is there should be some step to run the Reports server before invoking Run_Report_Object()?
    Any help would be greatful.
    Thanks,
    Buntoro

  • CsEX error in Webi Reports - restarting DSLBridge

    Hello,
    We are facing this issue where the webi reports throw out csEX error.
    Stats: BO 4 sp6 on a physical server windows 2008 (application server). There are 2 tomcat servers (web servers). The application server has 32 GB RAM.
    Based on a document from SAP, I broke down the Adaptive Processing Server into multiple servers. I have 2 DSLBridgesServers each has 4 GB of RAM assigned. (Xmx4 in the command line).
    We updated to BO4.0 SP6 4 days ago from BO 4.0 SP4 and are facing issues, the webi report throws "csEX" error. This only happens when I refresh Datawarehouse reports (Oracle 10g) not the SAP BW reports (webi reports using BICS connection to BW). Im stumped on this issue and the only remedy I see out of this is to restart both the DSLBridgeServers. After the restart of the DSLBridge Servers the reports seem to refresh fine till for about 5 to 8 hours. And then the "csEX" error appears again.
    can anyone please guide me what needs to be done to resolve this issue. thanks
    Regards,
    samique

    Hi Jawahar,
    thanks for guiding me to this KB, I did the suggested modification i.e:
    Add the following to the command line for the DSLBridgeServer (adaptive processing server)
    "-Dbusinessobjects.connectivity.directory=C:/Program Files (x86)/SAP BusinessObjects/SAP BusinessObjects Enterprise XI 4.0//dataAccess/connectionServer".
    I'm now testing by refreshing the webi reports. Lets see if I see the "csEX" error again.
    Regards,
    samique

  • Error - Generating WebI report with Multi-Source universe (.unx)

    Hello ,
    While creating WebI report from multisource universe (.unx) , created using
    relational connection with SAP BW JCO connector , following JCO exception is
    cropping up
    Database error: [Data Federator Driver] [Server] [Connector 'Test_RCN_01'] SAP
    NetWeaver BW has reported an exception: com.sap.conn.jco.JCoException: (101)
    JCO_ERROR_CONFIGURATION: Server configuration for DF_SERV-bitest-3300-NOSNC is
    already used for a running server. (IES 10901) (WIS 10901)
    Steps followed for Multi-source universe creation
    1. creating relation connection ( Passed)
    2. Creating Data foundation using this connection (passed)
    3. Mapping two parameters (programIDMapping, hostname ) with RFC destination and
    BW FQDN ( passed )
    4. Creating Business layer for this Data foundation (passed)
    5. Open webintelligence with SSO and while creating the reports using the .unx ,
    the above error is coming
    already implemented SAP note no 1638647
    System used
    SAP BW 7.1 with EHP 1 and SP 10
    SAP BI 4.0 SP2
    Data federation service admin tool version 14.0.2
    thanks,
    Rajib

    Hi,
    try with this.
    Starting the Gateway Service on the Message Server resolved this issue.
    There have also been reports of this issue when name resolution issues occur between the client and the Message Server machine.  As a test, you can add the Message Server name and IP address to the Windows\System32\Drivers\etc\hosts file.
    Or check SAP note 1590518.
    Thanks,
    Amit

  • Error in WEBI report and MDXTEST  when using Dimensions in Prompt

    Hi,
    I am using BOXIR3.1 SP2, SAPBI 7.0
    I m creating a webI report (Universe is on SAP BI Query.) which include following objcets in Query section of WebI pannel:
    Business partner, Account Class, Total Arreas count.
    The Condition pane of Webi Includes Prompt on object "Account Class".
    When I run a report, I get List of values for Dimension Account Class, when I select one of available value eg: Commercial Customer,I get Following Error.
    A database error occured. The database error text is: The MDX query SELECT  { [Measures].[4EITIDWAFWLLZD2ONIAVCKD56] }  ON COLUMNS , NON EMPTY CROSSJOIN( [Z_BPATNER].[LEVEL01].MEMBERS,  { [Z_FCACTBP__0UCACC_CLAS].[Commercial Customers] }  ) ON ROWS FROM [ZFC_M07/Z_FC_M07_Q002]  failed to execute with the error Value Commercial Customers for characteristic Z_FCACTBP__0UCACC_CLAS unknown. (WIS 10901)
    I tried running same query in MDXTEST editor of BI. I got same error!!!
    Then I tried changing the MDX Query as:
    SELECT  { [Measures].[4EITIDWAFWLLZD2ONIAVCKD56] } 
    ON COLUMNS , NON EMPTY CROSSJOIN( [Z_BPATNER].[LEVEL01].MEMBERS,  { [Z_FCACTBP__0UCACC_CLAS].[COM] }  ) ON ROWS 
    FROM [ZFC_M07/Z_FC_M07_Q002]
    Then it worked Fine!!!  If you observe the change is in the value of Prompt Account Class [Z_FCACTBP__0UCACC_CLAS].[COM]
    By default Dimension object in Universe shows text value, but when I changed the MDXQuery with Key value (This is one of the value of value is for [Z_FCACTBP__0UCACC_CLAS].[Level01] object in mDX test Editor.) It works fine.
    I wonder How do i solve this problem!! List of values available in dimension cannot be changed at universe level.
    Please let me know if any solution for this exists.
    regads,
    Nisha.

    Hi Ingo,
    I am creating the prompt on the dimension "Account Class" at WebI level.
    The Technical name of this object is: [Z_FCACTBP__0UCACC_CLAS].[LEVEL01]
    Also,
    I confirmed that Index Awareness is applied on this dimension as [Z_FCACTBP__0UCACC_CLAS].[LEVEL01].[TECH_NAME].
    This Dimension has detail object called "Account Class (Key) "and "Account Class (Medium name)".
    MDXtest editor in SAP, shows me text as well as [ Level01] values:
    Eg: Account Class InfoObject has values "Commercial Customer " (This is text value)and  "[Z_FCACTBP__0UCACC_CLAS].[COM]".
    COM Refers to Commercial Customer .
    So In WebI when I use Dimension "Account Class" as prompt, I get Text value of this InfoObject which is "Commercial Customer ".
    and MDXQuery Fails. But when I modify this query in mDXTEST Editor with value as "[Z_FCACTBP__0UCACC_CLAS].[COM]", It work fine.
    I donu2019t understand the reason, since this problem is with almost 90% of Dimension object.
    When I delete this object from universe, and refresh the universe then webI works fine.
    But, if for some reason I refresh the universe again, the Dimension object as a prompt doesnu2019t work!!!
    This error occurs every time I refresh the universe.
    We are in UAT phase and soon to go Live!!  We cannot afford to delete the object every time I refresh the universe.
    Please let me know your inputs.
    regards,
    Nisha.
    Edited by: Nisha Makhija on Oct 15, 2009 4:56 PM

  • Runtime error in Webi Report

    Dear All,
    I have a Webi Report, it is taking too much of time in data retrieval and finally resulting in the following Run time Error:
    Microsoft Visual C++ Run time Library
    Run time Error!
    Program: C\Program Files\Business Objects\....
    The application has requested the Run time to terminate in an unusual way.
    Please contact the application's support team for more information.
    Please help in this.
    In this report I am using Division, Year and Calendar day at the Query Filter level with Operators "InList" for Division and Year and "Less than or Equal to" for Calendar Day.
    Regards,
    Arun

    Hi,
    this is a known issue. Please check these corrective notes:
    1494404 - Using Webi query filters based on dates using "Greater than" and "Less than" does not work properly when based on SAP BEx.  
    1467239 - Date prompts produce incorrect result with 'Between', 'Greater than or Equal' or 'Less than or Equal' filter operators when a Webintelligence report is based on OLAP universe  
    1614245 - Prompts on date ranges return values outside the given range in Web Intelligence reports based on a SAP BW data source. 
    Regards,
    H

  • Error in Web report "Error on Page"

    Hello,
    When I run a web report I provide values for Company code with option as * with cc value as 100*.
    The report runs and gives initial output but I get an Error on page.
    After this I am not able to navigate further in the report i.e  there is no action when I try to drill down.
    Experts please help.
    Regards,
    Ketan

    Hi KT,
    You must have used a varialble while designing the query and you must be knowing which type it is.
    To be more precise pattern selection is supported for selopt (selection option variables only).
    Please note down that the "Contain Pattern" is not supported for the following variable types:
    1) Single value variable
    2) Multiple values variable
    3) Range Value Variable
    This feature is only supported by variable type 'Selection option'.
    Regards,
    Michael

  • Error in webi report  - ORA-06502

    Dear All,
    I have create an object in Universe "description" , I am using this object in WEBI report.
    When I run the WEBI report I am getting below error:
    Database error occurred :the databasr error text is  ORA-06502: PL/SQL: numeric or value error: character string buffer too small
    ORA-06512: at line 1 .  (Error: WIS 10901)
    This object is working fine in Dev and Quality.
    But it is getting above error in the Prod environment in WEBI report.
    Actually i think its this "description" object which is the reason
    dbms_lob.substr( xyz.DESCRIPTION, 4000, 1 )
    Any help is highly appreciated

    hello,
    yes the DB across the landscapes is same version ...
    the failure is due to....see the below test in the field
    "cess Code |ZCCONSI| configured "
    These 'bar' looking characters are what is causing the failure:
    Any ideas on how to fix this.....will string function work at all for this?
    Thanks

  • Error in webi report while refresh

    BO XI 3.1 Sp2
    windows server 2003
    SAP BW NW 7.0
    Reports are working fine till yesterday. Today when we refresh webi reports getting below error
    *"A database error occurred. The database error text is: Error getting variable for cube "XXX_XXX/XXX_XXX_XXX". Unknown error (WIS 10901).*
    All webi reports are getting same error.
    Tried to verify iin CMC. We have two entitlement systems in CMC. QB1, QB2. Verified all username/passwords. And every thing is working fine. Imported all sap roles. Every thing was working fine till yesterday.
    But when I verified in user/groups, I am able to see all SAP roles of QB1. Very few sap roles of QB2.
    Please help me.
    Thanks,

    Hi,
    I think your BASIS may have done something in the BW side, as i've seen this kind of problem when importing wrong transport and overwriting content.
    As a test,  try hardcoding the Universe connection with a named SAP_ALL user instead of using SAP SSO
    FWIW -  SP02 is no longer supported .  SP03 is no longer maintained (last FP3.8 is due soon)
    most reference customers are on XI 3.1 SP04 FP4.1 or XI 3.1 SP05   with BW 7.01 SP09/10
    From your description, i can't tell if you are using EhP1 or not. ( you really should be)
    Regards,
    H

  • Formula error in Webi Report

    Hi,
    I created a variable in my webi report using below formula. It is validated but when I use this variable in my report giving #ERROR. Not dispalying the value.
    =Count([Loan Number]) Where ([Interest Amt]+[Principal Amt] > 0)
    Loan Number datatype is varchar2 and other two are number fields.
    We are in BOXI R2 version.
    Please suggest where I am going wrong.
    Thanks,
    Ven Men

    Ven Men,
    The preferred function in WebI is "if", so here is a stab at re-addressing your test on principle amount + loan amount:
    =count(if( [Interest Amt] + [Principal Amt] > 0;[Loan Number]);0)
    thanks,
    John

  • Error in webi report

    Hi All, While refreshing webi report in Bi 4.0, I am getting the following error: BW System PBP returned state DATA ACCESS PROBLEMS. Message= WARNING Error while retrieving data: JCO_ERROR_SYSTEM_FAILURE: Time limit exceeded. com.sap.ip.bi.bics.dataaccess.resource.impl.bi.exceptions.BICSResourceBwRuntimeException DataAccessproblem. I have executed the same query with same filters in analyzer and RSRT and it works fine but does not work in BO.

    Hi
    make sure that user had provided the access/authority to use the BW query
    and also check the user had provide the right authority to the connection also of BO

  • Live-Office Error in WebI reports

    Hello,
    After I upgrade my server to BO XI 3.1 SP4 my live-office in production environment stop to works.
    Every WebI report that I try to add (freeze after I select the report and before its preview) or refresh keep running until give a timeout error.
    Any one has faced some issue like that? In my DEV environment I did the same upgrade and got no errors and this only happen in WebI reports.
    Best Regards,
    Ruy.
    SAP has return my message and said that a solution for this problem will be available in FP 4.1.
    Edited by: Ruy Osório de Freitas Neto on Nov 9, 2011 11:27 AM

    Hi Jawahar,
    thanks for guiding me to this KB, I did the suggested modification i.e:
    Add the following to the command line for the DSLBridgeServer (adaptive processing server)
    "-Dbusinessobjects.connectivity.directory=C:/Program Files (x86)/SAP BusinessObjects/SAP BusinessObjects Enterprise XI 4.0//dataAccess/connectionServer".
    I'm now testing by refreshing the webi reports. Lets see if I see the "csEX" error again.
    Regards,
    samique

Maybe you are looking for

  • Customerise Jabber installer with phone account populated

    Hi, I got a question in customerising the installer. Is there a way we can populating phone account credentials (File > Options > Phone Accounts) using the same as the login ones? We are using one set credentials for CUP and CUCM. Regards, Leon

  • How to use two view Accessor's in a List of Values

    Hi I have one Transient VO , dragged on to .jsff page. One of the attribute of the transient VO has list of values. I have two View Accesors, First View Accesor consists of only ID's and Second View Accesor consists of Description value associated to

  • No Startvolume in System Preferences

    Hi, I'm running 10.5.1 on an old iBook G4 1,33GHz with 1GB of RAM. Lately I'm having some issues with starting the machine. On start up it will randomely show a small finder icon followed by a question mark. Another time on start up i got an icon tha

  • C'ant connect to my old computer from my new.

    I am new in networking. There is my problem: I am using 2( I-mac). One is a G OS 10.5.8 and the other is a 3.33 GHz Intel Core 2 Duo 10.6.2. I created a local network through a wireless Lynksys router. On each computer I selected (share files) on the

  • Extractor for AUFK and AFKO tables

    Hello Experts, I am looking for a standard extractor for the tables AUFK (Order Master data) and AFKO (Order Header). I wanted to know if there a exists a standard extractor for the same or I have to create a generic one. Thanks, Rishi