Heap size memory error on WebI Reports

Hello,
I'm developping my own JDBC driver to report specific data in Business Objects. I've actually an universe build on this driver and a web intelligence report. When I try to request I've an heap size error due to the size of my jvm. My JBDC driver is deployed thanks to a jar file. Normally I can increase jvm size with the argument -Xmx256M in command-line.
I tried several things :
I modified register HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Control/Session Manager/Subsystems, SharedSection to 1024,3072,1024
I passed Tomcat's memory to 1024, I can't more because I'm on 32 bits on Windows Server 2003.
I tried to add MAX_HEAP_SIZE=1024000000 on webi.properties in c:\programfiles\Tomcat\webapps\businessobjects\enterprise115\desktoplaunch\WEB-INF\classes\, as explained on a post,but this directory doesn't exist, but there is 4 different webi.properties files one in C:\Program Files\Business Objects\Tomcat55\webapps\PerformanceManagement\WEB-INF\lib so I added max heap size parameter in this one.
I improved my JDBC-driver to avoid memory leak, and BO requests to limit results.
But I still have an heap size error.
Some people have other ideas to solve my problem ?
Best regards.       
BO XI 3.1 Service Pack 2 HotFix 1
Tomcat 5.5 : 1024Mo memory allocation
Windows Server 2003 32bits

Hi Hizam,
1. Go to universe and click on View--> Structure
2. Check objects and Conditions.
3. If you found any changes then re-export your universe and run queries.
Once everything goes fine then Schedule the report.
Hope it helps you....!!
Thank You!

Similar Messages

  • 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

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

  • Java.exe sizes  greater than 350M , web report  often error

    HI , friends
    My ie is 8,and webi4.0.
    the  web report  file(universe)  has 63 reports,hundreds formulas,
    open the report java.exe sizes  greater than 350M.
    every time edit report ,only edit fews formulas....then the edit does not work.
    and  edit Data Access,or refresh  ,then error:  An error has occured.....(Screenshot)
    only to log off ,and shut down IE ...
    After a while open the IE, Sign in web report... ...again...
    I set the RAM as a virtual hard disk,and set up IE explorer  buffer memory to the NEW hard disk,
    but error still exists.
    please help me , thanks.

    Hi,
    On Windows 7, you may set the Java maximum Java heap size to 1536 MB in Java Control Panel -> Java -> Java Runtime Environment Settings, Runtime paramaters for both User and System.
    -Xmx1536m -Xincgc
    Note that
    depending on the desktop OS, the maximum Java heap size could vary, you'd need to test it and find out the ceiling to that OS.
    -Xincgc is to enable incremental garbage collection instead of waiting for whole lot chunk of garbage to be collected.
    Hope this helps,
    Jin-Chong

  • Out of memory error in oracle report

    when iam running the report its gives me out of memory error can anybody help me

    hi
    do u have any picture?
    generally OutOfMemoryError means, you have to increase the jvm heap size parameters.
    sarah

  • 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

  • "Incompatiable initial and maximum heap sizes specified" error

    Hi,
    Using the command below:
    java -jar -Xms128m myjar.jar
    I get the following errors:
    "Error occurred during initialization of VM"
    "Incompatiable initial and maximum heap sizes specified"
    but if I take off the initial heap size parameter, just run:
    java -jar myjar.jar
    it works fine apart from that the heap size is not desired.
    Can anyone please tell me what's the cause of the problem here? I'm suspecting the JVM has been configured to restrict manual adjustment of heap sizes...
    Many thanks.

    Hi,
    Using the command below:
    java -jar -Xms128m myjar.jar
    I get the following errors:
    "Error occurred during initialization of VM"
    "Incompatiable initial and maximum heap sizes
    specified"
    but if I take off the initial heap size parameter,
    just run:
    java -jar myjar.jar
    it works fine apart from that the heap size is not
    desired.
    Can anyone please tell me what's the cause of the
    problem here? I'm suspecting the JVM has been
    configured to restrict manual adjustment of heap
    sizes...
    Many thanks.It turns out that I need to also specify the maximum heap size as well. Thanks.

  • 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

  • Can i create an instance of ArrayList ?

    hi , I need to store first name, last name etc in an ArrayList for a unique userid. And i have to do it for few userids. on successful login of the user ( with unique userid that matches with the one in the arraylist), i need to retrieve user details

  • How to Write Off Vendor Consignment Stock

    Hi Guys I was wondering if anyone could help me with an issue we have with Vendor Consignment Stock. There is a situation where there is stock sitting in Vendor Consignment Stock which is damaged and thus not returnable. This stock is thrown away int

  • ISight not working since update

    Updated my 7 year old PowerBook to 10.5.8 and safari a the same time and now the external iSight camera doesn't work Any thoughts ?? Tony

  • How to get reports from comparative reports from GLT0/FAGLFLEXT

    Hi, We have activated New GL and also write and read option to GLT0 indicators are active. While we are able to see in FS10N account balance report the account balances for the periods in classic GL but not been able to get comparative financial stat

  • Apple mail in Mountain Lion keeps asking to sign in.

    Hello, Ever since I updated my software to mountain lion, I had numerous problems with apple mail and the messages application. First of all, my apple mail was running fine before the update and every since I updated the software, it keeps asking me