Cubes in Hyperion

Hi all,
I am very new to Hyperion Essbase. I am trying to create cubes in hyperion. What I saw is I can create multiple 'metaoutlines'with a single 'olap model' in hyperion integration service console. I made a single cube an loaded in essbase server through Intergretion services and I can acces that cube through admin service console/excel addins.But I am not getting that how to create multiple cubes(e.g- sales, out of stock ..) in hyperion and how can I access those differently?
Thx sai

To understand fully, I would suggest taking the EIS/AIS class, but the short answer is create multiple metadata outlines from the one model pointing to different cubes. Select the hierarchies you want in each cube and which accounts

Similar Messages

  • Create and Populate a Hyperion Planning Cube using Hyperion Data Integratio

    Friends,
    I am new to Essbase and have worked extensively in Informatica. Hyperion DIM (OEM version of Informatica) is chosen to create and populate a Hyperion Planning System (with Essbase cube in the backend).
    I am using Hyperion DIM 9.3.
    Can someone let me know (or share a document) how I can do the following
    1) Create a Planning application with a Essbase Cube in the backend using Hyperion Data Integration Management
    2) How to populate the Essbase outline and the actuals Essbase cube with data using DIM.
    Thanks a lot for all help.

    Hi,
    You cannot create planning applications using DIM.
    To load metadata have a look at :- http://www.oracle.com/technology/obe/hyp_fp/DIM_Planning/OBE_Dim_Planning.html
    You can refresh planning database in DIM by
    To enable the Refresh Database property for a session:
    In Workflow Manager, right-click the session and select Edit.
    Click the Mapping tab.
    Select a Planning target.
    Check the Refresh Database box.
    Ok?
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • HPCM errors when deploying cubes to Essbase

    Hello all,
    I'm trying to deploy cubes into Essbase from Profitability application (Bikes sample app).
    But I'm still getting following errors in hpm.log:
    2010-02-08 12:49:27,227 [Thread-20] ERROR com.hyperion.profitability.data.mdb.essbase.EssbaseAPI: Error creating dimension: OPSActivities
    2010-02-08 12:49:27,227 [Thread-20] ERROR com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerator: building Dimension and hierarchy failed
    com.hyperion.profitability.data.mdb.essbase.MDBException: Error creating dimension: OPSActivities
         at com.hyperion.profitability.data.mdb.essbase.EssbaseAPI.createDimension(EssbaseAPI.java:641)
         at com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerator.createDimensionAndMembers(CubeGenerator.java:702)
         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 add dimension. Essbase Error(1290002): Network Error [10061]: Unable To Connect To [h11:32768]. 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.essOtlAddDimension(Unknown Source)
         at com.essbase.server.framework.EssOrbPluginDirect.essOtlAddDimension(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.essOtlAddDimension(Unknown Source)
         at com.essbase.api.metadata.EssDimension.<init>(Unknown Source)
         at com.essbase.api.metadata.EssDimension.<init>(Unknown Source)
         at com.essbase.api.metadata.EssCubeOutline.createDimension(Unknown Source)
         at com.hyperion.profitability.data.mdb.essbase.EssbaseAPI.createDimension(EssbaseAPI.java:631)
         ... 7 more
    2010-02-08 12:49:27,243 [Thread-20] 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:874)
         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 creating dimension: OPSActivities
         at com.hyperion.profitability.data.mdb.essbase.EssbaseAPI.createDimension(EssbaseAPI.java:641)
         at com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerator.createDimensionAndMembers(CubeGenerator.java:702)
         ... 6 more
    Caused by: com.essbase.api.base.EssException: Cannot add dimension. Essbase Error(1290002): Network Error [10061]: Unable To Connect To [h11:32768]. 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.essOtlAddDimension(Unknown Source)
         at com.essbase.server.framework.EssOrbPluginDirect.essOtlAddDimension(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.essOtlAddDimension(Unknown Source)
         at com.essbase.api.metadata.EssDimension.<init>(Unknown Source)
         at com.essbase.api.metadata.EssDimension.<init>(Unknown Source)
         at com.essbase.api.metadata.EssCubeOutline.createDimension(Unknown Source)
         at com.hyperion.profitability.data.mdb.essbase.EssbaseAPI.createDimension(EssbaseAPI.java:631)
         ... 7 more
    2010-02-08 12:49:27,664 [Thread-20] 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 [h11:32768]. 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: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)
    2010-02-08 12:49:27,680 [Thread-20] 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:874)
         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 creating dimension: OPSActivities
         at com.hyperion.profitability.data.mdb.essbase.EssbaseAPI.createDimension(EssbaseAPI.java:641)
         at com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerator.createDimensionAndMembers(CubeGenerator.java:702)
         ... 6 more
    Caused by: com.essbase.api.base.EssException: Cannot add dimension. Essbase Error(1290002): Network Error [10061]: Unable To Connect To [h11:32768]. 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.essOtlAddDimension(Unknown Source)
         at com.essbase.server.framework.EssOrbPluginDirect.essOtlAddDimension(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.essOtlAddDimension(Unknown Source)
         at com.essbase.api.metadata.EssDimension.<init>(Unknown Source)
         at com.essbase.api.metadata.EssDimension.<init>(Unknown Source)
         at com.essbase.api.metadata.EssCubeOutline.createDimension(Unknown Source)
         at com.hyperion.profitability.data.mdb.essbase.EssbaseAPI.createDimension(EssbaseAPI.java:631)
         ... 7 more
    2010-02-08 12:49:27,680 [Thread-20] 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:874)
         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.data.mdb.essbase.MDBException: Error creating dimension: OPSActivities
         at com.hyperion.profitability.data.mdb.essbase.EssbaseAPI.createDimension(EssbaseAPI.java:641)
         at com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerator.createDimensionAndMembers(CubeGenerator.java:702)
         ... 6 more
    Caused by: com.essbase.api.base.EssException: Cannot add dimension. Essbase Error(1290002): Network Error [10061]: Unable To Connect To [h11:32768]. 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.essOtlAddDimension(Unknown Source)
         at com.essbase.server.framework.EssOrbPluginDirect.essOtlAddDimension(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.essOtlAddDimension(Unknown Source)
         at com.essbase.api.metadata.EssDimension.<init>(Unknown Source)
         at com.essbase.api.metadata.EssDimension.<init>(Unknown Source)
         at com.essbase.api.metadata.EssCubeOutline.createDimension(Unknown Source)
         at com.hyperion.profitability.data.mdb.essbase.EssbaseAPI.createDimension(EssbaseAPI.java:631)
         ... 7 more
    Could anyone tell me what am I doing wrong and how to fix this? I have changed my account to be an administrator in Essbase (I also have selected ALL available rights in Shared Services), but still without any success.
    Thank you very much in advance!
    Regards,
    Vlado

    Hi,
    You could increase the number of connections windows can create, it means updating the registry and rebooting.
    Have a read of :- Re: HPCM Error(During the calculation cube i am getting the error)
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Unable to drill back to the FDM from Hyperion Planning

    Hello,
    We are using FDM version 11.1.2.2.00 for integration with Oracle E-Business Suite. We have configured FDM to load the data in three cubes in Hyperion Planning i.e. Opex, Capex and Manpower. When we drill back to the source system after loading the data, The drill through to the source system sucessfully runs for opex and capex. But when we click on 'Drill to the Source'  from web form in Hyperion planning, it gives below error.
    Error: No Locations were found matching the passed intersection values. Please verify:
    1) that the target system (originating the drillback) is properly configured;
    2) that the FDM POVs have not been retroactively modified or compromised.
    In FDM error log, the error is as below.
    ERROR:
    Code............................................. 7123
    Description...................................... INSERSECTION SQL DEBUG
    Procedure........................................ SELECT vDataFact.PartitionKey, PartName, CatName, CatTarget, PeriodKey, PeriodDesc, DataView, AccountX, EntityX, ICPX, UD1X, UD2X, UD3X, UD4X, UD5X, UD6X, UD7X, UD8X, UD9X, UD10X, UD11X, UD12X, UD13X, UD14X, UD15X, UD16X, UD17X, UD18X, UD19X, UD20X, SUM(DECODE(ChangeSign, 0, (Amount), 1, (Amount *-1), (Amount))) AS Amt From vDataFact Where (((CatTarget) = N'ACTUAL') And ((PeriodTargetM) = N'4/1/2013 12:00:00 AM') And ((YearTarget) = N'FY13') And ((CalcAcctType) > 0) And ((AccountX) = N'71104-011-AC') And ((EntityX) = N'00E') And ((ICPX IS NULL) or (ICPX = N'') or (upper(ICPX) = N'[ICP NONE]')) And ((upper(UD1X)) = N'APPROVAL-WIP') And ((UD2X IS NULL) or (UD2X = N'') or (upper(UD2X) = N'[NONE]')) And ((upper(UD3X)) = N'NO CUSTOM DIM1') And ((upper(UD4X)) = N'NO CUSTOM DIM2') And ((upper(UD5X)) = N'00-00000-CC') And ((UD6X IS NULL) or (UD6X = N'') or (upper(UD6X) = N'[NONE]')) And ((UD7X IS NULL) or (UD7X = N'') or (upper(UD7X) = N'[NONE]')) And ((UD8X IS NULL) or (UD8X = N'') or (upper(UD8X) = N'[NONE]')) And ((UD9X IS NULL) or (UD9X = N'') or (upper(UD9X) = N'[NONE]')) And ((upper(UD10X)) = N'REGULAR BUDGET') And ((UD11X IS NULL) or (UD11X = N'') or (upper(UD11X) = N'[NONE]')) And ((UD12X IS NULL) or (UD12X = N'') or (upper(UD12X) = N'[NONE]')) And ((UD13X IS NULL) or (UD13X = N'') or (upper(UD13X) = N'[NONE]')) And ((UD14X IS NULL) or (UD14X = N'') or (upper(UD14X) = N'[NONE]')) And ((UD15X IS NULL) or (UD15X = N'') or (upper(UD15X) = N'[NONE]')) And ((UD16X IS NULL) or (UD16X = N'') or (upper(UD16X) = N'[NONE]')) And ((UD17X IS NULL) or (UD17X = N'') or (upper(UD17X) = N'[NONE]')) And ((UD18X IS NULL) or (UD18X = N'') or (upper(UD18X) = N'[NONE]')) And ((UD19X IS NULL) or (UD19X = N'') or (upper(UD19X) = N'[NONE]')) And ((UD20X IS NULL) or (UD20X = N'') or (upper(UD20X) = N'[NONE]')) ) GROUP BY vDataFact.PartitionKey, PartName, CatName, CatTarget, PeriodKey, PeriodDesc, Dataview, AccountX, EntityX, ICPX, UD1X, UD2X, UD3X, UD4X, UD5X, UD6X, UD7X, UD8X, UD9X, UD10X, UD11X, UD12X, UD13X, UD14X, UD15X, UD16X, UD17X, UD18X, UD19X, UD20X ORDER BY PartName
    Note: The above error is not able to capture the value for  UD6 which is  'Employee' Dimension , UD7 which is 'Jobtitle' Dimension and UD9 which is 'Nationality' Dimension in ERPi.
    Can you suggest how these values can be correctly captured while drill through to the source system?
    Thanks in advance
    Faizan Memon

    Hi,
    In that case can you pls confirm the location is correct or not. Try to check the location from where it is drilling back the data. Compare the location with Opex/Capex scenario. It is not an integration issue, something you are missing, otherwise you will face issues with Opex & Capex also.
    Soumya

  • Hyperion Interactive Support Required

    hi,
    my actual scenario is... In my cube am having four dimensions & one measure.
    1st dim having totally ten generations
    2nd dimension(having members present in dimension 1)i.e(duplicate members)
    four generations
    3rd dimension
    three "
    4th dimension
    three generations
    measure having two members.......
    i created above cube in Hyperion Essbase 9.3......
    when i try to view that cube in Interactive reporting i accounted an error:Essbase error code 1060200" can anybody help to resolve this problem.......... and just let me know how to view duplicate members in the report?

    11.1.2 is the latest.
    You may find the install docs at-
    http://download.oracle.com/docs/cd/E17236_01/epm.1112/epm_install_start_here.pdf
    http://download.oracle.com/docs/cd/E17236_01/epm.1112/epm_install.pdf
    http://download.oracle.com/docs/cd/E17236_01/epm.1112/epm_install_troubleshooting.pdf
    HTH-
    Jasmine.

  • Automate the Cube loading process using script

    Hi,
    I have created the Essbase cube using Hyperion Essbase Studio 11.1.1 and my data source is Oracle.
    How can I automate the data loading process into the Essbase cubes using .bat scripts?
    I am very new to Essbase. Can anyone help me on this in detail?
    Regards
    Karthi

    You could automate the dimension building and dataloading using Esscmd/ Maxl scripts and then call them via .bat scripts.
    Various threads available related to this post. Anyways, you could follow the following steps.
    For any script provide the login credentials and select the database.
    LOGIN server username password ;
    SELECT Applic_name DB_name;
    To build dimension:
    BUILDDIM location rulobjName dataLoc sourceName fileType errorLog
    Eg: BUILDDIM 2 rulfile 4 username password 4 err_file;
    For Dataload
    IMPORT numeric dataFile fileType y/n ruleLoc rulobjName y/n [ErrorFile]
    Eg: IMPORT 4 username password 2 "rulfile_name" "Y";
    Regards,
    Cnee

  • Automation of hyperion desktop

    Hi All,
    I load my dimensions every night using HAL in an automated fashion by creating .exe file for HAL job and executing it.
    Is there any way I can refresh my essbase cubes using hyperion desktop in an automated fashion. I am using system 9.0
    thanks in advance.

    Thanks Phulsebosch.
    I looed into admin guide of HP and got the answer as per your directions.
    I need to use appscheduler to do it. here are soem details from admin guide.
    Refresh Application without Generating Currency Conversion CalcScripts
    appscheduler HYPERION,HypApp,User,password,/R,1;2
    Create Application and Generate Currency Conversion CalcScripts for Bottom-up Versions with Security on Shared Members enforced
    appscheduler HYPERION,HypApp,User,password,/C,1;2;3,
    currencyconvcalcname,currency1;currency2;currency3,scenario1;
    scenario2,version1;version2;version3,0,1
    Refresh Application and Generate Currency Conversion CalcScripts for Target Versions with Security on Shared Members enforced
    appscheduler HYPERION,HypApp,User,password,/R,1;2;3,
    currencyconvcalcname,currency1;currency2;currency3,scenario1;
    scenario2,version1;version2;version3,1,1

  • Automating the cube load process

    Hi All,
    I have created the essbase cube using Hyperion Integration services 9.3.1 as my datasource is the star schema residing in a oracle db. I can successfully load the cube and see the results in smart view.
    I want to know how I can automate the data loading process(both dimension and fact) into the essbase cubes either by using unix scripts and windows .bat scripts.
    Your inputs are Appreciated. Thanks in Advance.
    Regards
    vr

    What everyone has shown you is the use of esscmd or MaxL, howevery you stated you are using EIS. Until you get to 11.1 and use Essbase studio, these won't help you. What you will need to do is to go into EIS, then select your metadata outlline. Pretend you are going to build the cube manually. Start scheduling it, when you get to the screen that allows you to schedule it or create a file, create the file only. You will want the name to end in .cbs (Hint, if you select both outline and data load, you will get all the statements in one script)
    After you are done, if you look on the EIS server under arborpath\EIS\Batch, you should see the .cbs file you created. It is a regular text file so you can look at it. If you open it, you will see loaddata and/or loaddimensions statements This is what does the work.
    To run it, create a batch file with the command olapicmd -fscriptFileName >logfilename
    For more information about the Integration Services Shell look at http://download.oracle.com/docs/cd/E10530_01/doc/epm.931/eis_sysadmin.pdf Chapter 5 tells you everything you need to know

  • 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

  • Need to Disable "Create New SmartView Slice" Option in Smart View

    Hi All,
    We are using Essbase 11.1.2 and we have one Essbase ASO Cube. For accessing that cubes using Hyperion Smartview (11.1.2.1.102(Build 208)).
    As a security in shared services we have provided only read only access to all users and Users are accessing cube using Smart View.
    There is one option in smartview “Create New Smartview slices” and using that option users are able to create “Smart View slice” even they have read only access.
    Is there any option/Procedure to disable the option "Create New Smart View Slice" for every user.
    Regards,
    Brijesh

    Hi,
    I created a sr with oracle
    their response is currently the same as Sreekumar Hariharan :
    "Administrators and database administrators can create, modify, and delete Smart Slices. In
    Essbase, if enabled by the administrator, all users can create, modify and delete Smart Slices"
    But I read the documentation of course and I do not understand the meaning of the sentence "if enabled by the administrator, all users can create, modify and delete Smart Slices"
    Thanks
    ML

  • About Interactive reporting

    Hi
    i created cube in Hyperion Essbase 9.3.0v with four dimensions & one measure containing duplicate members.( dimensions r having many generations too)
    I also have large members in each dimensions.when i try to view that cube in IR its showing me following errors
    1. cannot uniquely identify a duplicate members
    2. no of columns must be less than 250
    3. sometimes saying " Essbase errorcode 1060200"
    so can anyone tell me soln to resolve this problem
    Thanks.

    Hi,
    Just a comment on database update. Although it's supported, I wouldn't recommend writing back to OLTP using IR since it's meant to be a reporting and analysis tool. You should your OLTP own front-end to do any write-back. Also, IR doesn't give you much control and error handling, aside from try and catch block, for database write-back operations. My two cents.
    Regards,
    Gerd

  • Using EPMA to transfer data between HFM and Essbase on 11.1.1.3

    Can we use EPMA to transfer data between HFM application and Essbase cubes on Hyperion version 11.1.1.3?
    As far my understanding we can only link HFM and Essbase through EAL.
    I would be very keen to know from the audience if we can use EPMA to transfer data between HFM and Essbase
    Hyperion version 11.1.1.3
    Windows 2003 64-bit
    Regards
    Yogananda Bharadwaj

    Hi Yogananda,
    Check epma admin.pdf, page 439. Chapter 19 describes how to synchronize and map data between Hyperion applications, interface tables, and external files via EPMA Data Synchronization.
    Regards,
    Thanos

  • Newbie questions regarding pulling data from hyperion planning cube w/OBIEE

    Hello there,
    we've recently implemented Essbase and are currently pumping it full of revenue/expense data from out source systems to calculate NOI. This data is stored in a staging table at the detail level where it is sourced into Hyperion and aggregated. We also have OBIEE 10g (plan to upgrade to 11g later this year) and we would like to connect to and report out of Essase. Our ultimate goal is to be able to report on the NOI numbers in the planning cube but have the ability to drill down to the detail level which is not stored in Essbase. We've heard it is possible, albeit not native for OBIEE 10g to do this. We've also heard that it is not best practice to use our transactional cube for this type of reporting but to actually create a second "reporting cube".
    What are best practices for getting this NOI data out of Hyperion and merging it with our relational detail reporting? Can we somehow export the data from the cube and store it in a relational database? Should we clone the cube (if even possible) and configure both it and our relational source in the BI repository and setup all drill-throughs there?
    Any info is GREATLY appreciated. Thank you.
    Edited by: cisGuy on Sep 20, 2010 5:31 PM

    i have found information on how to use ODI to extract data for the cube. What I'm really trying to find out though is best practices for reporting off summary level data in Essbase with the ability to drill-through to the detail.
    We've heard reporting off the same cube that users are writing back and transacting on is bad. Do we need to make a "reporting cube" and then bring that in OBIEE and merge it with a relational source or is it better to extract the data from Essbase into flat files and join it to detail tables in our relational source?

  • Hyperion Planning migration error while refreshing/creating Essbase cube

    Hi,
    I'm migrating a Hyperion Planning application (11.1.1.4) to a complete other environment (due to the split of the companies). I have read most post on otn, but unfortunately nothing that helped me to solve the issue, yet... I hope someone can help me. Thanks in advance!
    I have executed the following steps:
    1. Create a new Oracle database
    2. Create a datasource to the Oracle database and to Essbase (both tested succesfully)
    3. Create a fresh planning application (I have used a native Admin account and not the original owner)
    4. Go into the database tables for the planning app and look at table HSP_USERS, store the SID value against user 50001
    5. Go into the database planning system tables and HSPSYS_APPLICATION, clear out the version field for the application you have created - I did not do this since I could not delete this value. null is not accepted.
    6. Stop Planning
    7. Restore the planning application database over the one created in the first step (I had to drop the existing tables first)
    8. Go into the HSP_USERS table and update the SID for user id 50001
    9. Start planning
    10. Log on to planning and I did see the webforms, etc as expected.
    11. Now, when I try to refresh the database, I receive an error:
    Cube refresh/create in progress
    Status failed
    Step 4 Adding dimensions
    java.lang.NoSuchMethodError: getAttributeType
    Does anyone has an idea? Hope someone can help me since the deadline is getting closer and closer.
    Thanks!
    Kind Regards
    Martin

    Hi John,
    Thanks for your reply.
    I have exactly done what you have described. I droped the schema and recreated it with an impdp to import.
    But, in the meantime I have been investigating the dimensions and there's indeed something very wrong. Some dimensions have been mixed up. In the 'old' environment I have 10 stored dimensions and 4 attribute dimensions (as well as in EAS as in Planning, offcourse as you expect). In the 'new' environment, two stored dimensions have been mixed up with two attribute dimensions.... How is that possible?
    I have never seen that. Could this be caused by the reason that we use a different version of Oracle (11G release 2 vs 10G (10.2.0.4))? Or went something wrong with exporting the schema...? Can you tell me what I can do to investigate this?
    Thanks!
    Kind Regards,
    Martin

  • Multiple source columns from Oracle DB to Hyperion Essbase cube

    Hi Experts ,
    We have a Source as oracle table to the target Hyperion Essbase Cube(Planning) 11.1.2 using ODI 11g.
    Right now my issue is We need to map multiple columns from Oracle DB to One Dimension in Essbase (Planning).
    For example -> * In Oracle table i have columns as Name,Volume,unit and item *
    In Essbase the dimension called "*CatDefinition has lower level members as Name,Volume,unit and item * "
    Now using ODI ,* I want to map the oracle table columns(Multiple) to the dimension(Catdefinition) ? * Please suggest me with idea to achieve multiple column mapping to the single dimension in Essbase .
    Thanks in Advance !
    Keny Alex

    Do you even need FDM? You could build a load rule in Essbase directly. If you need to map, then you would register the Essbase target adapter.

Maybe you are looking for

  • Error when trying to create component configuration

    Hi! When I try to create a component configuration, the following error occurs after pressing the <create>-button: Dynproausgabe ohne Verbindung zum Benutzer (<b>Dynpro output without user-connection </b>) Applikationsserver PSD1P02_TS3_01 und im Wor

  • Problem with PrintServiceLookup.lookupDefaultPrintService()

    Hi! I use PrintServiceLookup.lookupDefaultPrintService() in a program i develop to find all printers in the computer. I Use tomcat 5.030, Eclipse 3.1 and struts. When the program is in debug, the code PrintServiceLookup.lookupDefaultPrintService() fi

  • Sap-abap faq's

    hi,   i want abap faq's which is used to face an interview, please help me, the different types of questions asked in the interview. please send an attachment to my mail my mail id is [email protected] thanks and regards chandra sekhar.

  • Nwdi-managed access of pcd-objects from java web dynpro

    Hi, im am trying to access portal pcd-objects from a java web dynpro component (namely getting and setting personalized iview properties). for locally managed web dynpro components this works fine with the code below. when i try the same with a nwdi

  • Field catalog merge

    Hi ,             I have passed the internal table name which is going to be displayed in the output to the parameter I_Tablename in REUSE_ALV_FIELDCATALOG_MERGE, but its going to the short dump... If i pass the structure name say zstru to I_Structure