Full Optimize Error - OutOfMemoryException

Hello
Has anyone come across the following error when running a full Optimize from SAP BPC Administration.
Error Message: Exception of type system OutOfMemoryException was thrown.
I've raised a support call but would appreciate any help on knowing why this happens and how I can resolve it.
Many thanks
Hina

The size of your SQL log file needs to be increased.  Depending on your drive space you can change your autogrowth options to unrestricted and that should solve the issue.

Similar Messages

  • Full Optimize Error - OutOfMemmory in SAP BPC

    Hello
    Has anyone come across the following error when running a full Optimize from SAP BPC Administration.
    Error Message: Exception of type system OutOfMemoryException was thrown.
    I've raised a support call but would appreciate any help on knowing why this happens and how I can resolve it.
    Many thanks
    Hina

    Hello Appu,
    Do you have something in default script logic? Revise it in the admin consol Default.LGF inside the application and scripts logic, and delete the code include. Always if you don't need to use it.
    By defect SAP BPC include some code there and you must delete it and save the changes.
    Regards,
    Gabriel Garcia

  • Error message for full optimization

    Dear all,
      I received the following error message when i tried to run a full optimization. Does anyone know the following error message mean?
    "Error message:There is already an object named 'CONSTTBLFACTBUDGET_ALLOCATION' in the database.
    Could not create constraint."
      And where can i see the log for optimization?
    Thanks and regards,
    Lip Chean

    Hi,
    Please refer to the Note 1101768.
    This error can occur if there is more than one constraint with the same name located in the same SQL database.
    For example, if you backup the tblFactFinance table by exporting a copy of the table as tblFactFinanceBackup within the same SQL database and then later you rename the tblFactFinance in use as tblFactFinance_Old and the restore the tblFactFinanceBackup as tblFactFinance, the additional constraint of tblFactFinance_Old will cause this issue.
    To resolve, using the example above, delete the additional constraint by going to START->PROGRAMS->Microsoft SQL Server->SQL Query Analyzer ->Connect to the SQL Server at issue->Open the Object Browser->expand the SQL database at issue->User tables->dbo.tblFactFinance_old->Constraints->select the fxdbo.tblFactFinance constraint and delete it.
    After the constraint is deleted then the application can be saved without this error.
    Hope this helps.

  • Full optimize with Compress DB throws error

    Hi,
    We are using SAP BPC 7.0 MS version... We have an SSIS package scheduled every morning for a Full Optimize with Compress DB. For the past few days this package had been failing after running for 2 hours, with the following error message :
    [Error][OSoft.Services.Application.OptimizeManage.OptimizeManageCtrl]
    When we tried doing a Full optimize without compress DB or Index defragmentation from the Admin Console, it completes successfully.
    But when we try doing a Full Optimize with Compress database checked, it runs for about 2 hours and throws the following error :
    An error has occurred during processing
    Error Message : Thread was being aborted
    After the above process it leaves all the records in the fact table with source column 1.
    Can anyone please share your ideas on this issue if you have faced this before and a way to fix this.
    We do not have bad or invalid records in the fact table.

    Hi,
    Please recheck if you have any calculated members or invalid dimension members.
    Calculated members will create such problems.
    Please check you have enough free disk space on your server which has Database and Analysis Services.
    Please make sure you have enabled 3GB support in Everest Update component, if you have more than 4GB RAM in your Application server.
    Please check if you have setup the Analysis Server settings with a minimum recommended value for the
    Threadpool \ Query \ MaxThreads parameter.
    The recommended value is higher of 10 or (number of Analysis Services Databases + twice the number of processor cores).
    If you have 4 dual core processors in your Analysis Services server (8 cores) and 5 Analysis Services DB, then you must set the value as 5+(2*8)=21.
    The source column will be updated as zero when the full optimization is complete. It remains as 1 since your full optimization is not completed.
    Since it says thread is being aborted, I believe the Analysis Services server settings change might resolve your issue.
    Karthik AJ

  • Report and data comming wrong after compress data with full optimization

    In SAP BPC 5.1 version to increase the sysetm performance we did full optimization with compress data.
    Theis process end with error, after login into system the report and values comming wrong,
    What is the wrong,how to rectify it
    Regards
    prakash J

    This issue is resolved,

  • The Full Optimization & Lite Optimization Data Manager packages are failing

    Hi,
    The Full Optimization and Lite Optimization Data Manager packages are failing with the following message "An Error occured while querying for the webfolders path".
    Can anyone had similar issue earlier, please let me know how can we rectify the issue.
    Thanks,
    Vamshi Krishna

    Hi,
    Does the Full Optimize work from the Administration Console directly?
    If it's the case, delete the scheduled package for Full Optimize every night (in both eData -> Package Schedule Status and in the Scheduled Tasks on your server Control Panel -> Scheduled Tasks), and then try to reschedule it from scratch.
    If it's not solving your problem, I would check if there are some "wrong" records into the FACT and FAC2 tables.
    After that, I would also check if the tblAppOptimize is having other values than 0. For all applications, you should have a 0 there.
    Hope this will help you..
    Best Regards,
    Patrick

  • Problem Full Optimize

    Hi
    Is there a time limit for full optimize when running it from BPC Admin?
    I have tried to do a full optimize two times and it ends after 1 hour both times with the error messege:
    "Thread was being aborted"
    Do any one know what the problem can be and if there are a time limit for 1 hour how can I walk around this time limit?
    Regards
    Fredrik

    Hi,
    this is due to the timeout settings in ASP.net file web.config.we can change this setting as below.
    In order to fix this issue, you need to modify the file "web.config" in the
    folder \BPC\websrvr\web of the Web Server. Please, inside this file, locate
    the following line:
    <httpRuntime maxRequestLength="102400" executionTimeout="3600" />
    and change the executionTimeout to 36000.
    This means that when a process takes longer than 3600 seconds = 1 hour to
    complete, the execution meets a timeout; by increasing the
    "executionTimeout" parameter to 36000 = 10 hours the error disappears.
    Remember that you need to run an "IISRESET" command on the web server after
    doing this change.
    thnks.

  • Server time out by full Optimize application process

    Hello,
    we have problem with full optimize application processing. We have got error message "Server time out"  on the Processing OLAP Database.
    our test environment on the VM x64bit, Server 2008
    Please anybody helps me to solve this issue.
    P.S. other optimize processes are workable (lite and Incremental)
    Thanks
    Arai

    Hi,
    Please see Note 1277009.
    This might resolve your issue.
    Karthik AJ

  • Full Optimize Failing

    Hello,
    Was wondering if any experts can give any insite into how to fix our full optimize from failing. We have had a custom package running for a few years which one of the last steps it does a full optimize. About a week ago it started to fail on this step and when we try to manually optimize from the front end it fails as well. We are able to optimize from the backend however. There are no additional processing running during this time, can anyone give any suggestions on what may be causing the problem? Is there some temp file that needs to be cleaned? I tried to do a modify of the application and that has not worked. We are on version 7.0.
    Thanks in advance!
    Kevin

    Here are a few of the messgaes I see in that table around the time of me trying to optimize this morning. Not sure what these mean:
      ==============[System Error Tracing]==============  [System  Name] - ApplicationService  [Message Type] - ErrorMessage  [Job Name]     - OSoft.Services.Webservice.ApplicationService.ApplicationService.Query()  [DateTime]     - 7-27-2011 7-29-05 AM  [UserId]       -   [Exception]       DetailMsg  - {You are not authorized to perform this task.   Please contact your BPC administrator.}  ==============[System Error Tracing  End ]============== 
      ==============[System Error Tracing]==============  [System  Name] - ApplicationService  [Message Type] - ErrorMessage  [Job Name]     - OSoft.Services.Webservice.ApplicationService.ApplicationService.Query()  [DateTime]     - 7-27-2011 7-29-16 AM  [UserId]       -   [Exception]       DetailMsg  - {You are not authorized to perform this task.   Please contact your BPC administrator.}  ==============[System Error Tracing  End ]============== 
      ==============[System Error Tracing]==============  [System  Name] - DatabaseHandler  [Message Type] - ErrorMessage  [Job Name]     - CommitTran  [DateTime]     - 7-27-2011 7-37-54 AM  [UserId]       - User  [SqlException]       Type      - System.Data.SqlClient.SqlException      Errors    - System.Data.SqlClient.SqlErrorCollection      Class     - 10      LineNumber- 0      Message   - {Timeout expired.  The timeout period elapsed prior to completion of the operation or the server is not responding.}      Number    - -2      Procedure - ConnectionRead (recv()).      Server    - BPCMS7P-OMF-03      State     - 0      Source    - .Net SqlClient Data Provider      TargetSite- Void OnError(System.Data.SqlClient.SqlException, System.Data.SqlClient.TdsParserState)      HelpLink  -   ==============[System Error Tracing  End ]============== 
      ==============[System Error Tracing]==============  [System  Name] - DatabaseHandler  [Message Type] - ErrorMessage  [Job Name]     - RollbackTran  [DateTime]     - 7-27-2011 7-37-55 AM  [UserId]       - User  [Exception]       DetailMsg  - {This SqlTransaction has completed; it is no longer usable.}  ==============[System Error Tracing  End ]============== 
      ==============[System Error Tracing]==============  [System  Name] - OSoftOptimizeManage  [Message Type] - ErrorMessage  [Job Name]     - OptimizeApplication()  [DateTime]     - 7-27-2011 7-37-55 AM  [UserId]       - mscorlib  [Exception]       DetailMsg  - {Exception has been thrown by the target of an invocation.}  ==============[System Error Tracing  End ]============== 
      ==============[System Error Tracing]==============  [System  Name] - ApplicationService  [Message Type] - ErrorMessage  [Job Name]     - OSoft.Services.Webservice.ApplicationService.ApplicationService.Query()  [DateTime]     - 7-27-2011 7-40-18 AM  [UserId]       -   [Exception]       DetailMsg  - {You are not authorized to perform this task.   Please contact your BPC administrator.}  ==============[System Error Tracing  End ]============== 
      ==============[System Error Tracing]==============  [System  Name] - ApplicationService  [Message Type] - ErrorMessage  [Job Name]     - OSoft.Services.Webservice.ApplicationService.ApplicationService.Query()  [DateTime]     - 7-27-2011 7-40-45 AM  [UserId]       -   [Exception]       DetailMsg  - {You are not authorized to perform this task.   Please contact your BPC administrator.}  ==============[System Error Tracing  End ]==============

  • Full optimize Failed when scheduled

    Hi everyone,
    I got an issue with a full optimize package in SAP BPC 7.0 MS when scheduled.
    The package admin_Optimize i use is the standard one. They are no overlapping package scheduled at the same time.
    When i manually run the package for a Full optimize on one application it works.
    When i manually run the package for a Lite optimize on one application it works.
    When i schedule the package for a Lite optimize on one application it works.
    When i schedule the package for a Full optimize on one application the package failed and stay stuck. Then the application stay unavailable.
    This issue takes place in the production environment so i can't make a test during the day. and some people are using the application very early in the morning so they stay stuck in the morning.
    Have you ever meet this issue ? What can i do ? What could be the test ?
    Best regards,
    Paul

    When i start the full optimize by hand it's working fine (But we are supposed  to launch it at 4h15 in the morning so i would prefer to schedule it !)
    Are you receiving any error message or actually the statusof package show that was not completed and no erro mesage is provided?
    The package stay stuck, it never ends even after 4 hours. We are obliged to kill it.
    Did you check tbllogs durin the time when the package is running ? It can provide very usefull information.
    Yes we did, nothings appears in this table ... all the other package are correclty recorded even the LiteOptimize that is run 30 minutes after ... byt the way this Lite optimize doesn't failed.
    Also please check the event viewer from BPC servers during the period when the full optimize was running.
    No error  related to bpc. But i had an error 45 minutes before related to Osoft data manager

  • Full Optimize

    Hi I can´t do a Full Optimize on one of our cubes. The Optimize takes 3 hours then I get the following error:
    Error message:Exception has been thrown by the target of an invocation.
    Error message:This SqlTransaction has completed; it is no longer usable.
    What can be wrong?

    I have found an error log in the outlookssoft log in Event Viewer that occurs everytime I start the full optimze for this application, the error log looks like this:
    Event Type:     Error
    Event Source:     OutlookSoft log
    Event Category:     None
    Event ID:     0
    Date:          10/11/2008
    Time:          10:16:40 AM
    User:          N/A
    Computer:     STAMW08
    Description:
    ==============[System Error Tracing]==============
    [System  Name] : OSoftCPM
    [Message Type] : ErrorMessage
    [Job Name]     : AuditMgrService/InitAudit
    [DateTime]     : 10/11/2008 10:16:40 AM
    [UserId]       :
    [SqlException]
        Type      : System.Data.SqlClient.SqlException
        Errors    : System.Data.SqlClient.SqlErrorCollection
        Class     : 16
        LineNumber: 1
        Message   : {There is already an index on table 'AuditDataRapport' named 'IX_AuditDataRapportBatchID'.}
        Number    : 1913
        Procedure :
        Server    : STAMW08
        State     : 2
        Source    : .Net SqlClient Data Provider
        TargetSite:
        HelpLink  :
    ==============[System Error Tracing  End ]==============

  • Full Optimize Problem

    Hi Guys,
    I am getting the following error when doing a full optimize with database compression:"Error message:Arithmetic overflow error converting numeric to data type numeric.
    The statement has been terminated."
    I am guessing this has a lot to do with the performance issues i am having with system at the moment. Everything is slow at the moment and I am getting SendGovener issues as well.
    Any help will be appreciated.
    Regards,
    AvdB

    Hi all,
    We are having that same problem and really need to solve it.
    So, reading the thread and the note, it seems that we can have that error due to 2 different problems:
    1) numbers too big in the fact tables.
    2) a wrong entry in the tbl.Defaults table (using a comma notation in a "version" entry instead of a dot notation).
    So, we would need help with the following:
    1) about tbl.Defaults, in our case we only have values with commas in an entry like this:
    UserId        Type        App         KeyID                Value
    _GLOBAL     SYSTEM      PARAMETROS    SIGNED_DATA_FORMAT      20,15
    All the ones about version look like this:
    UserId        Type        App         KeyID          Value
    _GLOBAL    VERSION      PARAMETROS                    1.022
    So, is the entry about the Key "Signed_Data_Format" supposed to be causing the problem? Should we either change it or erase that entry?
    2) we don't have numbers too big in the database (in this case), but how are we suppose to prevent that from happening?
    Thank you,
    Rafael

  • SAP BPC 7.5 NW SP09 - full optimize never ends. Job can not be stopped

    Hi experts,
    we sent a full optimize process in order to compress an application but it never finished.
    I noticed that through BW transaction RSPC the process chain: Full optimization stops in "Collapse box" step and become red.
    so the cube were locked and can not be used. we checked through in BW TE SM50 that process is in "Running status" 
    I tried to stop it through BW TE SM37 but  can not be done due its status.
    Please any idea how to stopped it and how solved full optimization issue?
    thanks

    Try cancelling it from SM50 (with core or without core). Never run Full Optimization for compression, run Light Optimization if you need to compress a cube.
    Gersh

  • I want to go back to the previous 2014.2 version.  .3 is much too buggy and full of error messages. Creating problems as I am on a timeline with my client and I don't have time to fool around with all the problems.

    2014 .3 is much too buggy and full of error messages. Creating problems as I am on a timeline with my client and I don't have time to fool around with all the problems.

    You didn't mention what error(s) you've encountered? A workaround for the most commonly hit problem is here Re: error in Muse : Object UID:U6875 has two (or more) owners: U3633 and U3165
    If you have a copy of your .muse file that has not been saved using 2014.3, you can downgrade by uninstalling Muse and then choose Previous Version in the Filters drop down in the Apps panel of the Creative Cloud desktop app. There will be a popup next to Muse where you can select a prior version to install.

  • Full Optimization and rearrangement of dimensions

    In BPC, there are times when Full optimize u2018mayu2019 create a new cube if rearrangements of dimensions gives more optimal performance. Also, upon transport, the technical name u2018mayu2019 be different for the same reason.
    My questions - how and when does BPC system realize to rearrange dimensions? Is it during every full optimize?
    I hope data does not get affected, but what gets affected?
    In basic terms, what is "rearrangement of dimensions"?
    Also, when should we do full optimize?
    When we transport, does that change the technical name?
    Thanks.
    Anand

    Hi Anand -
    Part two...
    This process being understood, on your specific questions:
    How and when does BPC system realize to rearrange dimensions?  The decision to rearrange dimensions is based upon an analysis of transactional data and sizing of the underlying SID tables supporting that data
    Is it during every full optimize?  Not necessarily.
    I hope data does not get affected, but what gets affected?
    Data is retained, but if the cube is reorganized then the technical name of the cube supporting the BPC application may change during the process.
    In basic terms, what is "rearrangement of dimensions"?
    Rearrangement of dimensions is the process where the BW characteristics are reassigned to different BW dimensions to promote an optimal data model.
    Also, when should we do full optimize?
    If you suspect that your performance has degraded due to changes in your transactional data storage patterns, you may need to update your current BW data model to achieve the best performance from your application.
    When we transport, does that change the technical name?
    There is guarantee that the same technical name will exist in the target system, so the answer is maybe not.  Please rview the folowing blog for more details on name retention after transport:
    [/people/sheldon.edelstein/blog/2010/03/30/bw-objects-technical-name-changeability-for-sap-bo-planning-consolidation-version-for-netweaver|/people/sheldon.edelstein/blog/2010/03/30/bw-objects-technical-name-changeability-for-sap-bo-planning-consolidation-version-for-netweaver]
    Regards,
    Sheldon

Maybe you are looking for

  • How to ignore some fields on Receiver File?

    Hi folks, I have this inbound structure example: <?xml version="1.0" encoding="UTF-8"?> <ns0:MT_ObrasAdjud_Out xmlns:ns0="http://pt.edp/r3/obrasadjudicadas">   <codforn>123543</codforn>   <numdoc>000003</numdoc>   <tipodoc>CAO</tipodoc>   <encoding_s

  • Can you listen to music over wifi and receive calls

    I listen to Rhapsody over wifi (iTunes has same problem) and can't receive phone calls. I have a iPhone 5 if it makes any difference. How do I set up the phone so the calls pop up when they come in and don't go to voicemail? There has to be a way so

  • Stuck Pixels-iPhone 4 (White Sprint)

    Okay I bought a used iPhone off of Amazon and at first it was fine. Then a thin vertical blue line appeared and people referred to it as stuck pixels. Is there any way to see if its still under warranty or if there is a way to fix it myself? PLEASE H

  • How to make a remote panel file dialog open remote directory from any computer

    Hello to everybody. I am using Labview 6.1 and I would like to know how to make a remote panel file dialog open remote directory from any computer (Not only from a specific computer. If I open the file with a specific computer, I have to conect the p

  • Apple (wired) keyboard stopped working

    Hi everyone, I bought a 2.8 GHz Quad-Core Intel Xeon "Nehalem" processor Mac Pro (model MC560LL/A) in April, 2011. 1 year and one month later (after the warranty expired, natch), the apple wired keyboard (MB110LL/B) that came with the computer stoppe