Block "Refresh" function during the calculation

Hello @all,
is it possible to block the refresh function, or smart view as a whole, while calc script is running?
Because the user may see incorrectly data while for example the allocation script is running.
I using Essbase ans Smart View 11.1.1.3.
Many thanks,
Ilias

look up the command Alter application disable commands
http://docs.oracle.com/cd/E17236_01/epm.1112/esb_tech_ref/maxl_altapp.html
Prevent all requests to databases in the application, including non-data-specific requests, such as viewing database information or changing database settings. All users are affected, including other administrators. Administrators are affected by this setting as a safety mechanism to prevent accidental updates to databases during maintenance operations. This setting remains in effect only for the duration of your session. The setting takes effect immediately, and affects users who are currently logged in, as well as users who log in later during your session.
Caution!
If performing maintenance operations that require disabling commands, you must make those maintenance operations within the same session and the same script as the one in which commands were disabled.
After make sure you enable them. Also note, you may need to also logout all users on the application as well

Similar Messages

  • Dynamic Calc processor cannot lock more than [100] ESM blocks during the calculation, please increase CalcLockBlock setting and then retry(a small data cache setting could also cause this problem, please check the data cache size setting).

    Hi,
    Our Environment is Essbase 11.1.2.2 and working on Essbase EAS and Shared Services components.One of our user tried to run the Cal Script of one Application and faced this error.
    Dynamic Calc processor cannot lock more than [100] ESM blocks during the calculation, please increase CalcLockBlock setting and then retry(a small data cache setting could also cause this problem, please check the data cache size setting).
    I have done some Google and found that we need to add something in Essbase.cfg file like below.
    1012704 Dynamic Calc processor cannot lock more than number ESM blocks during the calculation, please increase CalcLockBlock setting and then retry (a small data cache setting could also cause this problem, please check the data cache size setting).
    Possible Problems
    Analytic Services could not lock enough blocks to perform the calculation.
    Possible Solutions
    Increase the number of blocks that Analytic Services can allocate for a calculation:
    Set the maximum number of blocks that Analytic Services can allocate to at least 500. 
    If you do not have an $ARBORPATH/bin/essbase.cfg file on the server computer, create one using a text editor.
    In the essbase.cfg file on the server computer, set CALCLOCKBLOCKHIGH to 500.
    Stop and restart Analytic Server.
    Add the SET LOCKBLOCK HIGH command to the beginning of the calculation script.
    Set the data cache large enough to hold all the blocks specified in the CALCLOCKBLOCKHIGH setting. 
    Determine the block size.
    Set the data catche size.
    Actually in our Server Config file(essbase.cfg) we dont have below data  added.
    CalcLockBlockHigh 2000
    CalcLockBlockDefault 200
    CalcLockBlocklow 50
    So my doubt is if we edit the Essbase.cfg file and add the above settings and restart the services will it work?  and if so why should we change the Server config file if the problem is with one application Cal Script. Please guide me how to proceed.
    Regards,
    Naveen

    Your calculation needs to hold more blocks in memory than your current set up allows.
    From the docs (quoting so I don't have to write it, not to be a smarta***:
    CALCLOCKBLOCK specifies the number of blocks that can be fixed at each level of the SET LOCKBLOCK HIGH | DEFAULT | LOW calculation script command.
    When a block is calculated, Essbase fixes (gets addressability to) the block along with the blocks containing its children. Essbase calculates the block and then releases it along with the blocks containing its children. By default, Essbase allows up to 100 blocks to be fixed concurrently when calculating a block. This is sufficient for most database calculations. However, you may want to set a number higher than 100 if you are consolidating very large numbers of children in a formula calculation. This ensures that Essbase can fix all the required blocks when calculating a data block and that performance will not be impaired.
    Example
    If the essbase.cfg file contains the following settings:
    CALCLOCKBLOCKHIGH 500  CALCLOCKBLOCKDEFAULT 200  CALCLOCKBLOCKLOW 50 
    then you can use the following SET LOCKBLOCK setting commands in a calculation script:
    SET LOCKBLOCK HIGH; 
    means that Essbase can fix up to 500 data blocks when calculating one block.
    Support doc is saying to change your config file so those settings can be made available for any calc script to use.
    On a side note, if this was working previously and now isn't then it is worth investigating if this is simply due to standard growth or a recent change that has made an unexpected significant impact.

  • N95 alarm not functioning during the phone is turi...

    After i upgrade my N95 to V20.0.015, i find that my alarm is not functioning during the phone is off. May i know what cause this problem occur?

    07-Dec-2007 07:38 AM
    calixteid wrote:
    Sorry, no answer to this but tried to get the new software download from Nokia but only gives the V12 0 013 update.
    has the download helped other problem?
    That is because the code on your phone has not been authorised to get the latest FW update. Either an operator is not passing it yet or its country specific.
    The best way to get a quick response is to use the boards. Please do not be offended if I don't answer emails immediately.

  • HPCM Error(During the calculation cube i am getting the error)

    Dear All,
    I am working with HPCM 11.1.1.3. While deploying the calculation cube, i am getting the below error.
    2010-01-12 20:06:50,828 [Thread-17] ERROR com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerator: error setting measures dimension member properties
    com.hyperion.profitability.data.mdb.essbase.MDBException: Error setting member property share option to store_data for member: OP RV PAX UMRAH
         at com.hyperion.profitability.data.mdb.essbase.MDBMember.setShareOption(MDBMember.java:451)
         at com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerator.setMemberProperties(CubeGenerator.java:1434)
         at com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerator.traverseDimensionAndSetProperties(CubeGenerator.java:1142)
         at com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerator.createDimensionAndMembers(CubeGenerator.java:870)
         at com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerator.createOutline(CubeGenerator.java:402)
         at com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerator.deployCube(CubeGenerator.java:197)
         at com.hyperion.profitability.business.service.CubeDeployer.deployCube(CubeDeployer.java:60)
         at com.hyperion.profitability.business.service.ServiceFacade.deployCube(ServiceFacade.java:717)
         at com.hyperion.profitability.business.integration.ces.jobs.DeployCubeJob.start(DeployCubeJob.java:35)
         at com.hyperion.profitability.business.integration.ces.TaskHandler$AgentThread.run(TaskHandler.java:128)
    Caused by: com.essbase.api.base.EssException: Cannot find member. Object not found.
         at com.essbase.api.metadata.EssCubeOutline.findMember(Unknown Source)
         at com.hyperion.profitability.data.mdb.essbase.MDBMember.setShareOption(MDBMember.java:429)
         ... 9 more
    2010-01-12 20:06:50,828 [Thread-17] ERROR com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerator: building Dimension and hierarchy failed
    com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerationException
         at com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerator.traverseDimensionAndSetProperties(CubeGenerator.java:1147)
         at com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerator.createDimensionAndMembers(CubeGenerator.java:870)
         at com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerator.createOutline(CubeGenerator.java:402)
         at com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerator.deployCube(CubeGenerator.java:197)
         at com.hyperion.profitability.business.service.CubeDeployer.deployCube(CubeDeployer.java:60)
         at com.hyperion.profitability.business.service.ServiceFacade.deployCube(ServiceFacade.java:717)
         at com.hyperion.profitability.business.integration.ces.jobs.DeployCubeJob.start(DeployCubeJob.java:35)
         at com.hyperion.profitability.business.integration.ces.TaskHandler$AgentThread.run(TaskHandler.java:128)
    Caused by: com.hyperion.profitability.data.mdb.essbase.MDBException: Error setting member property share option to store_data for member: OP RV PAX UMRAH
         at com.hyperion.profitability.data.mdb.essbase.MDBMember.setShareOption(MDBMember.java:451)
         at com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerator.setMemberProperties(CubeGenerator.java:1434)
         at com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerator.traverseDimensionAndSetProperties(CubeGenerator.java:1142)
         ... 7 more
    Caused by: com.essbase.api.base.EssException: Cannot find member. Object not found.
         at com.essbase.api.metadata.EssCubeOutline.findMember(Unknown Source)
         at com.hyperion.profitability.data.mdb.essbase.MDBMember.setShareOption(MDBMember.java:429)
         ... 9 more
    2010-01-12 20:06:50,828 [Thread-17] ERROR com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerator: createOutline failed with CubeGenerationException
    com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerationException
         at com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerator.createDimensionAndMembers(CubeGenerator.java:880)
         at com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerator.createOutline(CubeGenerator.java:402)
         at com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerator.deployCube(CubeGenerator.java:197)
         at com.hyperion.profitability.business.service.CubeDeployer.deployCube(CubeDeployer.java:60)
         at com.hyperion.profitability.business.service.ServiceFacade.deployCube(ServiceFacade.java:717)
         at com.hyperion.profitability.business.integration.ces.jobs.DeployCubeJob.start(DeployCubeJob.java:35)
         at com.hyperion.profitability.business.integration.ces.TaskHandler$AgentThread.run(TaskHandler.java:128)
    Caused by: com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerationException
         at com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerator.traverseDimensionAndSetProperties(CubeGenerator.java:1147)
         at com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerator.createDimensionAndMembers(CubeGenerator.java:870)
         ... 6 more
    Caused by: com.hyperion.profitability.data.mdb.essbase.MDBException: Error setting member property share option to store_data for member: OP RV PAX UMRAH
         at com.hyperion.profitability.data.mdb.essbase.MDBMember.setShareOption(MDBMember.java:451)
         at com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerator.setMemberProperties(CubeGenerator.java:1434)
         at com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerator.traverseDimensionAndSetProperties(CubeGenerator.java:1142)
         ... 7 more
    Caused by: com.essbase.api.base.EssException: Cannot find member. Object not found.
         at com.essbase.api.metadata.EssCubeOutline.findMember(Unknown Source)
         at com.hyperion.profitability.data.mdb.essbase.MDBMember.setShareOption(MDBMember.java:429)
         ... 9 more
    2010-01-12 20:06:50,828 [Thread-17] ERROR com.hyperion.profitability.business.service.CubeDeployer:
    com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerationException
         at com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerator.createDimensionAndMembers(CubeGenerator.java:880)
         at com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerator.createOutline(CubeGenerator.java:402)
         at com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerator.deployCube(CubeGenerator.java:197)
         at com.hyperion.profitability.business.service.CubeDeployer.deployCube(CubeDeployer.java:60)
         at com.hyperion.profitability.business.service.ServiceFacade.deployCube(ServiceFacade.java:717)
         at com.hyperion.profitability.business.integration.ces.jobs.DeployCubeJob.start(DeployCubeJob.java:35)
         at com.hyperion.profitability.business.integration.ces.TaskHandler$AgentThread.run(TaskHandler.java:128)
    Caused by: com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerationException
         at com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerator.traverseDimensionAndSetProperties(CubeGenerator.java:1147)
         at com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerator.createDimensionAndMembers(CubeGenerator.java:870)
         ... 6 more
    Caused by: com.hyperion.profitability.data.mdb.essbase.MDBException: Error setting member property share option to store_data for member: OP RV PAX UMRAH
         at com.hyperion.profitability.data.mdb.essbase.MDBMember.setShareOption(MDBMember.java:451)
         at com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerator.setMemberProperties(CubeGenerator.java:1434)
         at com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerator.traverseDimensionAndSetProperties(CubeGenerator.java:1142)
         ... 7 more
    Caused by: com.essbase.api.base.EssException: Cannot find member. Object not found.
         at com.essbase.api.metadata.EssCubeOutline.findMember(Unknown Source)
         at com.hyperion.profitability.data.mdb.essbase.MDBMember.setShareOption(MDBMember.java:429)
         ... 9 more
    2010-01-12 20:06:50,828 [Thread-17] ERROR com.hyperion.profitability.business.integration.ces.jobs.DeployCubeJob: Error deploying cubes
    com.hyperion.profitability.business.service.ServiceException: com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerationException
         at com.hyperion.profitability.business.service.CubeDeployer.deployCube(CubeDeployer.java:70)
         at com.hyperion.profitability.business.service.ServiceFacade.deployCube(ServiceFacade.java:717)
         at com.hyperion.profitability.business.integration.ces.jobs.DeployCubeJob.start(DeployCubeJob.java:35)
         at com.hyperion.profitability.business.integration.ces.TaskHandler$AgentThread.run(TaskHandler.java:128)
    Caused by: com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerationException
         at com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerator.createDimensionAndMembers(CubeGenerator.java:880)
         at com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerator.createOutline(CubeGenerator.java:402)
         at com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerator.deployCube(CubeGenerator.java:197)
         at com.hyperion.profitability.business.service.CubeDeployer.deployCube(CubeDeployer.java:60)
         ... 3 more
    Caused by: com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerationException
         at com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerator.traverseDimensionAndSetProperties(CubeGenerator.java:1147)
         at com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerator.createDimensionAndMembers(CubeGenerator.java:870)
         ... 6 more
    Caused by: com.hyperion.profitability.data.mdb.essbase.MDBException: Error setting member property share option to store_data for member: OP RV PAX UMRAH
         at com.hyperion.profitability.data.mdb.essbase.MDBMember.setShareOption(MDBMember.java:451)
         at com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerator.setMemberProperties(CubeGenerator.java:1434)
         at com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerator.traverseDimensionAndSetProperties(CubeGenerator.java:1142)
         ... 7 more
    Caused by: com.essbase.api.base.EssException: Cannot find member. Object not found.
         at com.essbase.api.metadata.EssCubeOutline.findMember(Unknown Source)
         at com.hyperion.profitability.data.mdb.essbase.MDBMember.setShareOption(MDBMember.java:429)
         ... 9 more
    Please guide me in this situation.
    Thanks,
    Lakshmi

    Hi Can anybody please look into this .We are getting below error while deploying HPCM application in Essbase. We made changes in registry files still we are facing the same error.
    2011-01-11 20:13:00,303 [Thread-24] WARN com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerator: Can't close outline
    com.essbase.api.base.EssException: Cannot close cube outline. Essbase Error(1290002): Network Error [10061]: Unable To Connect To [PC105728.cts.com:32778]. The client timed out waiting to connect to the Essbase Server using TCP/IP. Make sure that the client machine has sufficient number of ports available.
         at com.essbase.server.framework.EssOrbPluginDirect.ex_olap(Unknown Source)
         at com.essbase.server.framework.EssOlapMetaDataService.ex_olap(Unknown Source)
         at com.essbase.server.framework.EssOlapMetaDataService.closeOutline(Unknown Source)
         at com.essbase.server.framework.EssOtlConnectionContext.close(Unknown Source)
         at com.essbase.server.framework.EssOrbPluginDirect.closeOutline(Unknown Source)
         at com.essbase.api.session.EssOrbPlugin._invokeOutlineMethod(Unknown Source)
         at com.essbase.api.session.EssOrbPlugin._invokeMethod2(Unknown Source)
         at com.essbase.api.session.EssOrbPlugin._invokeMethod(Unknown Source)
         at com.essbase.server.framework.EssOrbPluginDirect._invokeProtected(Unknown Source)
         at com.essbase.api.session.EssOrbPluginEmbedded.invokeMethod(Unknown Source)
         at com.essbase.api.session.EssOrbPluginEmbedded.invokeMethod(Unknown Source)
         at com.essbase.api.session.EssOrbPlugin.closeOutline(Unknown Source)
         at com.essbase.api.metadata.EssCubeOutline.close(Unknown Source)
         at com.essbase.api.metadata.EssCubeOutline.close(Unknown Source)
         at com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerator.closeOutline(CubeGenerator.java:449)
         at com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerator.createOutline(CubeGenerator.java:428)
         at com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerator.deployCube(CubeGenerator.java:202)
         at com.hyperion.profitability.business.service.CubeDeployer.deployCube(CubeDeployer.java:60)
         at com.hyperion.profitability.business.service.ServiceFacade.deployCube(ServiceFacade.java:717)
         at com.hyperion.profitability.business.integration.ces.jobs.DeployCubeJob.start(DeployCubeJob.java:35)
         at com.hyperion.profitability.business.integration.ces.TaskHandler$AgentThread.run(TaskHandler.java:128)
    2011-01-11 20:13:00,303 [Thread-24] ERROR com.hyperion.profitability.business.service.CubeDeployer:
    com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerationException
         at com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerator.traverseDimensionAndSetProperties(CubeGenerator.java:1147)
         at com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerator.createPOVDimensionAndMembers(CubeGenerator.java:593)
         at com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerator.createOutline(CubeGenerator.java:392)
         at com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerator.deployCube(CubeGenerator.java:202)
         at com.hyperion.profitability.business.service.CubeDeployer.deployCube(CubeDeployer.java:60)
         at com.hyperion.profitability.business.service.ServiceFacade.deployCube(ServiceFacade.java:717)
         at com.hyperion.profitability.business.integration.ces.jobs.DeployCubeJob.start(DeployCubeJob.java:35)
         at com.hyperion.profitability.business.integration.ces.TaskHandler$AgentThread.run(TaskHandler.java:128)
    Caused by: com.hyperion.profitability.data.mdb.essbase.MDBException: Error setting member property share option to store_data for member: November
         at com.hyperion.profitability.data.mdb.essbase.MDBMember.setShareOption(MDBMember.java:451)
         at com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerator.setMemberProperties(CubeGenerator.java:1434)
         at com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerator.traverseDimensionMemberAndSetProperties(CubeGenerator.java:1298)
         at com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerator.traverseDimensionAndSetProperties(CubeGenerator.java:1143)
         ... 7 more
    Caused by: com.essbase.api.base.EssException: Cannot set member information. Essbase Error(1290002): Network Error [10061]: Unable To Connect To [PC105728.cts.com:32778]. The client timed out waiting to connect to the Essbase Server using TCP/IP. Make sure that the client machine has sufficient number of ports available.
         at com.essbase.server.framework.EssOrbPluginDirect.ex_olap(Unknown Source)
         at com.essbase.server.framework.EssOlapMetaDataService.ex_olap(Unknown Source)
         at com.essbase.server.framework.EssOlapMetaDataService.essOtlSetMemberInfo(Unknown Source)
         at com.essbase.server.framework.EssOrbPluginDirect.essOtlSetMemberInfo(Unknown Source)
         at com.essbase.api.session.EssOrbPlugin._invokeOutlineMethod(Unknown Source)
         at com.essbase.api.session.EssOrbPlugin._invokeMethod2(Unknown Source)
         at com.essbase.api.session.EssOrbPlugin._invokeMethod(Unknown Source)
         at com.essbase.server.framework.EssOrbPluginDirect._invokeProtected(Unknown Source)
         at com.essbase.api.session.EssOrbPluginEmbedded.invokeMethod(Unknown Source)
         at com.essbase.api.session.EssOrbPluginEmbedded.invokeMethod(Unknown Source)
         at com.essbase.api.session.EssOrbPlugin.essOtlSetMemberInfo(Unknown Source)
         at com.essbase.api.metadata.EssMember.updatePropertyValues(Unknown Source)
         at com.hyperion.profitability.data.mdb.essbase.MDBMember.setShareOption(MDBMember.java:449)
         ... 10 more
    2011-01-11 20:13:00,303 [Thread-24] ERROR com.hyperion.profitability.business.integration.ces.jobs.DeployCubeJob: Error deploying cubes
    com.hyperion.profitability.business.service.ServiceException: com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerationException
         at com.hyperion.profitability.business.service.CubeDeployer.deployCube(CubeDeployer.java:70)
         at com.hyperion.profitability.business.service.ServiceFacade.deployCube(ServiceFacade.java:717)
         at com.hyperion.profitability.business.integration.ces.jobs.DeployCubeJob.start(DeployCubeJob.java:35)
         at com.hyperion.profitability.business.integration.ces.TaskHandler$AgentThread.run(TaskHandler.java:128)
    Caused by: com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerationException
         at com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerator.traverseDimensionAndSetProperties(CubeGenerator.java:1147)
         at com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerator.createPOVDimensionAndMembers(CubeGenerator.java:593)
         at com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerator.createOutline(CubeGenerator.java:392)
         at com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerator.deployCube(CubeGenerator.java:202)
         at com.hyperion.profitability.business.service.CubeDeployer.deployCube(CubeDeployer.java:60)
         ... 3 more
    Caused by: com.hyperion.profitability.data.mdb.essbase.MDBException: Error setting member property share option to store_data for member: November
         at com.hyperion.profitability.data.mdb.essbase.MDBMember.setShareOption(MDBMember.java:451)
         at com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerator.setMemberProperties(CubeGenerator.java:1434)
         at com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerator.traverseDimensionMemberAndSetProperties(CubeGenerator.java:1298)
         at com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerator.traverseDimensionAndSetProperties(CubeGenerator.java:1143)
         ... 7 more
    Caused by: com.essbase.api.base.EssException: Cannot set member information. Essbase Error(1290002): Network Error [10061]: Unable To Connect To [PC105728.cts.com:32778]. The client timed out waiting to connect to the Essbase Server using TCP/IP. Make sure that the client machine has sufficient number of ports available.
         at com.essbase.server.framework.EssOrbPluginDirect.ex_olap(Unknown Source)
         at com.essbase.server.framework.EssOlapMetaDataService.ex_olap(Unknown Source)
         at com.essbase.server.framework.EssOlapMetaDataService.essOtlSetMemberInfo(Unknown Source)
         at com.essbase.server.framework.EssOrbPluginDirect.essOtlSetMemberInfo(Unknown Source)
         at com.essbase.api.session.EssOrbPlugin._invokeOutlineMethod(Unknown Source)
         at com.essbase.api.session.EssOrbPlugin._invokeMethod2(Unknown Source)
         at com.essbase.api.session.EssOrbPlugin._invokeMethod(Unknown Source)
         at com.essbase.server.framework.EssOrbPluginDirect._invokeProtected(Unknown Source)
         at com.essbase.api.session.EssOrbPluginEmbedded.invokeMethod(Unknown Source)
         at com.essbase.api.session.EssOrbPluginEmbedded.invokeMethod(Unknown Source)
         at com.essbase.api.session.EssOrbPlugin.essOtlSetMemberInfo(Unknown Source)
         at com.essbase.api.metadata.EssMember.updatePropertyValues(Unknown Source)
         at com.hyperion.profitability.data.mdb.essbase.MDBMember.setShareOption(MDBMember.java:449)
         ... 10 more

  • What happened to the m+  m-  and  mr functions on the calculator in iOS7?

    just curious because they were useful

    *It is still there use keyboard '''Ctrl + B''' (in Windows)
    The bookmarks toolbar no longer displays by default & they seem to be encouraging use of the bookmarks button or bookmarks menu. The bookmarks sidebar is still available if you know the shortcut as above. There is also the bookmarks library, now under show all bookmarks, rather than organise/organize bookmarks. ( Also it is possible with a simple chrome command in the location bar to open the library as a tab enter
    *chrome://browser/content/places/places.xul )
    If this does answer your question; please mark the answer as helpful, and ensure you are '''logged in''' when you do that. That will mark the thread as solved and help others looking for the solution. <br/>
    (With recent changes most users will be logged in automatically now on re visiting the forum)

  • Perform BPS functions on the background

    Is there way to perform BPS functions (Fox Formula or User Exit type of function) on the background? In this case putting all the functions in a Global Planning Sequence.
    I have the request to load data to the BPS cube and perform BPS function during the weekend in a way that on Monday morning I'll have the users to check on the data already calculated? What's the procedure?
    Thank you.
    Heverton

    Hi Heverton,
    Yes, we have executed planning sequences in the background to copy and calculate data using scheduled background jobs. As a future reference, you may use the following steps to schedule a background job:
    Transaction SM36 (Define Background Job) - enter a job name and click on Start Condition.
    Click on 'Date/Time' button and enter the scheduled start date and time to run the job.
    Click 'Period values' button and select the period in question. Click 'Save' button.
    On the Define Background Job screen, click on (foot) 'Step'.
    Click on 'ABAP program' and enter 'UPC_BUNDLE_EXECUTE' in the 'Name' field. Select the appropriate variant in the 'Variant' field. Click 'Save'.
    Note: to schedule more than one variant in one job, click (foot) 'Step' and from 'Step List Overview' screen click 'Create' and repeat steps to select and save variant.
    Click 'Save'. System display message 'Job <name> saved with status: Released'
    You can monitor the background job using transaction BPS0, select 'Global planning sequences' and then 'Logs' button. Enter date/time/user, which matches the timeframe when job was executed. Click 'Execute' and verify the job log.
    Hope this helps.
    Kind regards,
    Cassio

  • BADI/User Exit for During the automatic/manual clearing f.13/f-03

    Hello Experts,
    I am looking for a user exit or BADI to accomodate the additional functionality during the automatice and manual clearing process.
    During the clearing, standard SAP process post differences to one GL account.  This process needs to be modified, in new process a program within the user exit or badi will retrive the clearing account info from a custom table (based on certain criterial). . If there is no record found in the custom table, then standard SAP process should post as normal, posting to the GL account which is controlled within the IMG.
    Any input from your side will be appreciated, and if you need further information to understand the scenario, I will be more than happy to provide you.
    Thanks,

    Hi,
           Did you get a solution for this problem from any other means? Cause I am also facing the same problem. It will be great if you can  help me in this regard.
    Thanks
    Sudheer K

  • Why Apple does not provide for call block / blacklist function on iphone?

    If Apple frowns upon jailbreaking the iPhone, why not AT THE LEAST endorse and make available third-party application that can provide a decent call block / blacklist function (like the Call Blocker for BlackBerry)?
    Can an Apple representative provide feedback pls?
    [Most telcos do not provide call-screening as a value-add service. Even if they do, a more cost-effective method is still the better option.]

    Have you asked your service provider if they offer any call blocking service? I know here in the USA, AT&T does, although they do charge $4.99/month for the service (it is part of a parental control package that allows control of both numbers that can be blocked from calling you, and numbers that your iPhone can call to).
    On-phone black list apps typically work by using caller id info and looking it up against the apps own database of numbers you've entered. So your phone still rings at least once, as the phone needs to allow a brief connection for the app to get the caller id info before disconnecting a number flagged for blocking. There really is no way to truly block calls from the phone itself, you need your service provider to be on board with the idea, so they can dis-allow the call at the switch and truly block it from ever reaching your phone.

  • Overflow during the arithmetical operation (type P) in program

    Hi all,
    I have a report. This report is giving dump in production server.
    The report is running in Quality and development without this dump.
    Actaully I have added a variable and that of try rseg-wrbtr.
    And I am not clearing this variable..
    So is this the possibility for the dump or something else is responsible for it??
    In dump screen I am getting the cursor at the same variable which i have added
    I mean during the calculation this is giving the dump,..
    Any solution????

    Hi Yash,
    This exception is because, value from the addition can not be accomodated in that fied.
    WRBTR have Domain as WERT7, try using some other domain with PL more than 7.
    you can use WERT9 domain for this perticular field and still issue is face you can go for length greater than WERT9.
    Regards,
    Ganesh Lathi.

  • How to deactivate Internet Explorer's REFRESH Functionality ?

    Hello All,
            I want to deactivate the REFRESH Functionality of the Internet Explorer.
    Can we acheive this ?
    If yes can anyone guide me ?
    Regards,
    Deepu.K

    Deepu,
    As you mentioned in other thread, the problem is because of stateful mode...
    What i suggest you is, in your child window after the downloading the files,make your application as stateless dynamically..Anytime you can change it as stateful too..
    [SAP allows changing the mode dynamically using program.
    * To Change the BSP application to Stateless mode use the below syntax,the application is executed statelessly.
    runtime->keep_context = 0.
    * To Change the BSP application to Stateful mode use the below syntax,the application is executed statefully.
    runtime->keep_context = 1.
    Make it as stateless & clear the variables
    FREE: gv_event,display_url. "OR
    Clear: gv_event,display_url.
    Raja T
    Message was edited by:
            Raja Thangamani

  • Black screen (or screen refresh) during the process of start up. T400, Vista home basic.

    My 2 weeks old T400 Vista home basic can start up successfully. But every time when I start or restart it, during the start process, after inputting the password, there are 4 times of black screen (or screen refresh). Is it normal? Thanks. 

    Hi Ashley,
    Folder share: http://www.ifelix.co.uk/tech/3022.html
    Screen Share: http://www.screenrecycler.com/home.html
    Printer share: http://applejac.typepad.com/applejacmacintosh_users/2007/03/mac_osxwindows.html might help (not sure...)
    Chat: Maybe this can help...: http://discussions.apple.com/thread.jspa?threadID=1753612&tstart=-1
    Take care
    Stefan

  • Warning: An error occurred during tax calculation. Please correct the problem or contact your system administrator.

    Hi All
    We are creating POs from interface program "Import Standard Purchase Order Program". Only for few of the POs, we are encountering the error 'Warning: An error occurred during tax calculation
    . Please correct the problem or contact your system administrator.'
    This error is happening for few PO's, other POs with same vendor, ship to and bill to location created successfully by the program
    Any inputs on how to resolve this error is greatly appreciated.
    Regards,
    Brajesh

    Hi Hussein,
    Thank for the prompt response.
    We have already applied the patch related to doc 1272684.1.
    Below are the environment detail.
    Database: Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    Application : 12.1.3
    Diagnostic tool output :-
    INTERFACE_
    TRANSACTION_ID
    INTERFACE_TYPE
    COLUMN_NAME
    PROCESSING_DATE
    TABLE_NAME
    ERROR_MESSAGE_NAME
    ERROR_MESSAGE
    100148
    PO_DOCS_OPEN_INTERFACE
    09-Aug-2013
    PO_HEADERS_INTERFACE
    PO_PDOI_TAX_CALCULATION_ERR
    Warning: An error occurred during tax calculation. Please correct the problem or contact your system administrator.
    Log file :-
    +---------------------------------------------------------------------------+
    Purchasing: Version : 12.0.0
    Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved.
    POXPOPDOI module: Import Standard Purchase Orders
    +---------------------------------------------------------------------------+
    Current system time is 09-AUG-2013 21:09:04
    +---------------------------------------------------------------------------+
    +-----------------------------
    | Starting concurrent program execution...
    +-----------------------------
    Arguments
    STANDARD
    N
    INCOMPLETE
    12805
    +---------------------------------------------------------------------------+
    Start of log messages from FND_FILE
    +---------------------------------------------------------------------------+
    To get the log messages for PDOI, please use the following id to query against FND_LOG_MESSAGES table:
    AUDSID = 12076063
    +---------------------------------------------------------------------------+
    End of log messages from FND_FILE
    +---------------------------------------------------------------------------+
    +---------------------------------------------------------------------------+
    Executing request completion options...
    Output file size:
    69
    +------------- 1) PRINT   -------------+
    Printing output file.
                   Request ID : 55116524
             Number of copies : 0
                      Printer : noprint
    +--------------------------------------+
    Finished executing request completion options.
    +---------------------------------------------------------------------------+
    Concurrent request completed successfully
    Current system time is 09-AUG-2013 22:27:42
    +---------------------------------------------------------------------------+
    Brajesh

  • Ever since installing iCloud and Lion my computer is slow or freezes.  The color wheel comes on and My work stops.  I have only a small window of time where my computers will function normally during the day. I know many others that have the same problem.

    Ever since installing iCloud and Lion my computer is slow or freezes.  The color wheel comes on and My work stops.  I have only a small window of time where my computers will function normally during the day. I know many others that have the same problem. I'll get 20-30 minutes of work done and then a sync or something comes on, the color wheel of death shows up, and my productivity is shot.  I have to shut the computer down the hard way!  when it comes back up, it is still either frozen or slow.  I've checked in at the genius bar and all they say is that there have been some problems that Apple is trying to fix.  It effects Mail, Contacts, Safari, Calendar....yeah, pretty much everything.  My iPhone and iPad are not effected as much so I end up doing what I can with them.  I've seen the blogs out there and understand that many have the same problem.  I have been waiting to read about a fix but I have found nothing!  Any ideas?

    Not enough free space on the startup disk can slow the system down.
    Right or control click the MacintoshHD icon. Click Get Info. In the Get Info window you will see Capacity and Available. Make sure there's a minimum of 15% free disk space.
    For startup issues...  open System Preferences > Users & Groups - Login Items. Delete any apps listed there then restart your mac.
    And disable the Lion "resume" feature.
    Open System Preferences > General
    Deselect:   Restore windows when quitting and re-opening apps
    And Spotlight may be indexing... you can turn that off > Turning Off Spotlight | Mac Tricks And Tips

  • Grand total of calculated column and case function in the same calcultd col

    Hi Gurus,
    In 9.0.4, the Grand total of the calculated column is not working as per the CASE function. It is taking the ELSE formula for all records. Is there a way to correct it.
    Thanks,
    Pooja

    Hi Pooja,
    In the totals ,which u mentioned try using cell sum function instead of sum function.
    Manikandan
    GKB Consulting Inc.,

  • Can you block syncing of email during the night?

    Is there a setting that block syncing during the night? Some time setting that you can put in a beginning and ending time to sync every day?

    Sure this works, but it isn't exactly practical. To have push e-mail daytime but not at night you'd have to remember to activate/deactivate the feature twice a day.
    Wouldn't it be nice if you had a settings pane where you could specify at which times you want push and not?

Maybe you are looking for