ASO Demo Question

Hello All.
I have a question regarding an article posted in Oracle Magazine, that perhaps someone here will be able to answer.
The article is located here: http://www.oracle.com/technetwork/issue-archive/2010/10-sep/o50bi-165473.html
Having only worked with BSO applications, I'm brushing up on ASO. Thought I'd follow the exercise in the article above.
However, when I do the dataload, I receive: Aggregate storage applications ignore update to derived cells. [74776] cells skipped (as one would expect with ASO).
Then, when trying to create the first calc script in the article, I receive Error: 1012686 Calculation scripts are not supported in aggregate storage applications.
Both Essbase and EAS are 11.1.2.2.
What have I missed?
Thx,
Bill

If you're using the file and the outline from the article I suspect you can safely ignore that dataload warning. I assume from your comment that you already know what it means.
At exactly what point in the process do you receive the 'Calculation scripts are not supported...' error? I can use the EAS editor to create and then 'Save As' calculation scripts to ASOsamp in my 11.1.2.2 environment, but I get that error if I try to validate. The EAS editor is not really much use for creating ASO scripts anyway.

Similar Messages

  • ASO Concept Question

    Hi,
    I noticed that we have a Dimension sort order and Dimension solve order in ASO Cube ?
    1) Can you please let me know the difference between them ? I have always felt ASO as a grey area.
    2) How does the ASO perform calculation ? Is the calculation order similar to BSO?
    Any help or document link is really appreciated.
    Regards,
    Thms

    Go through admin guide as mehmet mentioned.
    for your above questions
    1. Sort order is to sort members in a hierarchy. Solve order is something like two pass calculation in BSO. You can specify order to calculate dynamic members by giving solve order.again, For more info refer admin guide.
    2. ASO does not support calculation scripts as BSO do. You can design member formulas and scripts using MDX scripting language.

  • StoreFrontModule   demo questions

    Hi,
    I have a few questions on the Design and Build of the StoreFrontModule demo based on the FOD Schema.
    I am using JDeveloper Studio Edition Version 11.1.1.1.0 Build JDEVADF_11.1.1.1.0_GENERIC_090615.0017.5407 and as an exercise building the demo StoreFrontModule from scratch to see how this useful demo was designed.
    Starting with the Model layer project StoreFrontService and looking at the Entity Object definitions in JDeveloper i see the Numeric and Date types are assigned to domain types "oracle.jbo.doamain.Numeric or Date" .
    Project Properties SQL Flavor = Oracle
    Type map = Java
    After creating Entity Objects the Types are naturally set to Java types like Bigint, BigDecimal and you go through the entities to reset these values to the relevant "oracle.job.domain types" .
    Questions :
    1.0 In a large Datamodel this would be rather tedious, is there an way to automatically remap these Java Types to the Oracle Domain types from JDeveloper or must this be done with a tool set like JHeadstart ?
    thanks in advance
    Edited by: russellw on Aug 25, 2009 5:18 AM

    Hi Frank,
    If i create a new ADF Project in the Store Front application and then reverse engineer the ADDRESSES entity to
    this project the attributes are indeed defined with oracle.jbo.domain types
    AddressId oracle.jbo.domain.DBSequence
    Longitude oracle.jbo.domain.Number
    Latitude oracle.jbo.domain.Number
    CreationDate oracle.jbo.domain.Date
    LastUpdateDate oracle.jbo.domain.Date
    ObjectVersionId oracle.jbo.domain.Number
    However if i start from scratch to define a clean Application i cannot replicate this behavior
    New Application XYZ --> FUSION WEB APPLICATION ( ADF )
    Copy the Database FOD Connection to the Model project and reverse engineer then ADDRESSES
    set the SQL behavior to the same as in the StoreFrontDemo
    SQL Flavor = Oracle
    Type Map = Java
    Just like in the StoreFrontDemo project
    Query and Import ADDRESSES
    then the Entity always has the following definition
    AddressId BigDecimal
    Longitude BigDecimal
    Latitude BigDecimal
    CreationDate Date
    LastUpdateDate Date
    ObjectVersionId BigDecimal
    Of course if i choose Type map = Oracle the Types are set to normal Oracle Types instead of the jbo classes
    The clean application appears to be set up the same as the StorerFrontDemo app but the behavior when reverse
    engineering is completely different.
    I note that the StoreFront Model has additional Libraries defined on its model and have also tried defining
    these libraries in the Clean App Model but it does not affect the reverse engineering behavior.
    My question is
    What has to be done in setting in setting up the clean App to replicate this behavior.
    Is the option New Application Fusion Application the wrong choice, perhaps i should be using New generic Application and configuring it from that point ?
    thanks
    Russell

  • Repeater demo question: how to filter by name?

    Hello,
    I was looking at the repeater demo in the JSF beta distribution for some help with a problem I'm having.
    For example, how would one modify the demo so that #{RepeaterBean.customers} only returns those customers who have a specific name?
    My thought:
    1) add a new property in RepeaterBean called "customerName".
    2) add the following above the data_table in the repeater.jsp:
    <h:input_text value="#{RepeaterBean.customerName}"/>
    3) Add the appropriate logic in the "RepeaterBean.customers" method to only add those customers to the list whose name is equal to "RepeaterBean.customerName".
    Unfortunately, this idea doesn't work. The "data_table" gets at the value of "RepeaterBean.customers" before it sets the value of the "RepeaterBean.customerName". In other words, when "RepeaterBean.customers" is called, it has no idea what the value of "RepeaterBean.customerName" is because it hasn't been set by JSF yet.
    The above is a very simple example, and obviously not very useful, but it illustrates a particular problem: data_table inspects its value before other values from the form are set, and thus the data_table's value cannot be based on other form data.
    Any ideas on work-arounds or solutions!?
    Thanks,
    Ryan

    The approach you suggest is failing in the beta due to a bug in UIData, where it is too aggressive about caching the list of customers. This has been corrected for the final release.
    One thing you might experiment with is having the getCustomers() method return a javax.faces.model.DataModel instead of a List. (You might even find the existing ListDataModel implementation useful for this.) By providing your own DataModel, it may be possible to update the underlying data directly, and therefore not be impacted by the caching.
    Craig

  • MapInit.jsp/DMAP.JSP Demo Question

    I have played around with the demo of the dynamic map. I want to use the functionality that allows the mouseover effect for the state_abrv in my own application. When I try to change the demo to use my data I get an error in the bottom of the Browser that simply says "Error on Page" I get no other clue as to what my error may be, I assume it has something to do with this section of code:
    String[] colsToSelect = new String[]{"Location, City", "State StateABRV"};
    info = mv.identify(dataSrc,
    "map_data", //which table
    colsToSelect, //which columns to identify
    "map_loc_data", //which geometry column
    8307, //srid of the geometry column
    x,y //mouse click position on screen
    This is the Original Code Example:
    String[] colsToSelect = new String[]{"City", "Pop90 Population", "State_abrv state"};
    info = mv.identify(dataSrc,
    "cities", //which table
    colsToSelect, //which columns to identify
    "location", //which geometry column
    8265, //srid of the geometry column
    x,y //mouse click position on screen
    Can anyone tell me what I might be doing wrong, or at least tell me how I can get the browser to give me more infomration on what the error might be.
    This error shows up in the bottom bar in IE, in Mozilla I get no error, but the functionality still does not work.
    Thanks!

    Hi, your application (jsp pages) are processed at the server side (for instance, inside the standalone OC4J). Please check your server side logs for any suspicious error messages. If you are using standalone oc4j they should be displayed on the console/terminal it got started from. You should also check your mapviewer log if you enabled it, which usually lies inside $OC4J_HOME/j2ee/home/applications/mapviewer/web/WEB-INF/log directory.
    without meaningful error messages or stacktraces you cannot debug such issues.

  • Oracle.cabo.doc in UIX Demos - question to oracle support

    Hallo,
    Where can i found the oracle.cabo.doc.* classes used in the UIX Demo Bundle ?
    ( download link : http://technet.oracle.com/sample_code/products/jdev/uix/uixdemos.zip )
    regards, Manolis

    Manolis: The UIX demo class files are not currently available --we have not completed the work required to externalize this.
    Thanks,
    Ken

  • Newbie Demo Question

    My friend tried the Demo and had issues... A hardware message and another observation is that the product features that he tried stated that you needed the plue $50 per year option.    I am asking for my friend as I am interested in getting into video primarily from still.. Now I do CS and heavy LR3 still.   
    We both do not want to pay $50 per year but in your opinion, is this something that most people would need?  I know I am not being specific and it depends..
    Also the demo download should download the current product (current fix level)... Any feedback would be appreciated.   I buddy is not going to spend any more time with this unless it is a known fix. 
    Do you like the product ? and compared to other products, why?...
    Thanks I know that I am all over the place with this post.

    You do not need to pay $50 for Photoshop.com Plus unless you want the added online storage space and the added templates and effects.
    The program is full and complete without it.
    If you'd like to know more about the product and what I like about it, check out my page and the links on http://Muvipix.com/pe9.php
    I've been using Premiere Elements since version 1 and, despite an occasional aggravation, I've found it to be far and away the best product of its kind out there. That's why I co-created Premiere Elements support site http://Muvipix.com and why I've written over half a dozen books on using it.
    But it is an intensive program so:
    1) You want to make sure youv'e got an adequately powered, well maintained computer to run it on, and
    2) You want to make sure project settings match your source footage. If you're trying to edit video from a $100 still camera or that you downloaded from YouTube, you're likely going to have problems. But if you're working with video from a good Sony or Canon camcorder, you'll probably find great success!

  • IWork Demo Question

    Is the iWork Demo that is included on the MacTel iMac upgradeable? In other words, The trial is for 30 days. Do I purchase a license to turn it into a permanent program electronically or do I purchase a whole new iWork at the closest Apple Store?

    Apple does not, to my knowledge, sell a "license key only" or downloadable copy of iWork, so when you purchase, you'll get the full disk set. But if memory serves, you can just enter in the license code that will be in the package into the copy already on your system, so you don't have to reinstall.

  • Asset Manager Demo Question

    When running the application it displays the words "Asset Manager" on each page in the upper left corner.
    How do you edit this title?
    Looked in obvious places like Shared Components: User Interface Defaults, Themes etc. but can't see the text.
    I've no idea why such an important piece of text would be so difficult to find. Or maybe it's just me! :-(
    Thanks!

    Try checking page 0 of the application, it is probably there, so that it will carry over to ALL pages....
    Thank you,
    Tony Miller
    Webster, TX

  • Elements 5.0 Demo Question

    I downloaded 5.0 yesterday. What I want to know, and can not find any info on, is when does the 30 day trial period start. When I download the file, or when I install the program?

    <[email protected]> wrote in message <br />news:[email protected]..<br />>I downloaded 5.0 yesterday. What I want to know, and can not find any info <br />>on, is when does the 30 day trial period start. When I download the file, <br />>or when I install the program?<br /><br />After installation.<br /><br />Brendon

  • SAP Demo programs?

    Hi Forums,
    I posted a question yesterday and in the answer I was told to look at the demo question
    SALV_DEMO_TABLE_COLUMNS
    is there a package where all of the demo programs are located? How do I find more?
    thank you!

    Transaction SE80
    Menu path Environment->Examples
    Alternatively try 'DEMO' and do an F4 lookup - you should get a bunch of hits.
    Edited by: Julian Phillips on Sep 10, 2010 3:16 PM

  • Gantt drag and drop

    Hi.
    I'm trying to implement drag and drop in a dvt:schedulingGantt ADF component. I've managed to get it sort of working. I can click on a 'taskbar' and drag it to another 'resource'.
    But how can I get a reference to the Task that is being dragged? I can only get the key to the resource I'm dragging from, not the specific task that I'm dragging..
    I'm doing this:
    RowKeySet rowKeySet = transferable.getData(rowKeySetFlavor);
    and get the key (rowid) out of the RowKeySet, but thats the key to the resource, not to the task.
    I really need to get a reference to the dragged task, does anyone know how to do that?

    User,
    A timely question.
    Have a read of Data Visualization Components Demo - question to Oracle people
    Oracle has just posted the source for those demos.
    John

  • OCJP and SCJP

    Hi Everyone:
    What is the differences between OCJP and SCJP? How to get prepared for OCJP? Which certified test is more difficult?
    In the SUN java community, how to find out the answers for the demo questions of OCJP?
    I am going to take this test before the next Feb. Is there anyone who is certified here in this forum? Can you answer some questions in this practice test?
    Look forward to hearing from you.
    Thanks and best regards,
    Jane

    SCJP and ocjp both refer to the same certification for java, difference is that earlier when sun microsystems conducted the test they called it as SunCertified Java Programmer and when orcale acquired sun , they renamed the exam to Oracle Certified java programmer. You can look at the Java code ranch communities SCJP forum for perople's experiences with certification
    https://www.coderanch.com/how-to/java/SCJP-FAQ
    And for starting with SCJP, you can follow scup BOOK BY kATHY Sierra and Berta Bates which has good material targeted for SCJP.
    HTH
    Thanks,
    Rajesh Akavaram

  • I found the answer to my question on my own via Demo from Pittsburgh PA thanks restarting the printer and iPad worked thanks

    I asked the question I am unable to print from my iPad 3 since the last update it says printer no longer available with an error code 5809EC well no one directly answered my question so I started looking at other questions that were similar and I found an answer from Demo from Pittsburgh PA his suggestion was to turn off your printer and iPad and restart them, and this worked perfectly.  His answer was in reference to a question asked last march so to others it's ok to seek answers from 7 months ago he was right.

    I like to give credit to where credit is due, thanks again, hopefully this helps others out there too cause apparently many others are having the same problem

  • Question regarding ASO application in Essbase 11 version

    Hi All,
    Thanks for the replies to my previous posts.
    I have a question regarding the ASO applications for telecom company built in Essbase 11 version. Please provide your feedback on the design.
    The ASO application has the following number of Dimensions:
    Dimensions     Number of Levels     Number of Level 0 Members     Number of Attribute Dimensions
    Dimension1     2     6.5 million     15
    Dimension2 1     3     
    Dimension3     1     4     
    Dimension4 1      6     
    Dimension5 1     6     
    Dimension6     1     5     
    Dimension7 1     3     
    Dimension8     5     1700     
    Dimension9     2     800     
    Dimension10 2     40000     
    Dimension11 3     750     
    Dimension12 2     34000     
    Dimension13 1      15     
    The number of Measures is 8.
    The outline size is around 2.12 GB.
    The data is mostly sparse. Does this design yield a good performance. Should I change some of the attributes to UDAs to increase the performance.I think Attribute dimensions are more flexible than UDAs but it affects the performance of the retrieval.
    Thanks in advance.
    Kannan.

    In ASO attribute dimensions are treated like regular dimensions, That is to say they are materalized just like a regular dimension. Changing them to UDA's won't buy you the same performance as having them as dimensions will. The one nice thing about Attributes in ASO cubes (and BSO cubes) is you don't clutter us the screen with dimensions that are not used a lot. If your attrubite dimensions are used often in your ASO cube, there would be no performance difference if you made them regular dimensions.

Maybe you are looking for

  • Background job error No appropriate entry found in table ADRT

    Hi, I have developed a report to sent mail in background. My background job is getting cancelled in background. but it runs in foreground.I have used leave to transaction statement in my report. In my development server job cancellation occurs.but ma

  • Valuation Basis for Different Payment (BWGRL) not working in 2010

    Hi We have a commission wagetype which we entered in IT 2010 in Number/Unit field.  Since we don't have premium id available, we used "Valuation Basis for Different Payment (BWGRL)"  to enter the RATE. This RATE is not working during our payroll run,

  • TS2755 how to retrieve deleted messages

    How can I recover text messages that I accidentally deleted?

  • 16mm film in FCP - sound synch.

    I am making a working edit of a 16mm film in FCP. Once complete the EDL will be used by a neg cutter and the project will be finished as 16mm show print. All the sound was recorded wild and although most is not in need of a tight synch. there are sho

  • Rolling Images for poker Game

    Hello everybody, i m trying to make poker game in java. it is some what like this, there will three labels which will show continuos scrolling images or numbers. there will a button "HIT" button to stop moving images.after that those images will stop