Essbase Studio Cube Stores data as integer, drops decimals

I have an Essbase cube that I am developing in Essbase Studio 11.1.2.1. If I preview the data in Essbase Studio I can see the decimals for the number. However, when I deploy the cube the numbers are not stored in the Essbase cube with the decimal places. So for example I have a value of 106,257.58 on a certain intersection of data that I can see when I preview the data. However, when I querry the data in the cube after it is built it shows as 106,527.00. It is not rounding up, but instead just dropping the decimals.
I have also noticed that if I take a numeric field and do a math equation in the dimmension element, when I preivew the data in key bindings it also drops the decimals. But if I view the data in caption bindings the decimals show.
Is there a global setting where the numeric format is set? It almost seems like it is default to store numeric fields as integers and not with decimals. Any help is appreciated.

The first error is because you have the dimension set as stored either change it to multiple hierarchies or dynamic and it will allow shared members
The second error is because the first instance is getting tagged as the shared member. in 11.1.2 this is changed so Essbase automatically detects this issue and corrects it automatically
You are probably getting it because both your primary and secondary hierarchies are getting build intermingled
suppose you have your example
PRODUCT (Gen1)
Soda (Gen2)
123 (Gen 3)
747 (Gen 3)
Juice (Gen2)
555 (Gen 3)
747 (Gen 3) (shared member)
Water (Gen2)
111 (Gen 3)
747 (Gen 3) (shared member)
If you build this as a parent child recursive build and the order of your data file is
Parent Child
Product Soda
Product Juice
Product Water
Juice 747
Soda 747
yiou see it would add the 747 to juice first so the Soda would get shared. You would need to change it so the Soda 747 would be seen first

Similar Messages

  • Essbase Studio Cube Migration

    Hi All,
    We have a requirement where we want to migrate our Essbase Studio Cube from one environment to another. We want to migrate the entire catalog/models/cube/data.
    Can anyone mention the correct sequence to follow.
    (Version: 11.1.1.3)
    I was trying to search this in forum; I found that the cubes can be migrated via LCM while the catalog migration is difficult.
    Also please verify my understanding:
    1. LCM cannot be used for Studio v11.1.1.3.
    2. The catalog export/import option is not available for v11.1.1.3. It was introduced for v11.1.2.
    Any response will be highly appreciated.
    Thanks.

    LCM still does not support studio in 11.1.2.2
    11.1.2.0 Studio New Features - "In this release, you can replicate the Essbase Studio catalog database among different machines for various administrative purposes, such as making catalog backups, restoring the catalog, and moving the catalog from one machine to another. Essbase Studio now provides an option to export the catalog into an XML file. This file can then be imported to a new location or a different machine to recreate the catalog. You can selectively copy some catalog objects, export to an XML file, and then recreate these objects in a new location or on a different machine."
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Essbase Studio Performance Issue : Data load into BSO cube

    Hello,
    Having succesfully built my outline by member loading through Essbase Studio, I have tried to load data into my application again with Studio. However I was never able to complete the data load because it is taking forever. Each time I tried to work with Studio in streaming mode (hoping to increase the query speed), the load gets terminated due to the following error : Socket read timed out.
    In the Studio properties file, I typed in, oracle.jdbc.ReadTimeout=1000000000, but the result has not changed. Even if it did work out, I am also not sure the streaming mode is gonna provide a much faster alternative to working in non-streaming mode. What I'd like to know is, which Essbase settings I can change (either in Essbase or Studio server) in order to speed up my data load. I am loading into a Block Storage database with 3 Dense, 8 Sparse and 2 attribute dimensions. I filtered some dimensions and tried to load data to see exactly how long it takes to create a certain number of blocks. With ODBC setting in Essbase Studio, it took me 2.15 hours to load data into my application where only 153 blocks were created with the block size of 24B. Assuming that in my real application the number of Blocks created are going to be at least 1000 times more than this , I need to make some changes in settings. I am transferring the data from Oracle Database, with 5 tables joined to a fact table (view) from the same data source. All the cache settings in Essbase are in default mode. Would changing cache settings, buffer size or multiple threads help to increase the performance? Or what would you suggest that I should do?
    Thank you very much.

    Hello user13695196 ,
    (sorry I no longer remember my system number here)
    Before it comes to any optimisation attemps in the essbase (also Studio) environment you should definitily make clear that your source data query performs well at the oracle db.
    I would recommand:
    1. to create in your db source schema a View from your sql statement (these behind your data load rule)
    2. query against this view with any GUI (Sql Developer, TOAD etc.) to fetch all rows and measure the time it takes to complete. Also count the effected (returned) number of rows for your information and for future comparing of results.
    If your query runs longer then you think is acceptable then
    a) check DB statistiks,
    b) check and/or consider creating indexes
    c) if you are unsure then kindliy ask your DBA for help. Usually they can help you very fast.
    (Don't be shy - a DBa is a human being like you and me :-) )
    Only when your sql runs fast (enough for you; or your DBA says is the best you can achieve) at the database move your effort over to essbase.
    One hint in addition:
    We had often problems when using views for dataload (not only performance but rather other strange behavior) . Thats the reaons why I like more directly to set up on (persistence) tables.
    Just to keep in mind: If nothing helps create a table from your view and then query your data from this table for your essbase data load. Normaly however this should be your last option.
    Best Regards
    (also to you Torben :-) )
    Andre
    Edited by: andreml on Mar 17, 2012 4:31 AM

  • Essbase Studio Cube Deployment SQL Connection Error

    Hello,
    Has anyone seen this error in studio.
    Failed to deploy Essbase cube
    Caused By: Failed to build Essbase cube dimension: (Accounts)
    Caused By: Cannot incremental build. Essbase Error(1021001): Failed to Establish Connection With SQL Database Server. See log for more information
    I connected to the SQL database without issue creating the data source and I can view the sample data on the dimension element. The only time I have a connection issue is during cube deployment. The log is no help.
    Thanks

    Hi Celvin
    Thanks for your reply.
    I can connect from the same Essbase Server from the data source connection used in the Essbase Studio console.
    I am not using any encrypted passwords.
    I can log into MaxL with no issues, but running trying to execute the following command is where I get the error.
    deploy all from model 'GL_Analysis' in cube schema '\ANALYSIS\Schema\Schema' with option delete_members login $1 identified by $2 on host 'server1' to application 'test1' database 'test1' overwrite values using connection 'essbaseserver' keep 200 errors on error ignore dataload write to default;
    It allows me to connect and deploy sucessfully using the Maxl installed from the Essbase client version 11.1.2.2. However running the MaxL installed from the  Essbase client MaxL version 11.1.2.3 seems to provide me with the connection issue. I am trying to determine if it is a bug or something that was missed during upgrade process.
    Currently we need to deploy via the Studio.
    Thanks.

  • Essbase Studio Cube Deployment Error

    Hi,
    I am trying to deploy a cube using essbase studio 11.1.1.3.00. I am getting this error.
    \\Record #1203 - Unable to write smartlist 801990, error code 1060301
    Any ideas what the issue is? I can't find anything on the error and I don't have any idea what smartlist would have to do with the deployment.
    Thanks in advance

    Hi,
    I assume that the Essbase studio version is 11.1.2 and above.
    The error is caused by the Essbase Studio Server failing to establish a connection with the SQL Database Server and you can try the following:
    1) Back up the server.properties file and alter it in the following manner:
    Change the server.essbase.streamingCubeBuilding=true to server.essbase.streamingCubeBuilding=false (use Essbase drivers)
    2) Set the ODBCINST variable to point directly to odbcinst.ini
    3) Then, the BPMS service should be restarted.
    The file is named:
    startBPMS_bpms1_Server.bat on Windows;
    startBPMS_bpms1_Server.sh on UNIX.
    Note:
    The Essbase Studio Server startup file contains the commands necessary to start Essbase Studio Server. During the configuration process , the EPM System Configurator writes information to the startup file about the computer on which Essbase Studio is installed so that Essbase Studio Server can start properly. Oracle recommends that you do not manually edit the startup file.
    The start up file is installed by default in:
    MIDDLEWARE_HOME/user_projects/epmsystem1BPMS/bpms1/bin
    KosuruS

  • Excel Addin Pull error from Essbase studio cube

    Hi There,
    I have cube deployed from essbase studio with dupilicate member name enable. however user gets error "unable to resolve duplicate name "2010" on line 1" error when using Excel addin and SmartView. I guess I have year 2010, also have account 2010, but it build and deploy fine.
    Any suggestion?
    Many thanks
    Edited by: Donny on Jul 28, 2011 5:29 PM

    I think I figure it out

  • Physical Path for Essbase Studio Cubes

    Hi All,
    I have one doubt regarding Cubes developed in Essbase Studio.I want to know the extact phyical existance path for Essbase Studio.
    Currently we have an space constraint for Essbase Studio in Server.So,Is there any possibility to change the cube path in Essbase Studio where we have sufficient space.
    Can some one provide assistance for this issue
    Thanks,
    SatyaB

    Hi All,
    Currently Iam facing with Cube space allocation.
    Essbase Applications is installed in D: .Currently D: has only 2GB Disk Space only. So, They want to point out the applications in E: drive which contains sufficient space.
    Can someone suggest me where I have to make changes in settings to build and load the cube in E: instead of D: drive.
    For your reference
    1.     Building and Loading of cube is happening through Essbase Studio.
    2.     EPM Version : 11.1.2 (Platform : Windows)
    Should I need to make changes in EAS Console edit properties. Please Advise. Thanks in Advance.
    Thanks,
    SatyaB

  • MaxL script deploy essbase studio cube

    Hi There,
    I am testing my MaxL script deploying cube from essbase studio, here is result from my cmd windows:
    BPM connect status: success
    BPM maxL deployment ... succeeded with warning.
    How do I find out the detail about the warning? I assume it is essbase studio log at C:\Hyperion\logs\esbstudio
    But I did not see any warning message.
    Thanks

    Thanks John and Glenn, I just check my app log, the warning I found is:
    Warning(1013254)
    Hybrid Analysis spanning cannot be enabled on database [test] in application [test]. Check if the database has Hybrid Analysis and if span into relational source is enabled.
    I am not sure I understand this.

  • Cannot see my Essbase Studio catalogue for Data Source in Source navigator

    Hello Experts,
    Yesterday i was working with the Essbase studio, and I can see all the Datasources in the source navigator. For some reason i cant see that anymore.
    I would really appreciate if anyone can give me some direction

    You need to download and install the latest version 11 beta release to take advantage of the latest features, including integration with Server Explorer.

  • Deploying Cube from Essbase Studio

    Hi,
    I am fresher and I am a student and I am trying to study Oracle Hyperion Essbase Studio. I have a problem when I am trying to Build outline and load data from Essbase studio ->Cube Deployment option.
    Failed to deploy Essbase cube.
    Caused by: Cannot end incremental build. Essbase Error(1007072): Member [keyboard] tagged as <REFER does not have a member to refer to
    \\Record #1 - (3345) Error setting ID (#~@12#0#196#0@#~@3#0#562#0@#~karnataka) to member (karnataka)
    karnataka karnataka banglore banglore 457787 457787
    \\Record #2 - (3345) Error setting ID (#~@12#0#196#0@#~@3#0#562#0@#~Maharashtra) to member (Maharashtra)
    Maharashtra Maharashtra Pune Pune 411043 411043
    \\Record #4 - (3345) Error setting ID (#~@12#0#196#0@#~@3#0#562#0@#~Maharashtra) to member (Maharashtra)
    Maharashtra Maharashtra Pune Pune
    \\Record #5 - (3345) Error setting ID (#~@12#0#196#0@#~@3#0#562#0@#~maharashtra) to member (maharashtra)
    maharashtra maharashtra pune pune
    \\Record #6 - (3345) Error setting ID (#~@12#0#196#0@#~@3#0#562#0@#~Maharashtra) to member (Maharashtra)
    Maharashtra Maharashtra pune pune 441205 441205
    \\Record #7 - (3345) Error setting ID (#~@12#0#196#0@#~@3#0#545#0@#~Gujrat) to member (Gujrat)
    Gujrat Gujrat 123456 123456
    \\Record #8 - (3345) Error setting ID (#~@12#0#196#0@#~@3#0#562#0@#~maharashtra) to member (maharashtra)
    maharashtra maharashtra mumbai mumbai 433653 433653
    Edited by: 980685 on Jan 8, 2013 11:30 PM
    Edited by: 980685 on Jan 8, 2013 11:31 PM

    Hi All,
    Towards this error if we are talking about Hyperion Essbase - Version 11.1.2.1.000 and later.
    So mostly we are facing this issue has been verified as unpublished Bug 12967639.
    As documented in KM:
    Unable to Save ASO Outline After Renaming Members, "Error(1007072) Member [xxx] tagged as <REFER does not have a member to refer to" [ID 1465850.1]
    Also towards ASO there is another document having all there as:
    Oracle Hyperion Essbase and Aggregate Storage (ASO) [ID 1291202.1]
    Thanks,
    Shaker

  • Essbase Studio

    Hi friends,
    I need some help in creating cube using essbase studio
    I have data in the following format :
    Month , Employee , Region , Activity , Activity dates
    Jan , ABC , CA , Intro_date , 01/01/2011
    Feb , ABC , CA , offer_date , 02/01/2011
    I want to load Activity in measures and activity dates as data (typed measures) . I am able to do this successfully using Rules files but i want to do it using Essbase studio since we also want to have drill through reports. How do i create measure hierarchy ?
    Please advice.

    Hi SatyaB,
    My data is in following format :
    Month , Employee , Region , Activity , Activity dates
    Jan , ABC , CA , Intro_date , 01/01/2011
    Feb , ABC , CA , offer_date , 02/01/2011
    instead of
    Month , Employee , Region , Intro_date, Offer_Date
    Jan , ABC , CA , Intro_date , *01/01/2011, 02/01/2011*
    where intro_date and offer_date goes in measures.
    Kindly advice. I have already ordered "Look smarter than you are with Essbase studio" today, but it will take time to arrive and i kind off need to fix this before that if possible.
    Any help will be appreciated.
    Thanks

  • Migraton from EIS to Essbase Studio

    Hi All,
    We try to migrate the existing EIS (32 bits setup) into Essbase Studio (64 bits) environment.
    The old EIS and SQL2000 are both installed on separate servers.
    In the new environment we have a seperate server for Studio and SQL2008.
    How to use the migration function ?
    I have create an ODBC on the Studio-server with a connection to the SQL2000 server.
    When I start the EIS catalog Migration, fill in the EIS Catalog ODCC DSN with the just created ODBC-name.
    Then press the Fetch Models button and the message: No models could be fetched for the catalog etc.
    What's going wrong. Your reaction is much appriciated !!
    Regards,
    Ed

    Thanks Glenn,
    that gives me a better approach for my solution.
    As metadata/data loading to the Planning application (workforce) will be part of an integration process we could then:
    1. Load new Metadata to the Planning application
    2. Refresh the planning databases
    3. Run a MAXL Script to redeploy the Essbase-Studio cube (which is actually the Planning cube)
    4. Load aggregated data to Essbase cube
    5. Load detailed data to relational table in Essbase Studio.
    now the cube is deployed with Essbase Studio so drill through should work as expected.
    The integration process will be created in ODI so ODi will be responsible of loading metadata and data, and also executing the MAXL script for cube re-deployment
    Do you think we are missing something in the macro steps above?

  • Solution to Errno:7 in MaxL for Essbase Studio redeployment scripts

    This is an answer to an archived forum post that I found via a Google search.  The forum post no longer accepts replies.  The forum post contained an unanswered question about how to resolve "Errno:7" in MaxL in release 11.1.2.3 when trying to redeploy an outline through Essbase Studio.
    I encountered the same error in a client environment and could not find any resolution or references to this in the Knowledge Base, patches, release notes, etc.
    I wanted to post the resolution that worked for me, in case someone else encounters Errno:7 in MaxL.
    In this particular instance, the MaxL "deploy outline" script worked fine until we upgraded 11.1.2.1 to 11.1.2.3.  After upgrading, we could still connect to the Essbase Agent via MaxL, but the "deploy outline" script fails with "Not able to connect to BPM Server. Errno:7" and "BPM Connect Status: Error".  No evidence of the error could be found in the logs for the Essbase Agent, the Essbase application in question, and Essbase Studio.  Using the Essbase Studio Console to redeploy the outline worked fine.
    The root cause was learned when we ran the EPM Registry Editor to view a registry report.  The report showed that while Essbase Studio was correctly listening on port 5300, the web port was still on the old 11.1.2.1 port (9080) instead of the port 11.1.2.3 was expecting (12080).  This port number is not exposed to us if we go back into the EPM Configuration tool and drill down to Essbase Studio.  The config tool only allows us to change the relational database connection and the "datafiles" folder location.  Running "netstat -na" from the command prompt confirmed that the server was listening to 9080 instead of 12080.
    Using the EPM Registry Editor command-line tool to update the port's property value and then restarting the Essbase Studio service fixed the issue for us.  If you read the Essbase Studio documentation as I did, you may have had the impression that editing a file on the server would do the trick.  But the Readme for Essbase Studio 11.1.2.3 provides the real answer:
    "Starting in Release 11.1.2.3, the following Essbase Studio server properties are stored in the
    Oracle Hyperion Shared Services Registry database.
    The 11.1.2.3 Oracle Essbase Studio User's Guide describes all server properties as being in the
    server.properties file. To view or modify the settings in Shared Services Registry, use the
    epmsys_registry utility, described in the Oracle Enterprise Performance Management System
    Deployment Options Guide."
    I hope this helps and good luck!

    Hi Santy,
    Here's the original forum post: Essbase Studio Cube deployment via MaxL error
    In that thread, someone had questioned if an 11.1.2.2 MaxL client could still connect and bypass the error.  I happened to have a laptop handy with the 11.1.2.2 MaxL client installed on it and was able to test that.  The 11.1.2.2 MaxL client got the error as well.
    In my 11.1.2.3 environment I tried both the 32-bit and 64-bit MaxL runtimes and verified both were on the latest available Essbase patch set for 11.1.2.3.  Again, they still got the Errorno:7 message.  The problem was only fixed after updating the "server.httpPort" property value via the epmsys_registry tool.
    Regards,
    - Dave

  • Essbase Studio and Drill Through

    I have created a ASO application in essbase studio through text data source and succesfuly deployed it to essbase server but in smartview and spreadsheet add in drill through reports are not reflecting.
    Standard SQL is also not generating while creating drill through reports.
    Error:
    Error in the statement interpret. Line = 1657.
    Error in the make select statement. Line = 1.
    Unable to join filter to the rest of the query. Terminating operation...
    This is EPM 11.1.2.0.00 on windows 2008 64 bit
    Any help?

    Hii
    Philip thanks ..
    you are right in saying that drill-through is not available for txt data at least in Studio and Integration ..
    Essbase provides URL-based drill-through access from Essbase client reporting interfaces (such as Smart View or Oracle Hyperion Financial Reporting, Fusion Edition) to information located on Oracle Enterprise Resource Planning (ERP) applications and Enterprise Performance Management (EPM) applications.
    In Integration Services and Essbase Studio documentation, drill-through refers to linking a multidimensional database cell to further data; for example, to transaction-level data that is stored in a relational source.
    Regards
    Abhishek

  • Unable to load data into Essbase cube using Essbase Studio

    Hi
    We are creating an essbase cube using Essbase Studio using flat files as data sources.
    We have taken different hierarchies into different flat files and created one fact file having dimension intersection along with data.
    We are able to create the cube and the hierarchy but not able to load any data.
    We are getting the following error
    Failed to deploy Essbase cube.
    Caused by: Unable to perform dataload from more than one flat file.
    Could anyone please help on this?

    Oh this was killing me, so I did this test in 11.1.1.3:
    1) Excel 2007 format -- no go, Essbase didn't see it
    2) Excel 2003 format, three sheets -- only the first sheet was read into an empty rule
    3) Excel 2003 format, one sheet -- the first sheet was read into an empty rule
    4) Excel 95 format, one sheet -- the first sheet was read into an empty rule
    The lesson?
    1) Excel 2007/2010 sheets don't work (no surprise there as the .xlsx format isn't supported).
    2) Excel 2003 and lower (hey, if you have Excel 4, I'll bet that works as well) work, but only the first sheet is recognized.
    Regards,
    Cameron Lackpour

Maybe you are looking for