Commit blocks

Hi!
Don't know if this is a ORACLE feature or not but...
Here is my problem:
I have an application that receive information from a source, process
the data and input the result in a data warehouse.
The problem is that sometimes the commit blocks, i.e., when I'm making
the commit the application stops at that point.
I think that the problem as something to do with materialized views. In some of then I use "REFRESH ON COMMIT" and in other cases "REFRESH ON DEMAND".
The version of Oracle is 9i.
Thanks in advance,
Carlos Dias

The usual cause is when another transaction has locked the records you want to change. Make sure no others sessions are making transactions to the same table. Even when viewing data,some client tools lock the table, and the commit hangs.

Similar Messages

  • Calc optimization issue with commit blocks

    Hi there,
    How can we know the right commit block interval setting to the database?
    and though i am doing parallel calc its forcing to do the calc in serial mode due to some dependencies.
    Can anyone suggest me the best way to remove the dependencies!!!
    I am having lot of member formulas in my calc so its forcing the topdown cal mode though i am doing bottumup....
    How to avoid all these dependencies...or do u think topdown should be fine?

    It is better to use the default setting in the transactions tab.
    you can understand the behaviour of thses settings in the below link
    http://download.oracle.com/docs/cd/E10530_01/doc/epm.931/html_eashelp/frameset.htm?dbdprptr.htm
    Mostly dense formula calculations will have calc dependencies and force the serial calculations.
    Tag all the dense formula members dynamic calc wherever possible.
    If any thing needs to be calculated in the batch, calculate by fixing Lev0 sparse combinations.
    In the Database rollup, Use Calcdim of sparse dimensions only.

  • Commit Block Question

    What is the best method to determine the size of the commit block?

    What is the best method to determine the size of the commit block?

  • Calcscript Commit Block Interval

    What sets or adjusts the commit block intervals? On one calcscript I see messages saying "Commit Block Interval for the calculation is [3000]. On another when I run it, it says "Commit Blocks Interval was adjusted to be [7889] blocks. I am wondering how Essbase knows when to change the commit block interval? Is this something the calcscript would have done or is it something Essbase adjusts automatically? Or is it how the calcscript is written?

    Hi,
    Essbase automatically changes the value when running a calc script
    +"Essbase analyzes the value of Commit Blocks and Commit Rows during its analysis of feasibility for parallel calculation use. If Essbase finds the values set too low, it automatically increases them."+
    If you want to find out it in further detail, have a read of http://download.oracle.com/docs/cd/E12825_01/epm.111/esb_dbag/dstinteg.htm and section "Uncommited Access"
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Controlling Commit Sequence In Forms.

    My Environment is Oracle Forms10g R2.
    Is it Possible to Control the commiting of blocks?
    e.g.
    I have three blocks A,B and C. I want to Commit B then C and then A. Can I do that?
    Regards,
    Eric.

    What do you really mean when you say "commit"?
    If you want your form to post the deletes/updates/inserts from block B first, then those in C, then those in A, place the blocks in that order in your Forms Builder Object Navigator.
    Then when you commit, block B changes will be applied first, then C, then A. The final database commit will then lock in those changes.

  • 질문-block cleanout 이 뭔가요?

    Oracle에서 Block에 대해서 공부하다 보면 block cleanout 이라는 말이 나오던데요 뭔가요?

    block cleanout을 알기 전에 fast commit에 대한 것을 먼저 알고 나서
    block cleanout을 알아야 합니다.
    commit을 하게 되면 LGWR프로세스가 redo log entry에 commit했다는
    정보를 쓴다는 것은 아실 겁니다. 하지만 commit을 했다고 해서 commit한
    메모리 블록의 데이터를 DBWR프로세스가 데이터파일에 쓰지 않고,
    단순히 commit했다는 정보만을 rollback segment의 header에
    commit표시를 합니다. 이것을 fast commit이라 합니다.
    이제 select등을 통해서 다시 블록을 조회하게 되면 이 때에 가서야
    해당 데이터블록이 과거에 언제 변경이 있었음을 알 수 있습니다.
    이것을 데이터 블록 헤더를 찾다가 알게 되지요. 이 때에 진정한
    현재 블록상태를 반경하기 위해서 데이터를 write하게 됩니다.
    이것을 dealyed block cleanout이라고 합니다.
    Fast Commit Algorithm
    Rollback Segment Information – Oracle은 rollback segment에 해당 Tx의 변경 작업에
    대한 Rollback information을 보유하게 된다
    Data block header – Oracle은 data block( index / table/cluster)을 변경되는 모든 경우,
    Data block header에 이 rollback information을 가리키는 pointer를 저장한다.
    Transaction slot – Commit시점에서 database는 단지 관련된 rollback segment header의
    transaction slot에 commit되었다는 표시를 하게 된다
    이렇게 함으로써 Oracle은 빠른 commit과정을 수행하게 된다
    Delayed Block Cleanout
    Data block header조사 :
    Fast Commit된 Data block은 다음에 Oracle이 변경된 data block을 참조하는 시점에서
    data block이 과거의 어느 시점에서 변경이 있었음을 Data block header를 조사하여 알게 된다
    Rollback segment 결정 :
    Database는 이 변경이 commit되었는지 혹은 commit되지않았는지 확인하기 위해 선행 Tx에
    의해 사용되었던 Rollback segment를 결정하게 된다
    Commit 여부 결정 :
    이 Rollback segment의 Tx header를 조사하여 commit여부를 결정하게된다.
    data block header갱신 :
    만일 이 block이 commit되었다면 다음에 위의 과정을 되풀이 하지 않기 위해 이 Data block
    header를 갱신한다.
    얼마 후 다른 사용자가 Data block 을 재방문한다.
    Oracle은 Rollback Segment Transaction table Slot을 재확인하여 이미 commit 되었음을 알게 되고, 이
    Data block의 진정한 현재 상태를 반영하기 위해 Data block을 갱신한다.

  • Problem at calculation time, when using Dynamic Calc measures

    Hello,<BR><BR>We are using Essabse v6.5 and we want to upgrade to v7.1.<BR>we are performing some tests, in order to check that the Cubes we have created in 6.5 are working properly in v7.1.<BR><BR>the problem that we are experiencing is that the calculation time for the cubes that have dynamic calc members has exploaded to 10 times more, compared to what it took at version 6.5.<BR><BR>Do you have any idea why this happens. (also we are still using the old client "Application Manager")<BR><BR>Furhermore, I have set up 2 cubes that are the same, except the 1st has dynamic calc memebers, whereas the 2ns has not.<BR>I perform calcualtions with the “SET MSG DETAIL;” and receive the following:<BR>CUBE (A) with Dynamic Calc<BR>Total Block Created: [4.3720e+03] Blocks <BR>Sparse Calculations: [8.0620e+03] Writes and [2.5338e+05] Reads <BR>Dense Calculations: [2.8000e+01] Writes and [2.8000e+01] Reads <BR>Sparse Calculations: [6.0202e+06] Cells <BR>Dense Calculations: [1.1476e+06] Cells <BR><BR>CUBE (B) withOUT Dynamic Calc<BR>Total Block Created: [4.3720e+03] Blocks <BR>Sparse Calculations: [4.3720e+03] Writes and [3.5887e+04] Reads <BR>Dense Calculations: [2.8000e+01] Writes and [2.8000e+01] Reads <BR>Sparse Calculations: [6.0202e+06] Cells <BR>Dense Calculations: [1.1476e+06] Cells <BR><BR>Question: Why does Cube (A) has more “Sparse Calculations” than Cube(B) ????<BR><BR><BR>thanx

    Yes, all the settings were exactly the same. See following:<BR>- Data Cache (note: we are NOT using the Data File Cache) <BR>- Index Cache<BR>- Index Page<BR>- Commit Block Interval<BR>- Cache memory Locking<BR>- Access Mode = buffered IO<BR>- Data Compression = Bit-Map encoding<BR>- Two Pass Calculatino = ON<BR>- Aggregate Missing Values = ON<BR>- CFG file<BR><BR><BR>Is there any new settings in 7.1 that I must configure?<BR>Is there any settings that I cannot see through the old client Application Manager, which is important? Must I install the new client in order to be able to configure correctly the Outline/Cube?<BR><BR>Thnkx<BR><BR>

  • Error in Executing Sequnce

    Hi , a sequnce was launched with 12 rules in it ,from planning end. The sequnce displayed an error while executing at planning end
    when i checked the HBR launch log file i found the entry of only 6 rules in in it and too without any error , for the 6th rule in the sequnce it displayed only the start entry of that rule and there was no error mentioned in that file about it.i checked in the Planning "SystemErr.log" file for any information but i am not able to understand it. I am pasting the information that was written in the error log file when it
    [1/23/11 15:04:53:127 IST] 00000018 SystemErr R      at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1497)
    [1/23/11 16:03:48:067 IST] 00000018 SystemErr R com.hyperion.planning.HspRuntimeException: An error occurred while running the specified calc script. Check the log for details.
    [1/23/11 16:03:48:067 IST] 00000018 SystemErr R      at com.hyperion.planning.db.HspFMDBImpl.runHBRRule(Unknown Source)
    [1/23/11 16:03:48:067 IST] 00000018 SystemErr R      at com.hyperion.planning.db.HspFMDBImpl.runCalcScript(Unknown Source)
    [1/23/11 16:03:48:067 IST] 00000018 SystemErr R      at com.hyperion.planning.HyperionPlanningBean.runCalcScript(Unknown Source)
    [1/23/11 16:03:48:067 IST] 00000018 SystemErr R      at HspCalculate.Handle(Unknown Source)
    [1/23/11 16:03:48:067 IST] 00000018 SystemErr R      at HspCalculate.doPost(Unknown Source)
    [1/23/11 16:03:48:067 IST] 00000018 SystemErr R      at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
    [1/23/11 16:03:48:067 IST] 00000018 SystemErr R      at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    [1/23/11 16:03:48:067 IST] 00000018 SystemErr R      at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1146)
    [1/23/11 16:03:48:067 IST] 00000018 SystemErr R      at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:592)
    [1/23/11 16:03:48:067 IST] 00000018 SystemErr R      at com.ibm.ws.wswebcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:525)
    [1/23/11 16:03:48:067 IST] 00000018 SystemErr R      at com.ibm.ws.webcontainer.servlet.CacheServletWrapper.handleRequest(CacheServletWrapper.java:90)
    [1/23/11 16:03:48:067 IST] 00000018 SystemErr R      at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:764)
    [1/23/11 16:03:48:067 IST] 00000018 SystemErr R      at com.ibm.ws.wswebcontainer.WebContainer.handleRequest(WebContainer.java:1478)
    [1/23/11 16:03:48:067 IST] 00000018 SystemErr R      at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:133)
    [1/23/11 16:03:48:067 IST] 00000018 SystemErr R      at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:458)
    [1/23/11 16:03:48:067 IST] 00000018 SystemErr R      at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:387)
    [1/23/11 16:03:48:067 IST] 00000018 SystemErr R      at com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.complete(HttpICLReadCallback.java:102)
    [1/23/11 16:03:48:067 IST] 00000018 SystemErr R      at com.ibm.ws.ssl.channel.impl.SSLReadServiceContext$SSLReadCompletedCallback.complete(SSLReadServiceContext.java:1818)
    [1/23/11 16:03:48:067 IST] 00000018 SystemErr R      at com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioReadCompletionListener.java:165)
    [1/23/11 16:03:48:067 IST] 00000018 SystemErr R      at com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:217)
    [1/23/11 16:03:48:067 IST] 00000018 SystemErr R      at com.ibm.io.async.AsyncChannelFuture.fireCompletionActions(AsyncChannelFuture.java:161)
    [1/23/11 16:03:48:067 IST] 00000018 SystemErr R      at com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:136)
    [1/23/11 16:03:48:067 IST] 00000018 SystemErr R      at com.ibm.io.async.ResultHandler.complete(ResultHandler.java:196)
    [1/23/11 16:03:48:067 IST] 00000018 SystemErr R      at com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:751)
    [1/23/11 16:03:48:067 IST] 00000018 SystemErr R      at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:881)
    [1/23/11 16:03:48:067 IST] 00000018 SystemErr R      at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1497)
    [1/23/11 16:03:48:067 IST] 00000018 SystemErr R java.lang.Exception: java.lang.RuntimeException: Status unknown, calculation context no longer available
    [1/23/11 16:03:48:067 IST] 00000018 SystemErr R      at com.hyperion.hbr.api.thin.HBR.ruleComplete(Unknown Source)
    [1/23/11 16:03:48:067 IST] 00000018 SystemErr R      at com.hyperion.planning.db.HspFMDBImpl.runHBRRule(Unknown Source)
    [1/23/11 16:03:48:067 IST] 00000018 SystemErr R      at com.hyperion.planning.db.HspFMDBImpl.runCalcScript(Unknown Source)
    [1/23/11 16:03:48:067 IST] 00000018 SystemErr R      at com.hyperion.planning.HyperionPlanningBean.runCalcScript(Unknown Source)
    [1/23/11 16:03:48:067 IST] 00000018 SystemErr R      at HspCalculate.Handle(Unknown Source)
    [1/23/11 16:03:48:067 IST] 00000018 SystemErr R      at HspCalculate.doPost(Unknown Source)
    [1/23/11 16:03:48:067 IST] 00000018 SystemErr R      at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
    [1/23/11 16:03:48:067 IST] 00000018 SystemErr R      at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    [1/23/11 16:03:48:067 IST] 00000018 SystemErr R      at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1146)
    [1/23/11 16:03:48:067 IST] 00000018 SystemErr R      at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:592)
    [1/23/11 16:03:48:067 IST] 00000018 SystemErr R      at com.ibm.ws.wswebcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:525)
    [1/23/11 16:03:48:067 IST] 00000018 SystemErr R      at com.ibm.ws.webcontainer.servlet.CacheServletWrapper.handleRequest(CacheServletWrapper.java:90)
    [1/23/11 16:03:48:067 IST] 00000018 SystemErr R      at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:764)
    [1/23/11 16:03:48:067 IST] 00000018 SystemErr R      at com.ibm.ws.wswebcontainer.WebContainer.handleRequest(WebContainer.java:1478)
    [1/23/11 16:03:48:067 IST] 00000018 SystemErr R      at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:133)
    [1/23/11 16:03:48:067 IST] 00000018 SystemErr R      at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:458)
    [1/23/11 16:03:48:067 IST] 00000018 SystemErr R      at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:387)
    [1/23/11 16:03:48:067 IST] 00000018 SystemErr R      at com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.complete(HttpICLReadCallback.java:102)
    [1/23/11 16:03:48:067 IST] 00000018 SystemErr R      at com.ibm.ws.ssl.channel.impl.SSLReadServiceContext$SSLReadCompletedCallback.complete(SSLReadServiceContext.java:1818)
    [1/23/11 16:03:48:067 IST] 00000018 SystemErr R      at com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioReadCompletionListener.java:165)
    [1/23/11 16:03:48:067 IST] 00000018 SystemErr R      at com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:217)
    [1/23/11 16:03:48:067 IST] 00000018 SystemErr R      at com.ibm.io.async.AsyncChannelFuture.fireCompletionActions(AsyncChannelFuture.java:161)
    [1/23/11 16:03:48:067 IST] 00000018 SystemErr R      at com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:136)
    [1/23/11 16:03:48:067 IST] 00000018 SystemErr R      at com.ibm.io.async.ResultHandler.complete(ResultHandler.java:196)
    [1/23/11 16:03:48:067 IST] 00000018 SystemErr R      at com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:751)
    [1/23/11 16:03:48:067 IST] 00000018 SystemErr R      at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:881)
    [1/23/11 16:03:48:067 IST] 00000018 SystemErr R      at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1497)
    [1/23/11 16:03:48:067 IST] 00000018 SystemErr R java.lang.Exception: java.lang.RuntimeException: Status unknown, calculation context no longer available
    [1/23/11 16:03:48:067 IST] 00000018 SystemErr R      at com.hyperion.hbr.api.thin.HBR.ruleComplete(Unknown Source)
    [1/23/11 16:03:48:067 IST] 00000018 SystemErr R      at com.hyperion.planning.db.HspFMDBImpl.runHBRRule(Unknown Source)
    [1/23/11 16:03:48:067 IST] 00000018 SystemErr R      at com.hyperion.planning.db.HspFMDBImpl.runCalcScript(Unknown Source)
    [1/23/11 16:03:48:067 IST] 00000018 SystemErr R      at com.hyperion.planning.HyperionPlanningBean.runCalcScript(Unknown Source)
    [1/23/11 16:03:48:067 IST] 00000018 SystemErr R      at HspCalculate.Handle(Unknown Source)
    [1/23/11 16:03:48:067 IST] 00000018 SystemErr R      at HspCalculate.doPost(Unknown Source)
    [1/23/11 16:03:48:067 IST] 00000018 SystemErr R      at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
    [1/23/11 16:03:48:067 IST] 00000018 SystemErr R      at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    [1/23/11 16:03:48:067 IST] 00000018 SystemErr R      at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1146)
    [1/23/11 16:03:48:067 IST] 00000018 SystemErr R      at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:592)
    [1/23/11 16:03:48:067 IST] 00000018 SystemErr R      at com.ibm.ws.wswebcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:525)
    [1/23/11 16:03:48:067 IST] 00000018 SystemErr R      at com.ibm.ws.webcontainer.servlet.CacheServletWrapper.handleRequest(CacheServletWrapper.java:90)
    [1/23/11 16:03:48:067 IST] 00000018 SystemErr R      at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:764)
    [1/23/11 16:03:48:067 IST] 00000018 SystemErr R      at com.ibm.ws.wswebcontainer.WebContainer.handleRequest(WebContainer.java:1478)
    [1/23/11 16:03:48:067 IST] 00000018 SystemErr R      at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:133)
    [1/23/11 16:03:48:067 IST] 00000018 SystemErr R      at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:458)
    [1/23/11 16:03:48:067 IST] 00000018 SystemErr R      at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:387)
    [1/23/11 16:03:48:067 IST] 00000018 SystemErr R      at com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.complete(HttpICLReadCallback.java:102)
    [1/23/11 16:03:48:067 IST] 00000018 SystemErr R      at com.ibm.ws.ssl.channel.impl.SSLReadServiceContext$SSLReadCompletedCallback.complete(SSLReadServiceContext.java:1818)
    [1/23/11 16:03:48:067 IST] 00000018 SystemErr R      at com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioReadCompletionListener.java:165)
    [1/23/11 16:03:48:067 IST] 00000018 SystemErr R      at com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:217)
    [1/23/11 16:03:48:067 IST] 00000018 SystemErr R      at com.ibm.io.async.AsyncChannelFuture.fireCompletionActions(AsyncChannelFuture.java:161)
    [1/23/11 16:03:48:067 IST] 00000018 SystemErr R      at com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:136)
    [1/23/11 16:03:48:067 IST] 00000018 SystemErr R      at com.ibm.io.async.ResultHandler.complete(ResultHandler.java:196)
    [1/23/11 16:03:48:067 IST] 00000018 SystemErr R      at com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:751)
    [1/23/11 16:03:48:067 IST] 00000018 SystemErr R      at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:881)
    [1/23/11 16:03:48:067 IST] 00000018 SystemErr R      at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1497)
    [1/23/11 16:06:39:235 IST] 00000022 SystemErr R Exception in thread "Thread-58" java.lang.NullPointerException
    [1/23/11 16:06:39:235 IST] 00000022 SystemErr R      at com.hyperion.hbr.plugin.essbase.EssbaseExecution.buildCommonInfo(Unknown Source)
    [1/23/11 16:06:39:235 IST] 00000022 SystemErr R      at com.hyperion.hbr.plugin.essbase.EssbaseExecution.launchLogStepErr(Unknown Source)
    [1/23/11 16:06:39:235 IST] 00000022 SystemErr R      at com.hyperion.hbr.plugin.essbase.EssbaseExecution.access$300(Unknown Source)
    [1/23/11 16:06:39:235 IST] 00000022 SystemErr R      at com.hyperion.hbr.plugin.essbase.EssbaseExecution$RunThread.doStep(Unknown Source)
    [1/23/11 16:06:39:235 IST] 00000022 SystemErr R      at com.hyperion.hbr.plugin.essbase.EssbaseExecution$RunThread.run(Unknown Source)
    can you please explain it

    yes i checked that too and i saw that it had some messages which indicate that the current rule that was started 6th rule that is had finished and after that there was no entry in the log file for that , i will paste those entries too maybe i might have misintrepreted something
    the 6th rule started at 1556 hrs onJan 23 , i am posting the log file entries after that time , the first line indicates that the calculation of 5th rule in the sequnce ended properly.
    [Sun Jan 23 15:56:02 2011]Local/AOPMIS/Plan1/admin/Info(1012550)
    Total Calc Elapsed Time : [653.391] seconds
    [Sun Jan 23 15:56:02 2011]Local/AOPMIS/Plan1/admin/Info(1019018)
    Writing Parameters For Database [Plan1]
    [Sun Jan 23 15:56:02 2011]Local/AOPMIS///Info(1013214)
    Clear Active on User [admin] Instance [1]
    [Sun Jan 23 15:56:02 2011]Local/AOPMIS///Info(1013210)
    User [admin] set active on database [Plan1]
    [Sun Jan 23 15:56:02 2011]Local/AOPMIS/Plan1/admin/Info(1013091)
    Received Command [SetAlias] from user [admin]
    [Sun Jan 23 15:56:02 2011]Local/AOPMIS///Info(1013210)
    User [admin] set active on database [Plan1]
    [Sun Jan 23 15:56:02 2011]Local/AOPMIS/Plan1/admin/Info(1013091)
    Received Command [GetAttributeNameSpecs] from user [admin]
    [Sun Jan 23 15:56:02 2011]Local/AOPMIS/Plan1/admin/Info(1013091)
    Received Command [GetOtlInfo] from user [admin]
    [Sun Jan 23 15:56:02 2011]Local/AOPMIS/Plan1/admin/Info(1013091)
    Received Command [OtlQueryMbrs] from user [admin]
    [Sun Jan 23 15:56:02 2011]Local/AOPMIS///Info(1013210)
    User [admin] set active on database [Plan1]
    [Sun Jan 23 15:56:02 2011]Local/AOPMIS/Plan1/admin/Info(1013162)
    Received Command [Calculate] from user [admin]
    [Sun Jan 23 15:56:02 2011]Local/AOPMIS/Plan1/admin/Info(1200481)
    Formula for member [A8073] will be executed in [CELL] mode
    [Sun Jan 23 15:56:02 2011]Local/AOPMIS/Plan1/admin/Info(1200481)
    Formula for member [A8071] will be executed in [CELL] mode
    [Sun Jan 23 15:56:02 2011]Local/AOPMIS/Plan1/admin/Info(1200481)
    Formula for member [A8072] will be executed in [CELL] mode
    [Sun Jan 23 15:56:02 2011]Local/AOPMIS/Plan1/admin/Info(1200481)
    Formula for member [A8077] will be executed in [CELL] mode
    [Sun Jan 23 15:56:02 2011]Local/AOPMIS/Plan1/admin/Info(1200481)
    Formula for member [A8079] will be executed in [CELL] mode
    [Sun Jan 23 15:56:02 2011]Local/AOPMIS/Plan1/admin/Info(1200481)
    Formula for member [A8082] will be executed in [CELL] mode
    [Sun Jan 23 15:56:02 2011]Local/AOPMIS/Plan1/admin/Info(1200481)
    Formula for member [A8083] will be executed in [CELL] mode
    [Sun Jan 23 15:56:02 2011]Local/AOPMIS/Plan1/admin/Info(1200481)
    Formula for member [A8084] will be executed in [CELL] mode
    [Sun Jan 23 15:56:02 2011]Local/AOPMIS/Plan1/admin/Info(1200481)
    Formula for member [A8118] will be executed in [CELL] mode
    [Sun Jan 23 15:56:02 2011]Local/AOPMIS/Plan1/admin/Info(1012675)
    Commit Blocks Interval for the calculation is [3000]
    [Sun Jan 23 15:56:03 2011]Local/AOPMIS/Plan1/admin/Info(1012717)
    Remote bitmap cache is [Disabled]
    [Sun Jan 23 15:56:03 2011]Local/AOPMIS/Plan1/admin/Info(1012668)
    Calculating [ Account(A8058,A8059,A8060,A8065)] with fixed members [Period(Dec); Cost Centres(CC000, CC011, CC012, CC019, CC024, CC029, CC031, CC035, CC041, CC043, CC047, Location, Defunctional, CCT); Version(Corp Ver 2); Scenario(TB_MIS, AD_MIS, PR_MIS, MIS)]
    [Sun Jan 23 15:56:03 2011]Local/AOPMIS/Plan1/admin/Info(1012678)
    Calculating in parallel with [2] threads
    [Sun Jan 23 15:56:03 2011]Local/AOPMIS/Plan1/admin/Info(1012679)
    Calculation task schedule [1]
    [Sun Jan 23 15:56:03 2011]Local/AOPMIS/Plan1/admin/Info(1012680)
    Parallelizing using [1] task dimensions.
    [Sun Jan 23 15:56:42 2011]Local/AOPMIS/Plan1/admin/Info(1012600)
    Member [A8058] attempts to divide by Missing, Invalid, or Near Zero value (Message will not repeat)
    [Sun Jan 23 15:56:42 2011]Local/AOPMIS/Plan1/admin/Info(1012675)
    Commit Blocks Interval for the calculation is [3000]
    [Sun Jan 23 15:56:42 2011]Local/AOPMIS/Plan1/admin/Info(1012717)
    Remote bitmap cache is [Disabled]
    [Sun Jan 23 15:56:42 2011]Local/AOPMIS/Plan1/admin/Info(1012668)
    Calculating [ Account(A8061,A8062,A8063,A8064,A8069)] with fixed members [Period(Dec); Cost Centres(CC000, CC011, CC012, CC019, CC024, CC029, CC031, CC035, CC041, CC043, CC047, Location, Defunctional, CCT); Version(Corp Ver 2); Scenario(TB_MIS, AD_MIS, PR_MIS, MIS)]
    [Sun Jan 23 15:56:42 2011]Local/AOPMIS/Plan1/admin/Info(1012678)
    Calculating in parallel with [2] threads
    [Sun Jan 23 15:56:42 2011]Local/AOPMIS/Plan1/admin/Info(1012679)
    Calculation task schedule [1]
    [Sun Jan 23 15:56:42 2011]Local/AOPMIS/Plan1/admin/Info(1012680)
    Parallelizing using [1] task dimensions.
    [Sun Jan 23 15:57:21 2011]Local/AOPMIS/Plan1/admin/Info(1012675)
    Commit Blocks Interval for the calculation is [3000]
    [Sun Jan 23 15:57:21 2011]Local/AOPMIS/Plan1/admin/Info(1012717)
    Remote bitmap cache is [Disabled]
    [Sun Jan 23 15:57:21 2011]Local/AOPMIS/Plan1/admin/Info(1012668)
    Calculating [ Account(A8061,A8062,A8063,A8064,A8069,A8067,A8066)] with fixed members [Period(Dec); Cost Centres(CC000, CC011, CC012, CC019, CC024, CC029, CC031, CC035, CC041, CC043, CC047, Location, Defunctional, CCT); Version(Corp Ver 2); Scenario(TB_MIS, AD_MIS, PR_MIS, MIS)]
    [Sun Jan 23 15:57:21 2011]Local/AOPMIS/Plan1/admin/Info(1012678)
    Calculating in parallel with [2] threads
    [Sun Jan 23 15:57:21 2011]Local/AOPMIS/Plan1/admin/Info(1012679)
    Calculation task schedule [1]
    [Sun Jan 23 15:57:21 2011]Local/AOPMIS/Plan1/admin/Info(1012680)
    Parallelizing using [1] task dimensions.
    [Sun Jan 23 15:58:05 2011]Local/AOPMIS/Plan1/admin/Info(1012600)
    Member [A8067] attempts to divide by Missing, Invalid, or Near Zero value (Message will not repeat)
    [Sun Jan 23 15:58:05 2011]Local/AOPMIS/Plan1/admin/Info(1012675)
    Commit Blocks Interval for the calculation is [3000]
    [Sun Jan 23 15:58:05 2011]Local/AOPMIS/Plan1/admin/Info(1012717)
    Remote bitmap cache is [Disabled]
    [Sun Jan 23 15:58:05 2011]Local/AOPMIS/Plan1/admin/Info(1012668)
    Calculating [ Account(A8073)] with fixed members [Period(Dec); Cost Centres(CC000, CC011, CC012, CC019, CC024, CC029, CC031, CC035, CC041, CC043, CC047, Location, Defunctional, CCT); Version(Corp Ver 2); Scenario(TB_MIS, AD_MIS, PR_MIS, MIS)]
    [Sun Jan 23 15:58:05 2011]Local/AOPMIS/Plan1/admin/Info(1012678)
    Calculating in parallel with [2] threads
    [Sun Jan 23 15:58:05 2011]Local/AOPMIS/Plan1/admin/Info(1012679)
    Calculation task schedule [1]
    [Sun Jan 23 15:58:05 2011]Local/AOPMIS/Plan1/admin/Info(1012680)
    Parallelizing using [1] task dimensions.
    [Sun Jan 23 15:58:20 2011]Local/AOPMIS/Plan1/admin/Info(1012600)
    Member [A8073] attempts to divide by Missing, Invalid, or Near Zero value (Message will not repeat)
    [Sun Jan 23 15:58:20 2011]Local/AOPMIS/Plan1/admin/Info(1012675)
    Commit Blocks Interval for the calculation is [3000]
    [Sun Jan 23 15:58:20 2011]Local/AOPMIS/Plan1/admin/Info(1012717)
    Remote bitmap cache is [Disabled]
    [Sun Jan 23 15:58:20 2011]Local/AOPMIS/Plan1/admin/Info(1012668)
    Calculating [ Account(A8063)] with fixed members [Period(Dec); Cost Centres(CC000, CC011, CC012, CC019, CC024, CC029, CC031, CC035, CC041, CC043, CC047, Location, Defunctional, CCT); Version(Corp Ver 2); Scenario(TB_MIS, AD_MIS, PR_MIS, MIS)]
    [Sun Jan 23 15:58:20 2011]Local/AOPMIS/Plan1/admin/Info(1012678)
    Calculating in parallel with [2] threads
    [Sun Jan 23 15:58:20 2011]Local/AOPMIS/Plan1/admin/Info(1012679)
    Calculation task schedule [1]
    [Sun Jan 23 15:58:20 2011]Local/AOPMIS/Plan1/admin/Info(1012680)
    Parallelizing using [1] task dimensions.
    [Sun Jan 23 15:58:35 2011]Local/AOPMIS/Plan1/admin/Info(1012675)
    Commit Blocks Interval for the calculation is [3000]
    [Sun Jan 23 15:58:35 2011]Local/AOPMIS/Plan1/admin/Info(1012717)
    Remote bitmap cache is [Disabled]
    [Sun Jan 23 15:58:35 2011]Local/AOPMIS/Plan1/admin/Info(1012668)
    Calculating [ Account(A8070,A8071,A8072,A8074,A8075,A8076,A8077,A8079,A8082,A8080,A8087,A8083,A8084,A8085,A8086,A8107,A8108,A8117)] with fixed members [Period(Dec); Cost Centres(CC000, CC011, CC012, CC019, CC024, CC029, CC031, CC035, CC041, CC043, CC047, Location, Defunctional, CCT); Version(Corp Ver 2); Scenario(TB_MIS, AD_MIS, PR_MIS, MIS)]
    [Sun Jan 23 15:58:35 2011]Local/AOPMIS/Plan1/admin/Info(1012678)
    Calculating in parallel with [2] threads
    [Sun Jan 23 15:58:35 2011]Local/AOPMIS/Plan1/admin/Info(1012679)
    Calculation task schedule [1]
    [Sun Jan 23 15:58:35 2011]Local/AOPMIS/Plan1/admin/Info(1012680)
    Parallelizing using [1] task dimensions.
    [Sun Jan 23 15:59:18 2011]Local/AOPMIS/Plan1/admin/Info(1012600)
    Member [A8070] attempts to divide by Missing, Invalid, or Near Zero value (Message will not repeat)
    [Sun Jan 23 15:59:18 2011]Local/AOPMIS/Plan1/admin/Info(1012675)
    Commit Blocks Interval for the calculation is [3000]
    [Sun Jan 23 15:59:18 2011]Local/AOPMIS/Plan1/admin/Info(1012717)
    Remote bitmap cache is [Disabled]
    [Sun Jan 23 15:59:18 2011]Local/AOPMIS/Plan1/admin/Info(1012668)
    Calculating [ Account(A8058,A8059,A8060,A8065)] with fixed members [Period(Q3, Q4); Cost Centres(CC000, CC011, CC012, CC019, CC024, CC029, CC031, CC035, CC041, CC043, CC047, Location, Defunctional, CCT); Version(Corp Ver 2); Scenario(TB_MIS, AD_MIS, PR_MIS, MIS)]
    [Sun Jan 23 15:59:18 2011]Local/AOPMIS/Plan1/admin/Info(1012678)
    Calculating in parallel with [2] threads
    [Sun Jan 23 15:59:18 2011]Local/AOPMIS/Plan1/admin/Info(1012679)
    Calculation task schedule [1]
    [Sun Jan 23 15:59:18 2011]Local/AOPMIS/Plan1/admin/Info(1012680)
    Parallelizing using [1] task dimensions.
    [Sun Jan 23 15:59:56 2011]Local/AOPMIS/Plan1/admin/Info(1012600)
    Member [A8058] attempts to divide by Missing, Invalid, or Near Zero value (Message will not repeat)
    [Sun Jan 23 15:59:56 2011]Local/AOPMIS/Plan1/admin/Info(1012675)
    Commit Blocks Interval for the calculation is [3000]
    [Sun Jan 23 15:59:56 2011]Local/AOPMIS/Plan1/admin/Info(1012717)
    Remote bitmap cache is [Disabled]
    [Sun Jan 23 15:59:56 2011]Local/AOPMIS/Plan1/admin/Info(1012668)
    Calculating [ Account(A8061,A8062,A8063,A8064,A8069)] with fixed members [Period(Q3, Q4); Cost Centres(CC000, CC011, CC012, CC019, CC024, CC029, CC031, CC035, CC041, CC043, CC047, Location, Defunctional, CCT); Version(Corp Ver 2); Scenario(TB_MIS, AD_MIS, PR_MIS, MIS)]
    [Sun Jan 23 15:59:56 2011]Local/AOPMIS/Plan1/admin/Info(1012678)
    Calculating in parallel with [2] threads
    [Sun Jan 23 15:59:56 2011]Local/AOPMIS/Plan1/admin/Info(1012679)
    Calculation task schedule [1]
    [Sun Jan 23 15:59:56 2011]Local/AOPMIS/Plan1/admin/Info(1012680)
    Parallelizing using [1] task dimensions.
    [Sun Jan 23 16:00:36 2011]Local/AOPMIS/Plan1/admin/Info(1012675)
    Commit Blocks Interval for the calculation is [3000]
    [Sun Jan 23 16:00:36 2011]Local/AOPMIS/Plan1/admin/Info(1012717)
    Remote bitmap cache is [Disabled]
    [Sun Jan 23 16:00:36 2011]Local/AOPMIS/Plan1/admin/Info(1012668)
    Calculating [ Account(A8061,A8062,A8063,A8064,A8069,A8067,A8066)] with fixed members [Period(Q3, Q4); Cost Centres(CC000, CC011, CC012, CC019, CC024, CC029, CC031, CC035, CC041, CC043, CC047, Location, Defunctional, CCT); Version(Corp Ver 2); Scenario(TB_MIS, AD_MIS, PR_MIS, MIS)]
    [Sun Jan 23 16:00:36 2011]Local/AOPMIS/Plan1/admin/Info(1012678)
    Calculating in parallel with [2] threads
    [Sun Jan 23 16:00:36 2011]Local/AOPMIS/Plan1/admin/Info(1012679)
    Calculation task schedule [1]
    [Sun Jan 23 16:00:36 2011]Local/AOPMIS/Plan1/admin/Info(1012680)
    Parallelizing using [1] task dimensions.
    [Sun Jan 23 16:01:20 2011]Local/AOPMIS/Plan1/admin/Info(1012600)
    Member [A8067] attempts to divide by Missing, Invalid, or Near Zero value (Message will not repeat)
    [Sun Jan 23 16:01:20 2011]Local/AOPMIS/Plan1/admin/Info(1012675)
    Commit Blocks Interval for the calculation is [3000]
    [Sun Jan 23 16:01:20 2011]Local/AOPMIS/Plan1/admin/Info(1012717)
    Remote bitmap cache is [Disabled]
    [Sun Jan 23 16:01:20 2011]Local/AOPMIS/Plan1/admin/Info(1012668)
    Calculating [ Account(A8063)] with fixed members [Period(Q3, Q4); Cost Centres(CC000, CC011, CC012, CC019, CC024, CC029, CC031, CC035, CC041, CC043, CC047, Location, Defunctional, CCT); Version(Corp Ver 2); Scenario(TB_MIS, AD_MIS, PR_MIS, MIS)]
    [Sun Jan 23 16:01:20 2011]Local/AOPMIS/Plan1/admin/Info(1012678)
    Calculating in parallel with [2] threads
    [Sun Jan 23 16:01:20 2011]Local/AOPMIS/Plan1/admin/Info(1012679)
    Calculation task schedule [1]
    [Sun Jan 23 16:01:20 2011]Local/AOPMIS/Plan1/admin/Info(1012680)
    Parallelizing using [1] task dimensions.
    [Sun Jan 23 16:01:36 2011]Local/AOPMIS/Plan1/admin/Info(1012675)
    Commit Blocks Interval for the calculation is [3000]
    [Sun Jan 23 16:01:36 2011]Local/AOPMIS/Plan1/admin/Info(1012717)
    Remote bitmap cache is [Disabled]
    [Sun Jan 23 16:01:36 2011]Local/AOPMIS/Plan1/admin/Info(1012668)
    Calculating [ Account(A8073)] with fixed members [Period(Q3, Q4); Cost Centres(CC000, CC011, CC012, CC019, CC024, CC029, CC031, CC035, CC041, CC043, CC047, Location, Defunctional, CCT); Version(Corp Ver 2); Scenario(TB_MIS, AD_MIS, PR_MIS, MIS)]
    [Sun Jan 23 16:01:36 2011]Local/AOPMIS/Plan1/admin/Info(1012678)
    Calculating in parallel with [2] threads
    [Sun Jan 23 16:01:36 2011]Local/AOPMIS/Plan1/admin/Info(1012679)
    Calculation task schedule [1]
    [Sun Jan 23 16:01:36 2011]Local/AOPMIS/Plan1/admin/Info(1012680)
    Parallelizing using [1] task dimensions.
    [Sun Jan 23 16:01:52 2011]Local/AOPMIS/Plan1/admin/Info(1012600)
    Member [A8073] attempts to divide by Missing, Invalid, or Near Zero value (Message will not repeat)
    [Sun Jan 23 16:01:52 2011]Local/AOPMIS/Plan1/admin/Info(1012675)
    Commit Blocks Interval for the calculation is [3000]
    [Sun Jan 23 16:01:52 2011]Local/AOPMIS/Plan1/admin/Info(1012717)
    Remote bitmap cache is [Disabled]
    [Sun Jan 23 16:01:52 2011]Local/AOPMIS/Plan1/admin/Info(1012668)
    Calculating [ Account(A8070,A8071,A8072,A8074,A8075,A8076,A8077,A8079,A8082,A8080,A8087,A8083,A8084,A8085,A8086,A8107,A8108,A8118,A8117)] with fixed members [Period(Q3, Q4); Cost Centres(CC000, CC011, CC012, CC019, CC024, CC029, CC031, CC035, CC041, CC043, CC047, Location, Defunctional, CCT); Version(Corp Ver 2); Scenario(TB_MIS, AD_MIS, PR_MIS, MIS)]
    [Sun Jan 23 16:01:52 2011]Local/AOPMIS/Plan1/admin/Info(1012678)
    Calculating in parallel with [2] threads
    [Sun Jan 23 16:01:52 2011]Local/AOPMIS/Plan1/admin/Info(1012679)
    Calculation task schedule [1]
    [Sun Jan 23 16:01:52 2011]Local/AOPMIS/Plan1/admin/Info(1012680)
    Parallelizing using [1] task dimensions.
    [Sun Jan 23 16:02:38 2011]Local/AOPMIS/Plan1/admin/Info(1012600)
    Member [A8086] attempts to divide by Missing, Invalid, or Near Zero value (Message will not repeat)
    [Sun Jan 23 16:02:38 2011]Local/AOPMIS/Plan1/admin/Info(1012675)
    Commit Blocks Interval for the calculation is [3000]
    [Sun Jan 23 16:02:38 2011]Local/AOPMIS/Plan1/admin/Info(1012717)
    Remote bitmap cache is [Disabled]
    [Sun Jan 23 16:02:38 2011]Local/AOPMIS/Plan1/admin/Info(1012668)
    Calculating [ Account(A8058,A8059,A8060,A8065)] with fixed members [Period(Year Total); Cost Centres(CC000, CC011, CC012, CC019, CC024, CC029, CC031, CC035, CC041, CC043, CC047, Location, Defunctional, CCT); Version(Corp Ver 2); Scenario(TB_MIS, AD_MIS, PR_MIS, MIS)]
    [Sun Jan 23 16:02:38 2011]Local/AOPMIS/Plan1/admin/Info(1012678)
    Calculating in parallel with [2] threads
    [Sun Jan 23 16:02:38 2011]Local/AOPMIS/Plan1/admin/Info(1012679)
    Calculation task schedule [1]
    [Sun Jan 23 16:02:38 2011]Local/AOPMIS/Plan1/admin/Info(1012680)
    Parallelizing using [1] task dimensions.
    [Sun Jan 23 16:03:26 2011]Local/AOPMIS/Plan1/admin/Info(1012600)
    Member [A8058] attempts to divide by Missing, Invalid, or Near Zero value (Message will not repeat)
    [Sun Jan 23 16:03:26 2011]Local/AOPMIS/Plan1/admin/Info(1012675)
    Commit Blocks Interval for the calculation is [3000]
    [Sun Jan 23 16:03:26 2011]Local/AOPMIS/Plan1/admin/Info(1012717)
    Remote bitmap cache is [Disabled]
    [Sun Jan 23 16:03:26 2011]Local/AOPMIS/Plan1/admin/Info(1012668)
    Calculating [ Account(A8061,A8062,A8063,A8064,A8069)] with fixed members [Period(Year Total); Cost Centres(CC000, CC011, CC012, CC019, CC024, CC029, CC031, CC035, CC041, CC043, CC047, Location, Defunctional, CCT); Version(Corp Ver 2); Scenario(TB_MIS, AD_MIS, PR_MIS, MIS)]
    [Sun Jan 23 16:03:26 2011]Local/AOPMIS/Plan1/admin/Info(1012678)
    Calculating in parallel with [2] threads
    [Sun Jan 23 16:03:26 2011]Local/AOPMIS/Plan1/admin/Info(1012679)
    Calculation task schedule [1]
    [Sun Jan 23 16:03:26 2011]Local/AOPMIS/Plan1/admin/Info(1012680)
    Parallelizing using [1] task dimensions.
    [Sun Jan 23 16:03:48 2011]Local/AOPMIS///Info(1013214)
    Clear Active on User [admin] Instance [1]
    [Sun Jan 23 16:03:48 2011]Local/AOPMIS///Info(1013214)
    Clear Active on User [admin] Instance [1]
    [Sun Jan 23 16:04:16 2011]Local/AOPMIS/Plan1/admin/Info(1012675)
    Commit Blocks Interval for the calculation is [3000]
    [Sun Jan 23 16:04:16 2011]Local/AOPMIS/Plan1/admin/Info(1012717)
    Remote bitmap cache is [Disabled]
    [Sun Jan 23 16:04:16 2011]Local/AOPMIS/Plan1/admin/Info(1012668)
    Calculating [ Account(A8061,A8062,A8063,A8064,A8069,A8067,A8066)] with fixed members [Period(Year Total); Cost Centres(CC000, CC011, CC012, CC019, CC024, CC029, CC031, CC035, CC041, CC043, CC047, Location, Defunctional, CCT); Version(Corp Ver 2); Scenario(TB_MIS, AD_MIS, PR_MIS, MIS)]
    [Sun Jan 23 16:04:16 2011]Local/AOPMIS/Plan1/admin/Info(1012678)
    Calculating in parallel with [2] threads
    [Sun Jan 23 16:04:16 2011]Local/AOPMIS/Plan1/admin/Info(1012679)
    Calculation task schedule [1]
    [Sun Jan 23 16:04:16 2011]Local/AOPMIS/Plan1/admin/Info(1012680)
    Parallelizing using [1] task dimensions.
    [Sun Jan 23 16:05:26 2011]Local/AOPMIS/Plan1/admin/Info(1012600)
    Member [A8067] attempts to divide by Missing, Invalid, or Near Zero value (Message will not repeat)
    [Sun Jan 23 16:05:26 2011]Local/AOPMIS/Plan1/admin/Info(1012675)
    Commit Blocks Interval for the calculation is [3000]
    [Sun Jan 23 16:05:26 2011]Local/AOPMIS/Plan1/admin/Info(1012717)
    Remote bitmap cache is [Disabled]
    [Sun Jan 23 16:05:26 2011]Local/AOPMIS/Plan1/admin/Info(1012668)
    Calculating [ Account(A8073)] with fixed members [Period(Year Total); Cost Centres(CC000, CC011, CC012, CC019, CC024, CC029, CC031, CC035, CC041, CC043, CC047, Location, Defunctional, CCT); Version(Corp Ver 2); Scenario(TB_MIS, AD_MIS, PR_MIS, MIS)]
    [Sun Jan 23 16:05:26 2011]Local/AOPMIS/Plan1/admin/Info(1012678)
    Calculating in parallel with [2] threads
    [Sun Jan 23 16:05:26 2011]Local/AOPMIS/Plan1/admin/Info(1012679)
    Calculation task schedule [1]
    [Sun Jan 23 16:05:26 2011]Local/AOPMIS/Plan1/admin/Info(1012680)
    Parallelizing using [1] task dimensions.
    [Sun Jan 23 16:05:41 2011]Local/AOPMIS/Plan1/admin/Info(1012600)
    Member [A8073] attempts to divide by Missing, Invalid, or Near Zero value (Message will not repeat)
    [Sun Jan 23 16:05:41 2011]Local/AOPMIS/Plan1/admin/Info(1012675)
    Commit Blocks Interval for the calculation is [3000]
    [Sun Jan 23 16:05:41 2011]Local/AOPMIS/Plan1/admin/Info(1012717)
    Remote bitmap cache is [Disabled]
    [Sun Jan 23 16:05:41 2011]Local/AOPMIS/Plan1/admin/Info(1012668)
    Calculating [ Account(A8063)] with fixed members [Period(Year Total); Cost Centres(CC000, CC011, CC012, CC019, CC024, CC029, CC031, CC035, CC041, CC043, CC047, Location, Defunctional, CCT); Version(Corp Ver 2); Scenario(TB_MIS, AD_MIS, PR_MIS, MIS)]
    [Sun Jan 23 16:05:41 2011]Local/AOPMIS/Plan1/admin/Info(1012678)
    Calculating in parallel with [2] threads
    [Sun Jan 23 16:05:41 2011]Local/AOPMIS/Plan1/admin/Info(1012679)
    Calculation task schedule [1]
    [Sun Jan 23 16:05:41 2011]Local/AOPMIS/Plan1/admin/Info(1012680)
    Parallelizing using [1] task dimensions.
    [Sun Jan 23 16:05:57 2011]Local/AOPMIS/Plan1/admin/Info(1012675)
    Commit Blocks Interval for the calculation is [3000]
    [Sun Jan 23 16:05:57 2011]Local/AOPMIS/Plan1/admin/Info(1012717)
    Remote bitmap cache is [Disabled]
    [Sun Jan 23 16:05:57 2011]Local/AOPMIS/Plan1/admin/Info(1012668)
    Calculating [ Account(A8070,A8071,A8072,A8074,A8075,A8076,A8077,A8079,A8082,A8080,A8087,A8083,A8084,A8085,A8086,A8107,A8108,A8118,A8117)] with fixed members [Period(Year Total); Cost Centres(CC000, CC011, CC012, CC019, CC024, CC029, CC031, CC035, CC041, CC043, CC047, Location, Defunctional, CCT); Version(Corp Ver 2); Scenario(TB_MIS, AD_MIS, PR_MIS, MIS)]
    [Sun Jan 23 16:05:57 2011]Local/AOPMIS/Plan1/admin/Info(1012678)
    Calculating in parallel with [2] threads
    [Sun Jan 23 16:05:57 2011]Local/AOPMIS/Plan1/admin/Info(1012679)
    Calculation task schedule [1]
    [Sun Jan 23 16:05:57 2011]Local/AOPMIS/Plan1/admin/Info(1012680)
    Parallelizing using [1] task dimensions.
    [Sun Jan 23 16:06:40 2011]Local/AOPMIS/Plan1/admin/Info(1012600)
    Member [A8082] attempts to divide by Missing, Invalid, or Near Zero value (Message will not repeat)
    [Sun Jan 23 16:06:40 2011]Local/AOPMIS/Plan1/admin/Info(1012550)
    Total Calc Elapsed Time : [637.079] seconds
    [Sun Jan 23 16:06:40 2011]Local/AOPMIS/Plan1/admin/Info(1019018)
    Writing Parameters For Database [Plan1]
    [Sun Jan 23 16:06:40 2011]Local/AOPMIS///Info(1013214)
    Clear Active on User [admin] Instance [1]
    [Mon Jan 24 02:34:15 2011]Local/AOPMIS///Info(1013205)
    Received Command [Get Database Info]
    [Mon Jan 24 02:34:15 2011]Local/AOPMIS///Info(1013205)
    Received Command [Get Database State]
    as you can see that immediatly after the execution of calculation the entry of jan 24th has started.

  • "RABAX" occurs on server side error while testing asynchoronous web service

    I got error while testing asynchronous web service in WS navigator. I have created asynchronouse web service using RFC. Then I configured it in SOAMANAGER. When I tested it, got error "RABAX occurs on server side". Also I got dump in ST22. It is 'UNCHAUGHT_EXCEPTION - CX_SOAP_SEQ_SCD_ERROR'.
    I have tested for synchronous web service it works fine.  I found a difference in both web service WSDL file for below parameters value -
    commit
    blocking
    transaction
    wsrm
    I tried different way .. but no solution .. Plz suggest if someone have any idea.....Its very helpfull....

    your problem:
    Missing class: oracle.tip.adapter.jms.JmsManagedConnectionFactory
    Dependent class: oracle.tip.adapter.fw.wsdl.WSDLUtils
    Loader: oracle.bpel.common:10.1.3
    Code-Source: /oraclesoa/oraclesoa/product/10.1.3.1/OracleAS_1/bpel/lib/orabpel.jar
    Configuration: <code-source> in /oraclesoa/oraclesoa/product/10.1.3.1/OracleAS_1/j2ee/home/config/server.xml
    It happens when server is custom installed, try to reinstall it as full version and problem should disappear otherwise your need another full installation to retrieve and replace orabpel.jar file from (or maybe more)

  • Error while selecting members on spreadsheet

    Hello All-
    I have a planning application with three databases database1 , database2, database3. The application is multi curreency application.
    My users when they try to get connected to any of the database in morning and try the option for member selection get following Error:
    "Failed to start the extractor Thread"
    I went to the logs and i was not able to find anything significant over there. There are two nightly process that are run on the application:
    1. Back up of the Essbase database
    2. Running Maxl against Database1 which does some dataloading and running few scripts.
    The application Log is as follows:
    [Tue Jan 12 00:00:01 2010]Local/Application Name///Info(1013210)
    User [AdminID] set active on database [Database1]
    [Tue Jan 12 00:00:01 2010]Local/Application Name/Database1/AdminID/Info(1013091)
    Received Command [ParExport] from user [AdminID]
    [Tue Jan 12 00:00:01 2010]Local/Application Name/Database1/AdminID/Info(1019020)
    Writing Free Space Information For Database [Database1]
    [Tue Jan 12 00:00:01 2010]Local/Application Name/Database1/AdminID/Info(1005029)
    Parallel export enabled: Number of export threads [1]
    [Tue Jan 12 00:00:09 2010]Local/Application Name/Database1/AdminID/Info(1005031)
    Parallel export completed for this export thread. Blocks Exported: [7546]. Elapsed time: [7.891].
    [Tue Jan 12 00:00:09 2010]Local/Application Name/Database1/AdminID/Info(1005002)
    Ascii Backup Completed. Total blocks: [7546]. Elapsed time: [7.907].
    [Tue Jan 12 00:00:09 2010]Local/Application Name/Database1/AdminID/Info(1013270)
    Database export completed ['Application Name'.'Database1']
    [Tue Jan 12 00:00:09 2010]Local/Application Name///Info(1013214)
    Clear Active on User [AdminID] Instance [1]
    [Tue Jan 12 00:00:11 2010]Local/Application Name///Info(1013210)
    User [AdminID] set active on database [Database3]
    [Tue Jan 12 00:00:11 2010]Local/Application Name/Database3/AdminID/Info(1013091)
    Received Command [ParExport] from user [AdminID]
    [Tue Jan 12 00:00:11 2010]Local/Application Name/Database3/AdminID/Info(1019020)
    Writing Free Space Information For Database [Database3]
    [Tue Jan 12 00:04:02 2010]Local/Application Name/Database3/AdminID/Info(1005031)
    Parallel export completed for this export thread. Blocks Exported: [1068016]. Elapsed time: [231.644].
    [Tue Jan 12 00:04:02 2010]Local/Application Name/Database3/AdminID/Info(1005002)
    Ascii Backup Completed. Total blocks: [1.06802e+006]. Elapsed time: [231.66].
    [Tue Jan 12 00:04:02 2010]Local/Application Name/Database3/AdminID/Info(1013270)
    Database export completed ['Application Name'.'Database3']
    [Tue Jan 12 00:04:02 2010]Local/Application Name///Info(1013214)
    Clear Active on User [AdminID] Instance [1]
    [Tue Jan 12 00:04:57 2010]Local/Application Name///Info(1013210)
    User [AdminID] set active on database [Database2]
    [Tue Jan 12 00:04:57 2010]Local/Application Name/Database2/AdminID/Info(1013091)
    Received Command [ParExport] from user [AdminID]
    [Tue Jan 12 00:04:57 2010]Local/Application Name/Database2/AdminID/Info(1019020)
    Writing Free Space Information For Database [Database2]
    [Tue Jan 12 00:04:57 2010]Local/Application Name/Database2/AdminID/Info(1005029)
    Parallel export enabled: Number of export threads [1]
    [Tue Jan 12 00:07:06 2010]Local/Application Name/Database2/AdminID/Info(1005031)
    Parallel export completed for this export thread. Blocks Exported: [197504]. Elapsed time: [129.299].
    [Tue Jan 12 00:07:06 2010]Local/Application Name/Database2/AdminID/Info(1005002)
    Ascii Backup Completed. Total blocks: [197504]. Elapsed time: [129.314].
    [Tue Jan 12 00:07:06 2010]Local/Application Name/Database2/AdminID/Info(1013270)
    Database export completed ['Application Name'.'Database2']
    [Tue Jan 12 00:07:06 2010]Local/Application Name///Info(1013214)
    Clear Active on User [AdminID] Instance [1]
    [Tue Jan 12 05:10:10 2010]Local/Application Name///Info(1013205)
    Received Command [SetApplicationState]
    [Tue Jan 12 05:10:10 2010]Local/Application Name///Info(1019010)
    Writing Application Definition For [Application Name]
    [Tue Jan 12 05:10:10 2010]Local/Application Name///Info(1019011)
    Writing Database Definition For [Database1]
    [Tue Jan 12 05:10:10 2010]Local/Application Name///Info(1019011)
    Writing Database Definition For [Database3]
    [Tue Jan 12 05:10:10 2010]Local/Application Name///Info(1019011)
    Writing Database Definition For [Database2]
    [Tue Jan 12 05:10:10 2010]Local/Application Name///Info(1019022)
    Writing Database Mapping For [Application Name]
    [Tue Jan 12 05:10:10 2010]Local/Application Name///Info(1013205)
    Received Command [Get Database State]
    [Tue Jan 12 05:10:10 2010]Local/Application Name///Info(1013210)
    User [admin] set active on database [Database1]
    [Tue Jan 12 05:10:10 2010]Local/Application Name/Database1/admin/Info(1013091)
    Received Command [Calculate] from user [admin]
    [Tue Jan 12 05:10:10 2010]Local/Application Name/Database1/admin/Info(1013167)
    Received Command [Calculate] from user [admin] using [CLCclear.csc]
    [Tue Jan 12 05:10:10 2010]Local/Application Name/Database1/admin/Info(1012555)
    Clearing data from [Actual] partition with fixed members [Time Periods(P1); Version(Final); Data Type(Unalloc); HSP_Rates(HSP_InputValue); Years(FY10)]
    [Tue Jan 12 05:10:10 2010]Local/Application Name/Database1/admin/Info(1012675)
    Commit Blocks Interval for the calculation is [0]
    [Tue Jan 12 05:10:11 2010]Local/Application Name/Database1/admin/Info(1017018)
    Removed [0] data blocks
    [Tue Jan 12 05:10:11 2010]Local/Application Name/Database1/admin/Info(1012579)
    Total Calc Elapsed Time for [CLCclear.csc] : [0.531] seconds
    [Tue Jan 12 05:10:11 2010]Local/Application Name/Database1/admin/Info(1013274)
    Calculation executed
    [Tue Jan 12 05:10:11 2010]Local/Application Name/Database1/admin/Info(1019018)
    Writing Parameters For Database [Database1]
    [Tue Jan 12 05:10:11 2010]Local/Application Name///Info(1013210)
    User [admin] set active on database [Database1]
    [Tue Jan 12 05:10:11 2010]Local/Application Name/Database1/admin/Info(1019061)
    Reading Rule SQL Information For Database [Database1]
    [Tue Jan 12 05:10:11 2010]Local/Application Name/Database1/admin/Info(1019025)
    Reading Rules From Rule Object For Database [Database1]
    [Tue Jan 12 05:10:11 2010]Local/Application Name/Database1/admin/Info(1013157)
    Received Command [Import] from user [admin] using [SumLoad.rul] with data file [SQL]
    [Tue Jan 12 05:10:11 2010]Local/Application Name/Database1/admin/Info(1021003)
    Connection String for [BOSSQL2] is generated
    [Tue Jan 12 05:10:11 2010]Local/Application Name/Database1/admin/Info(1021041)
    Connection String is [DSN=HypDM;UID=...;PWD=...]
    [Tue Jan 12 05:10:11 2010]Local/Application Name/Database1/admin/Info(1021006)
    SELECT Statement [SELECT * FROM VW_FACT_SUMMARY WHERE Years IN('FY10') AND Time IN('P1')] is generated
    [Tue Jan 12 05:10:11 2010]Local/Application Name/Database1/admin/Info(1021043)
    Connection has been established
    [Tue Jan 12 05:10:11 2010]Local/Application Name/Database1/admin/Info(1021044)
    Starting to execute query
    [Tue Jan 12 05:10:13 2010]Local/Application Name/Database1/admin/Info(1021045)
    Finished executing query, and started to fetch records
    [Tue Jan 12 05:10:13 2010]Local/Application Name/Database1/admin/Info(1021000)
    Connection With SQL Database Server is Established
    [Tue Jan 12 05:10:13 2010]Local/Application Name/Database1/admin/Error(1003061)
    Unable to create thread [1] during parallel dataload
    [Tue Jan 12 05:10:13 2010]Local/Application Name/Database1/admin/Info(1021002)
    SQL Connection is Freed
    [Tue Jan 12 05:10:13 2010]Local/Application Name/Database1/admin/Error(1003050)
    Data Load Transaction Aborted With Error [1003061]
    [Tue Jan 12 05:10:13 2010]Local/Application Name///Info(1013205)
    Received Command [SetApplicationState]
    [Tue Jan 12 05:10:13 2010]Local/Application Name///Info(1019010)
    Writing Application Definition For [Application Name]
    [Tue Jan 12 05:10:13 2010]Local/Application Name///Info(1019011)
    Writing Database Definition For [Database1]
    [Tue Jan 12 05:10:13 2010]Local/Application Name///Info(1019011)
    Writing Database Definition For [Database3]
    [Tue Jan 12 05:10:13 2010]Local/Application Name///Info(1019011)
    Writing Database Definition For [Database2]
    [Tue Jan 12 05:10:13 2010]Local/Application Name///Info(1019022)
    Writing Database Mapping For [Application Name]
    [Tue Jan 12 05:10:13 2010]Local/Application Name///Info(1013214)
    Clear Active on User [admin] Instance [1]
    [Tue Jan 12 08:32:58 2010]Local/Application Name///Info(1013210)
    User [User1] set active on database [Database2]
    [Tue Jan 12 08:32:58 2010]Local/Application Name/Database2/User1/Info(1013091)
    Received Command [SetAlias] from user [User1]
    [Tue Jan 12 08:32:58 2010]Local/Application Name/Database2/User1/Info(1013091)
    Received Command [GetDimInfo] from user [User1]
    [Tue Jan 12 08:33:00 2010]Local/Application Name/Database2/User1/Info(1013091)
    Received Command [GetAttributeNameSpecs] from user [User1]
    [Tue Jan 12 08:33:00 2010]Local/Application Name/Database2/User1/Info(1013091)
    Received Command [GetOtlInfo] from user [User1]
    [Tue Jan 12 08:33:00 2010]Local/Application Name/Database2/User1/Info(1013091)
    Received Command [OtlQueryMbrs] from user [User1]
    [Tue Jan 12 08:33:00 2010]Local/Application Name/Database2/User1/Info(1013091)
    Received Command [OtlQueryMbrs] from user [User1]
    [Tue Jan 12 08:33:00 2010]Local/Application Name/Database2/User1/Info(1013091)
    Received Command [GetDimInfo] from user [User1]
    [Tue Jan 12 08:33:00 2010]Local/Application Name/Database2/User1/Info(1013091)
    Received Command [GetAttributeNameSpecs] from user [User1]
    [Tue Jan 12 08:33:00 2010]Local/Application Name/Database2/User1/Info(1013091)
    Received Command [GetOtlInfo] from user [User1]
    [Tue Jan 12 08:33:00 2010]Local/Application Name/Database2/User1/Info(1013091)
    Received Command [OtlQueryMbrs] from user [User1]
    [Tue Jan 12 08:33:00 2010]Local/Application Name/Database2/User1/Info(1013091)
    Received Command [OtlQueryMbrs] from user [User1]
    [Tue Jan 12 08:33:00 2010]Local/Application Name/Database2/User1/Info(1013091)
    Received Command [OtlQueryMbrs] from user [User1]
    [Tue Jan 12 08:33:00 2010]Local/Application Name/Database2/User1/Info(1013091)
    Received Command [OtlQueryMbrs] from user [User1]
    *[Tue Jan 12 08:33:03 2010]Local/Application Name/Database2/User1/Error(1013026)*
    Failed to start Extractor thread
    [Tue Jan 12 08:33:06 2010]Local/Application Name/Database2/User1/Error(1013026)
    Failed to start Extractor thread
    [Tue Jan 12 08:33:33 2010]Local/Application Name///Info(1013210)
    User [User1] set active on database [Database2]
    The Essbase log is as follows:
    [Tue Jan 12 00:00:01 2010]Local/ESSBASE0///Info(1051164)
    Received login request from [172.16.2.10]
    [Tue Jan 12 00:00:01 2010]Local/ESSBASE0///Info(1051187)
    Logging in user [AdminID] from [172.16.2.10]
    [Tue Jan 12 00:00:01 2010]Local/ESSBASE0///Info(1051035)
    Last login on Monday, January 11, 2010 12:05:13 AM
    [Tue Jan 12 00:00:01 2010]Local/ESSBASE0///Info(1051001)
    Received client request: Logout (from user [AdminID])
    [Tue Jan 12 00:00:01 2010]Local/ESSBASE0///Info(1051037)
    Logging out user [AdminID], active for 0 minutes
    [Tue Jan 12 00:00:01 2010]Local/ESSBASE0///Info(1051164)
    Received login request from [172.16.2.10]
    [Tue Jan 12 00:00:01 2010]Local/ESSBASE0///Info(1051187)
    Logging in user [AdminID] from [172.16.2.10]
    [Tue Jan 12 00:00:01 2010]Local/ESSBASE0///Info(1051035)
    Last login on Tuesday, January 12, 2010 12:00:01 AM
    [Tue Jan 12 00:00:01 2010]Local/ESSBASE0///Info(1051001)
    Received client request: MaxL: Execute (from user [AdminID])
    [Tue Jan 12 00:00:01 2010]Local/ESSBASE0///Info(1056090)
    System altered
    [Tue Jan 12 00:00:01 2010]Local/ESSBASE0///Info(1051001)
    Received client request: MaxL: Execute (from user [AdminID])
    [Tue Jan 12 00:00:01 2010]Local/ESSBASE0///Info(1056013)
    Application Application Name altered
    [Tue Jan 12 00:00:01 2010]Local/ESSBASE0///Info(1051001)
    Received client request: MaxL: Execute (from user [AdminID])
    [Tue Jan 12 00:00:01 2010]Local/ESSBASE0///Info(1051009)
    Setting application Application Name active for user [AdminID]
    [Tue Jan 12 00:00:09 2010]Local/ESSBASE0///Info(1051001)
    Received client request: Logout (from user [AdminID])
    [Tue Jan 12 00:00:09 2010]Local/ESSBASE0///Info(1051037)
    Logging out user [AdminID], active for 0 minutes
    [Tue Jan 12 00:00:11 2010]Local/ESSBASE0///Info(1051164)
    Received login request from [172.16.2.10]
    [Tue Jan 12 00:00:11 2010]Local/ESSBASE0///Info(1051187)
    Logging in user [AdminID] from [172.16.2.10]
    [Tue Jan 12 00:00:11 2010]Local/ESSBASE0///Info(1051035)
    Last login on Tuesday, January 12, 2010 12:00:01 AM
    [Tue Jan 12 00:00:11 2010]Local/ESSBASE0///Info(1051001)
    Received client request: Logout (from user [AdminID])
    [Tue Jan 12 00:00:11 2010]Local/ESSBASE0///Info(1051037)
    Logging out user [AdminID], active for 0 minutes
    [Tue Jan 12 00:00:11 2010]Local/ESSBASE0///Info(1051164)
    Received login request from [172.16.2.10]
    [Tue Jan 12 00:00:11 2010]Local/ESSBASE0///Info(1051187)
    Logging in user [AdminID] from [172.16.2.10]
    [Tue Jan 12 00:00:11 2010]Local/ESSBASE0///Info(1051035)
    Last login on Tuesday, January 12, 2010 12:00:11 AM
    [Tue Jan 12 00:00:11 2010]Local/ESSBASE0///Info(1051001)
    Received client request: MaxL: Execute (from user [AdminID])
    [Tue Jan 12 00:00:11 2010]Local/ESSBASE0///Info(1056090)
    System altered
    [Tue Jan 12 00:00:11 2010]Local/ESSBASE0///Info(1051001)
    Received client request: MaxL: Execute (from user [AdminID])
    [Tue Jan 12 00:00:11 2010]Local/ESSBASE0///Info(1056013)
    Application Application Name altered
    [Tue Jan 12 00:00:11 2010]Local/ESSBASE0///Info(1051001)
    Received client request: MaxL: Execute (from user [AdminID])
    [Tue Jan 12 00:00:11 2010]Local/ESSBASE0///Info(1051009)
    Setting application Application Name active for user [AdminID]
    [Tue Jan 12 00:04:02 2010]Local/ESSBASE0///Info(1051001)
    Received client request: Logout (from user [AdminID])
    [Tue Jan 12 00:04:02 2010]Local/ESSBASE0///Info(1051037)
    Logging out user [AdminID], active for 3 minutes
    [Tue Jan 12 00:04:57 2010]Local/ESSBASE0///Info(1051164)
    Received login request from [172.16.2.10]
    [Tue Jan 12 00:04:57 2010]Local/ESSBASE0///Info(1051187)
    Logging in user [AdminID] from [172.16.2.10]
    [Tue Jan 12 00:04:57 2010]Local/ESSBASE0///Info(1051035)
    Last login on Tuesday, January 12, 2010 12:00:11 AM
    [Tue Jan 12 00:04:57 2010]Local/ESSBASE0///Info(1051001)
    Received client request: Logout (from user [AdminID])
    [Tue Jan 12 00:04:57 2010]Local/ESSBASE0///Info(1051037)
    Logging out user [AdminID], active for 0 minutes
    [Tue Jan 12 00:04:57 2010]Local/ESSBASE0///Info(1051164)
    Received login request from [172.16.2.10]
    [Tue Jan 12 00:04:57 2010]Local/ESSBASE0///Info(1051187)
    Logging in user [AdminID] from [172.16.2.10]
    [Tue Jan 12 00:04:57 2010]Local/ESSBASE0///Info(1051035)
    Last login on Tuesday, January 12, 2010 12:04:57 AM
    [Tue Jan 12 00:04:57 2010]Local/ESSBASE0///Info(1051001)
    Received client request: MaxL: Execute (from user [AdminID])
    [Tue Jan 12 00:04:57 2010]Local/ESSBASE0///Info(1056090)
    System altered
    [Tue Jan 12 00:04:57 2010]Local/ESSBASE0///Info(1051001)
    Received client request: MaxL: Execute (from user [AdminID])
    [Tue Jan 12 00:04:57 2010]Local/ESSBASE0///Info(1056013)
    Application Application Name altered
    [Tue Jan 12 00:04:57 2010]Local/ESSBASE0///Info(1051001)
    Received client request: MaxL: Execute (from user [AdminID])
    [Tue Jan 12 00:04:57 2010]Local/ESSBASE0///Info(1051009)
    Setting application Application Name active for user [AdminID]
    [Tue Jan 12 00:07:06 2010]Local/ESSBASE0///Info(1051001)
    Received client request: Logout (from user [AdminID])
    [Tue Jan 12 00:07:06 2010]Local/ESSBASE0///Info(1051037)
    Logging out user [AdminID], active for 2 minutes
    [Tue Jan 12 05:10:10 2010]Local/ESSBASE0///Info(1051164)
    Received login request from [172.16.1.100]
    [Tue Jan 12 05:10:10 2010]Local/ESSBASE0///Info(1051187)
    Logging in user [admin] from [172.16.1.100]
    [Tue Jan 12 05:10:10 2010]Local/ESSBASE0///Info(1051035)
    Last login on Monday, January 11, 2010 4:45:39 PM
    [Tue Jan 12 05:10:10 2010]Local/ESSBASE0///Info(1051001)
    Received client request: Logout (from user [admin])
    [Tue Jan 12 05:10:10 2010]Local/ESSBASE0///Info(1051037)
    Logging out user [admin], active for 0 minutes
    [Tue Jan 12 05:10:10 2010]Local/ESSBASE0///Info(1051164)
    Received login request from [172.16.1.100]
    [Tue Jan 12 05:10:10 2010]Local/ESSBASE0///Info(1051187)
    Logging in user [admin] from [172.16.1.100]
    [Tue Jan 12 05:10:10 2010]Local/ESSBASE0///Info(1051035)
    Last login on Tuesday, January 12, 2010 5:10:10 AM
    [Tue Jan 12 05:10:10 2010]Local/ESSBASE0///Info(1051001)
    Received client request: MaxL: Execute (from user [admin])
    [Tue Jan 12 05:10:10 2010]Local/ESSBASE0///Info(1056090)
    System altered
    [Tue Jan 12 05:10:10 2010]Local/ESSBASE0///Info(1051001)
    Received client request: MaxL: Execute (from user [admin])
    [Tue Jan 12 05:10:10 2010]Local/ESSBASE0///Info(1056090)
    System altered
    [Tue Jan 12 05:10:10 2010]Local/ESSBASE0///Info(1051001)
    Received client request: MaxL: Execute (from user [admin])
    [Tue Jan 12 05:10:10 2010]Local/ESSBASE0///Info(1056092)
    Sessions logged out [0]
    [Tue Jan 12 05:10:10 2010]Local/ESSBASE0///Info(1056090)
    System altered
    [Tue Jan 12 05:10:10 2010]Local/ESSBASE0///Info(1051001)
    Received client request: Logout (from user [admin])
    [Tue Jan 12 05:10:10 2010]Local/ESSBASE0///Info(1051037)
    Logging out user [admin], active for 0 minutes
    [Tue Jan 12 05:10:10 2010]Local/ESSBASE0///Info(1051164)
    Received login request from [172.16.1.100]
    [Tue Jan 12 05:10:10 2010]Local/ESSBASE0///Info(1051187)
    Logging in user [admin] from [172.16.1.100]
    [Tue Jan 12 05:10:10 2010]Local/ESSBASE0///Info(1051035)
    Last login on Tuesday, January 12, 2010 5:10:10 AM
    [Tue Jan 12 05:10:10 2010]Local/ESSBASE0///Info(1051001)
    Received client request: Logout (from user [admin])
    [Tue Jan 12 05:10:10 2010]Local/ESSBASE0///Info(1051037)
    Logging out user [admin], active for 0 minutes
    [Tue Jan 12 05:10:10 2010]Local/ESSBASE0///Info(1051164)
    Received login request from [172.16.1.100]
    [Tue Jan 12 05:10:10 2010]Local/ESSBASE0///Info(1051187)
    Logging in user [admin] from [172.16.1.100]
    [Tue Jan 12 05:10:10 2010]Local/ESSBASE0///Info(1051035)
    Last login on Tuesday, January 12, 2010 5:10:10 AM
    [Tue Jan 12 05:10:10 2010]Local/ESSBASE0///Info(1051001)
    Received client request: MaxL: Execute (from user [admin])
    [Tue Jan 12 05:10:10 2010]Local/ESSBASE0///Info(1056013)
    Application Application Name altered
    [Tue Jan 12 05:10:10 2010]Local/ESSBASE0///Info(1051001)
    Received client request: MaxL: Execute (from user [admin])
    [Tue Jan 12 05:10:10 2010]Local/ESSBASE0///Info(1056023)
    Database Application Name.FinPlan altered
    [Tue Jan 12 05:10:10 2010]Local/ESSBASE0///Info(1051001)
    Received client request: MaxL: Execute (from user [admin])
    [Tue Jan 12 05:10:10 2010]Local/ESSBASE0///Info(1051009)
    Setting application Application Name active for user [admin]
    [Tue Jan 12 05:10:11 2010]Local/ESSBASE0///Info(1051001)
    Received client request: MaxL: Execute (from user [admin])
    [Tue Jan 12 05:10:11 2010]Local/ESSBASE0///Info(1051009)
    Setting application Application Name active for user [admin]
    [Tue Jan 12 05:10:13 2010]Local/ESSBASE0///Info(1051001)
    Received client request: MaxL: Execute (from user [admin])
    [Tue Jan 12 05:10:13 2010]Local/ESSBASE0///Info(1056013)
    Application Application Name altered
    [Tue Jan 12 05:10:13 2010]Local/ESSBASE0///Info(1051001)
    Received client request: MaxL: Execute (from user [admin])
    [Tue Jan 12 05:10:13 2010]Local/ESSBASE0///Info(1056092)
    Sessions logged out [0]
    [Tue Jan 12 05:10:13 2010]Local/ESSBASE0///Info(1056090)
    System altered
    [Tue Jan 12 05:10:13 2010]Local/ESSBASE0///Info(1051001)
    Received client request: Logout (from user [admin])
    [Tue Jan 12 05:10:13 2010]Local/ESSBASE0///Info(1051037)
    Logging out user [admin], active for 0 minutes
    [Tue Jan 12 08:32:56 2010]Local/ESSBASE0///Info(1051164)
    Received login request from [172.17.50.188]
    [Tue Jan 12 08:32:56 2010]Local/ESSBASE0///Info(1051187)
    Logging in user [User1] from [172.17.50.188]
    [Tue Jan 12 08:32:56 2010]Local/ESSBASE0///Info(1051035)
    Last login on Monday, January 11, 2010 9:12:26 PM
    [Tue Jan 12 08:32:58 2010]Local/ESSBASE0///Info(1051001)
    Received client request: Select Application/Database (from user [User1])
    [Tue Jan 12 08:32:58 2010]Local/ESSBASE0///Info(1051009)
    Setting application Application Name active for user [User1]
    [Tue Jan 12 08:32:58 2010]Local/ESSBASE0///Info(1051001)
    Received client request: Get Client Settings (from user [User1])
    [Tue Jan 12 08:33:33 2010]Local/ESSBASE0///Info(1051164)
    Received login request from [172.17.50.188]
    [Tue Jan 12 08:33:33 2010]Local/ESSBASE0///Info(1051187)
    Logging in user [User1] from [172.17.50.188]
    [Tue Jan 12 08:33:33 2010]Local/ESSBASE0///Info(1051035)
    Last login on Tuesday, January 12, 2010 8:32:56 AM
    [Tue Jan 12 08:33:33 2010]Local/ESSBASE0///Info(1051001)
    Received client request: Select Application/Database (from user [User1])
    [Tue Jan 12 08:33:33 2010]Local/ESSBASE0///Info(1051009)
    Setting application Application Name active for user [User1]
    [Tue Jan 12 08:33:33 2010]Local/ESSBASE0///Info(1051001)
    Received client request: Get Client Settings (from user [User1])
    [Tue Jan 12 08:34:08 2010]Local/ESSBASE0///Info(1051164)
    Received login request from [172.17.50.226]
    [Tue Jan 12 08:34:08 2010]Local/ESSBASE0///Info(1051187)
    Logging in user [User2] from [172.17.50.226]
    [Tue Jan 12 08:34:08 2010]Local/ESSBASE0///Info(1051035)
    Last login on Monday, January 11, 2010 12:02:19 PM
    [Tue Jan 12 08:34:10 2010]Local/ESSBASE0///Info(1051001)
    Received client request: Select Application/Database (from user [User2])
    So if you see the application log the user gets connected to database2 and nothing is being done on that database during nightly load.
    This User dont get this error everyday but sometimes. Most of the time this error comes up in morning. This error come up while "member selection" in spreadsheet.
    Can anybody give me a clue foe the possible cause of this error. The 2 jobs that i told are run everyday. There is nothing else running on server during night.
    I restart the application whenever they come up with this Error
    Any help would be appreciated
    Thanks!

    Hello John-
    I was going through my Maxl log and saw an Error which was as follows:
    MAXL> import database Application Name.Database1 data connect as "'GUICK'" identified by "'GUICK'" using server rules_file 'SumL1' on error write to "'E:\Application Name\\Database1\\Logs\\2010-01-12_050952_SumL1.err'";
    ERROR - 1003061 - Unable to create thread [1] during parallel dataload.
    ERROR - 1241101 - Unexpected Essbase error *1003061*.
    essmsh timestamp: Tue Jan 12 05:10:13 2010
    So the job failed but interesting point is that the error number "1003061" is same as my user was getting while member selection on spreadsheet.
    Can this be the source of error? But the only thing is that this job runs on database1 & User was tring the member selection on database2.
    Moreover what is the source for this Error?
    The issue if this Error dosent come everyday so if i had reduce the size of the buffer last time its hard to say it was useful or not. I guess it was not as it came up with this error again but i can always reduce it as you said there is no harm i
    n doing that but the above datalaoad error is because of same issue or something different?
    Thanks!

  • Properly and accurately calculating application cache settings

    Hello everyone.
    We are running Hyperion Planning 11.1.2.1 and one of the dataforms we have set up is quite heavy (it includes several DynamicCalc members with considerable ammount of scripting) and it fails to load from time to time, just saying "Cannot open dataform X. Check logs" and such.
    I have tried to increase cache sizing in the databases of the Essbase application (right clic on each database > edit > properties > caches), as well as buffer sizes and commit blocks.
    Little by little I have managed to improve performance by modifying the above mentioned caches (it crashes less often), but still I guess it's nuts to infinitely increase caches to make sure it works.
    So, my question is: Is there a way to calculate the accurate cache settings for a given application?
    My current settings are:
    Buffer size: 200 KB
    Short buffer size: 200 KB
    Index cache setting: 30720 KB
    Data file cache setting: 61440 KB
    Data cache setting: 51200 KB
    Commit blocks: 30000
    Do you think these are accurate?
    Thanks a lot,
    G.S.Feliu

    You haven't really provided enough information to be honest, for example are you running a 64bit system?
    But that is rhetorical, as usual the first port of call is the DBAG. I don't see why a link should be posted, you must have access to it already if you're administering a production system. That will point out things like that the Data file cache setting is only relevant if Direct I/O is being used and that the index size should be at least as big as the file if memory allows.
    Commit blocks....is interesting, personally I have set it to 0 in some projects and seen some improvement but as usual testing is the key.
    However their is a performance tuning guide out there that you may find very useful:
    https://blogs.oracle.com/pa/entry/epm_11_1_2_epm1
    that focuses on the infrastructure a bit more. Bit complicated though and I would thoroughly recommend recording a set of benchmarks before applying any of those changes, and applying said changes one by one or you'll never know what is good and what is not so good.
    Learn from the pain others have already endured ;-)
    Good Luck
    Steve

  • Cross Applications - Logic

    Hi All!
    I am trying to use a script for calculate a new record with the cost of goods (quantity * unit cost). I am using two applications: sales and prices_costs with the following dimensions:
    - Sales (category,customer,entity,family,rptcurrency,salesaccount,salesorg,subfamily1,time)
    - Prices_Costs (category,customer,entity,family,salesaccount,time)
    Here it is my script logic (located in the default.LGF of sales application):
    *LOOKUP PRICES_COSTS
    *DIM COGSAMOUNT:SALESACCOUNT="COGSAMOUNT"
    *DIM BUDGET:CATEGORY="BUDGET"
    *DIM NA:ENTITY="NA"
    *DIM NA:CUSTOMER="NA"
    *ENDLOOKUP
    *SKIP_DIM=RPTCURRENCY,SALESORG,SUBFAMILY1
    *WHEN SALESACCOUNT
    *IS "COGSAMOUNT"
    REC(EXPRESSION=%VALUE%GET(SALESACCOUNT="COGSAMOUNT"))
    *ENDWHEN
    *COMMIT
    But this is not working...
    Any help is appreciated!
    Regards, Fred

    Hi Frederico,
    Your lookup syntax is not quite right, and you may need to define your main or source data region, which must come from the application in which this logic is the default logic -- your sales app.
    For the lookup, you only need to define a label (to the left of the colon) for those *DIM entries that are being referenced later on in a LOOKUP() inside the *REC. It's a little hard to explain, and you actually can use the same label for multiple *DIM lines. The example below should work.
    *LOOKUP PRICES_COSTS
    // don't you want to get the unit cost (not cogs amount) from the prices_costs app?
    *DIM MyLabel:SALESACCOUNT="UnitCost"
    *DIM CATEGORY="BUDGET"
    *DIM ENTITY="NA"
    *DIM CUSTOMER="NA"
    *ENDLOOKUP
    // skip dim doesn't work in a lookup, only in a *destination_app
    // it's not required here, although you may want or need to fix an *XDIM_MEMBER SalesOrg=MySalesOrg ??
    // *SKIP_DIM=RPTCURRENCY,SALESORG,SUBFAMILY1
    *WHEN SALESACCOUNT
    // to multiply quantity * unit cost, you start with the quantity account from the main sales app
    *IS "quantity"
    *REC(EXPRESSION=%VALUE%*Lookup(MyLabel))
    // the following will work equally well, and takes a few less seconds to type... =)
    // *REC(Factor=Lookup(MyLabel))
    *ENDWHEN
    *COMMIT
    Note that this code won't recalculate things in the sales app on the fly, if you change the unit cost in the prices_costs app. There are ways to do that, using *RUNLOGIC in the prices_costs default logic to call the sales app's default logic, but don't get involved in that complexity if you can avoid it.
    Also note that you can only have 1 lookup in a commit section, so this limits your flexibility in case you have a really complex cogs situation (or lots of other things to do in your default logic, and you want to limit the number of commits). One way around that is to bring the unit cogs account into the main sales app, which may have both benefits and costs (pardon the pun) in terms of overall design. If all the data is in one app, you can get fancy with your XDIM_MEMBERSET to get the unit cost account into the source region, and then use a GET() rather than a LOOKUP() in your *REC statement, to use it in the calc.
    Performance-wise, you might also consider limiting the account dim to exactly what you need, if this is the only logic in the *COMMIT block.
    *XDIM_MEMBER SalesAccount =quantity
    // lookup code goes here
    *WHEN *
    *IS *
    *REC(Factor=Lookup(MyLabel))
    *ENDWHEN

  • Maxl - .bat ERROR

    This maxl script works perfectly when run within EAS maxl editor (minus the login and spool), when we run it via a .bat file the calculation will run but nothing else.
    Any help please????? thanks!!!!!!!
    Here's the maxl script:
    login '*****' '******' on devhypeb01;
    /*spool on to '\sacfs1\data\Apps\Hyperion\DEV\Logs\Clear_Build_Load.log';*/
    /*Clear out Actual and Projection before loading new members and data*/
    execute calculation 'DEV_Ace'.'AceRptg'.'clrAnP';
    /*Load new members*/
    import database Dev_Ace.AceRptg dimensions
    connect as 'user1' identified by 'password' using server rules_file 'Both'
    on error append to 'C:\memberload.err';
    /*Load Data*/
    import database 'Dev_Ace'.'AceRptg' data
    connect as 'user1' identified by 'password' using server rules_file 'Both'
    on error append to 'C:\dataload.err';
    /*Load new member aliases*/
    import database 'Dev_Ace'.'AceRptg' dimensions
    connect as 'user1' identified by 'password' using server rules_file 'AliaBLD1'
    on error append to 'C:\Aliasload.err';
    spool off;
    logout;
    ERROR FILE:::::::::
    MAXL> execute calculation 'DEV_Ace'.'AceRptg'.'clrAnP';
    OK/INFO - 1012558 - Clearing all data blocks from [(ALL)] partition with fixed members [Scenario(Actual)].
    OK/INFO - 1012675 - Commit Blocks Interval for the calculation is [3000].
    OK/INFO - 1017018 - Removed [0] data blocks.
    OK/INFO - 1012558 - Clearing all data blocks from [(ALL)] partition with fixed members [Scenario(Projection)].
    OK/INFO - 1012675 - Commit Blocks Interval for the calculation is [3000].
    OK/INFO - 1017018 - Removed [0] data blocks.
    OK/INFO - 1012579 - Total Calc Elapsed Time for [clrAnP.csc] : [43.437] seconds.
    OK/INFO - 1013274 - Calculation executed.
    MAXL> import database 'Dev_Ace'.'AceRptg' dimensions
    2> connect as 'user1' identified by 'password'     using server rules_file 'Both'
    3> on error append to 'C:\Hyperion\products\Essbase\eas\client\memberload.err';
    ERROR - 1242021 - (2) Syntax error near ['"'].
    MAXL> import database 'Dev_Ace'.'AceRptg' data
    2> connect as 'user1' identified by 'password'     using server rules_file 'Both'
    3> on error append to 'C:\Hyperion\products\Essbase\eas\client\dataload.err';
    ERROR - 1242021 - (2) Syntax error near ['"'].
    MAXL> import database 'Dev_Ace'.'AceRptg' dimensions
    2> connect as 'user1' identified by 'password'     using server rules_file 'AliaBLD1'
    3> on error append to 'C:\Hyperion\products\Essbase\eas\client\Aliasload.err';
    ERROR - 1242021 - (2) Syntax error near ['"'].
    MAXL> logout;

    MaxL quotes are a stinker and trip people up constantly. It wouldn't surprise me in the least if EAS' MaxL editor worked differently than "the real world".
    I wrote a whole blog post on MaxL and quotes (who would have thought there was a subject there, but if you wade through the cutesy muck, there is value there):
    http://camerons-blog-for-essbase-hackers.blogspot.com/2009/10/escaping-maxl-quotes.html
    The two rules I follow are:
    1) Use double quotes
    2) Double escape backslashes
    FWIW, you can also use single forward slashes.
    The inconsistencies are confusing.
    Regards,
    Cameron Lackpour

  • View offending records in audit viewer for set-based mappings

    i have mappings which is configured to load data from Oracle9i external tables into Fact tables.
    i am using set-based loading with reject limit set to 0. Whenever there's an offending record from the external table, the whole mapping will fail with message 'Fatal error or maximum error exceeded'. This is exactly how i want it.
    now, when i check the mapping process in audit viewer, i expect to see which record caused this process to abort. instead, i only see the same message stated above (which is not very helpful in identify source of the problem, right ?)
    i believe this is due to the mapping being set-based. unfortunately i can't use row-based as i do not want ANY record loaded into the fact table even if there is 1 offending record. In row-based mode, it seems to auto-commit after a certain number of records (bfor any errorneous records are encountered). i have attempted to set the 'commit block size' to something big value (eg. 50,000) but it still seems to commit after say every 2000 records ...
    any suggestions ?
    thanks

    Since you need set based code in order to avoid commits, it is difficult to trap record level errors - the set based procedure will run to the end or encounter an error and all you will get is a generic SQL error code and message. The commit frequency should work - I am not aware of any problems in this area. Can you give more details about this?
    It might also be possible to filter correct records by using a splitter and set it in such a way that correct records get loaded into the production table, while incorrect are 'parked' into a temporary table for review. Another possibility, if you need complex data cleansing prior to loading, would be to use an intermediate staging table and then use the row based mode on it, before transferring the correct records from this staging table to the appropriate production table. This last solution will slow down your process because it introduces an additional step, but might give you the loading flexibility you need.
    Regards:
    Igor

  • Converting from a currency other than LC

    Hello,
    We have a customer application where we store not only amount in LC but also the amount in Invoice Currency ("IC").  For example, we invoice customers in a currency other than our company code's local currencies.  We have a requirement to convert actuals into USD and EUR by taking IC not LC.  I have created a new category for this ACTBUD and have gotten it working for LC.  I want to get it to work starting IC as the base currency.  All the documentation I have read says that BPC uses LC as the default for currency translation.
    Does anyone know if this can be changed?
    Thanks,
    Mark

    Here you go...we have four different reporting currencies:
    IC = invoice currency or document currency.
    LC = Local Currrency
    USD = USD or Group Currency
    EUR = Our EU users have requested that we also track Euros translated at budgetd rates.
    The below code translates LC, USD and EUR from IC for all categories but Actual.  Our actuals we get directly from our SAP system.  We created a new category called ActBud and then translate the other reporting currencies from IC.  It works pretty well.
    // FX Translation for any data in the Customer application
    // Added following line for performance
    *PROCESS_EACH_MEMBER=TIME
    *SELECT (%FX_RATES%, "[ID]", "RATE", "[GROUP] = 'FX RATE'")
    // Block 1 - Clear out any previously calculated USD and EUR values, for all categories but Actual.
    *XDIM_MEMBERSET DATASRC=COMPANY
    *XDIM_MEMBERSET RPTCURRENCY=USD,EUR,LC
    *XDIM_MEMBERSET INTCO=<ALL>
    *WHEN CATEGORY
    *IS <> "ACTUAL"
        *WHEN CUSTACCOUNT.RATETYPE
        *IS <> "NOTRANS"
            *REC(FACTOR=0)
        *ENDWHEN
    *ENDWHEN
    *COMMIT
    //Block 2 - Perform standard foreign currency translation, for all categories but Actual.
    *XDIM_MEMBERSET DATASRC=COMPANY
    *XDIM_MEMBERSET INTCO=<ALL>
    *XDIM_MEMBERSET RPTCURRENCY=IC
    *LOOKUP RATE
        *DIM RATESRC="RATECALC"
        *DIM RATE=CUSTACCOUNT.RATETYPE
        *DIM SOURCECURRENCY:INPUTCURRENCY=INVOICECURRENCY
        *DIM TARGETCURRENCY_LC:INPUTCURRENCY=ENTITY.CURRENCY
        *DIM TARGETCURRENCY_USD:INPUTCURRENCY="USD"
        *DIM TARGETCURRENCY_EUR:INPUTCURRENCY="EUR"
    *ENDLOOKUP
    //*XDIM_MAXMEMBERS TIME=1
    *WHEN CATEGORY
    *IS <> "ACTUAL"
        *WHEN CUSTACCOUNT.RATETYPE
        *IS "NOTRANS"
        *IS %FX_RATES%
            *REC(FACTOR=LOOKUP(SOURCECURRENCY)/LOOKUP(TARGETCURRENCY_USD),RPTCURRENCY="USD")
            *REC(FACTOR=LOOKUP(SOURCECURRENCY)/LOOKUP(TARGETCURRENCY_LC),RPTCURRENCY="LC")
            *WHEN ENTITY.EURO
                *IS "Y"
                *REC(FACTOR=LOOKUP(SOURCECURRENCY)/LOOKUP(TARGETCURRENCY_EUR),RPTCURRENCY="EUR")
            *ENDWHEN
        *ELSE
           *REC(RPTCURRENCY="USD")
           *REC(RPTCURRENCY="LC")
           *WHEN ENTITY.EURO
                *IS "Y"
                *REC(RPTCURRENCY="EUR")
            *ENDWHEN
        *ENDWHEN
    *ENDWHEN
    *COMMIT

Maybe you are looking for

  • Extracting Data from SAP ERP using BODI/Data Services 4.0

    HI, I am trying to extract data from SAP ERP via SAP extractors using BODI/Data Services 4.0. I do not have my own ERP system so I am renting remote access from one of the many available on the internet. I am able to connect BODI to the ERP system an

  • DesignJet Z6100 will not start

    Hope someone has an answer to this problem. We have had the z6100 plotter for a couple of years and this morning the employee that uses this plotter noticed it was off, when he tried to turn it on it displays a rectangle on the led screen and one bee

  • Setup wireless for external hard drive?

    I know that this is not mentioned in the manual at all, but I wondered if I would be able to set up my external hard drive to the AirPort Express and have it transmit those files wirelessly. It's annoying having to drag the external drive around and

  • Abap report to send email in background

    Hello, This code works perfectly in foreground, but don't work in Background !! DATA: out   TYPE ole2_object,          outmail TYPE ole2_object. CREATE OBJECT out 'Outlook.Application' .    CALL METHOD OF out 'CREATEITEM' = outmail    EXPORTING #1 =

  • Aperture 3 is not displaying pictures or projects properly and I am unable to see my ratings toolbar.  Help!!

    I am unable to see the ratings display and all photos are formatted improperly in the regular display format of the program.  Only in fullscreen format am I able to view all tools otherwise they are shoved out of view from my display so I am unable t