Modifying ordering of Cube Load

Is there any means possible to modify the queries that are used in a cube map load. Example, I am loading at the month level. The load orders by month_id, I would like to modify this to order by month_id, day_id. For most operators this does not matter, but for first and last it does. Is there anything that is undocumented which would allow me to fine tune this?
Thanks!

I cannot think of anything that will control the ORDER BY generation. The workaround is to map the cube to a SQL VIEW that aggregates the input data as required.

Similar Messages

  • Can we show some user defined message while cube loading in OBIEE

    Hi All,
    Currently we are building OBIEE dashboards from Essbase ASO Cube as datasource.
    During Essbase Cube loading ,Essbase will "Disable all Administrative Commands".In this mean time,When users are trying to run the dashboards,OBIEE will thorws severe error.
    Can we dispaly some user defined message something like "Cube is loading.Please wait...." or any other alternative.
    Time taken to load the cube is 1hr.Please suggest
    Thanks,
    SatyaB

    Yes, You can better try replacing the whole OBIEE dashboard with a custom message. Whenver the load happens...you shud trigger or set a flag value to 'Y'. Using guided navigation when Flag value is matched to Y...right a JS to replace the whole dashboard.
    [html]
    [head]
    [script type="text/javascript"]var strStatus="@1";
    if(strStatus =='Y')
    location.replace('saw.dll?PortalPages&_scid=in6lPJnWWNk&PortalPath=/shared/Framework/_portal/Cube%20Status%20&Page=Cube%20Status');
    [script]
    [head]
    Replace square bracket with curly brackets in above replace code..
    BTW, you shud mark the previous post on Implicit fact. Follow https://forums.oracle.com/forums/ann.jspa?annID=939

  • InDesign will not open files in Date Modified order

    I have never had this problem before, but suddenly InDesign will not import/open my files (photos) in Date Modified order. No matter how I select the files or order/arrange the files in the File\Place window, they open in name order. I have 200 separate folders with six photos each. These are to be placed in the InDesign document in date modified order. Someone suggested batch renaming the files using Adobe Bridge, however the files are in 200 individual folders for a reason and I don't want to open each folder and batch rename 6 at a time. I have reset my InDesign preferences with no luck. I am using Version CS5.5 of InDesign, Mac OS X 10.7.5. Any suggestions?

    @Emily,
    It usually only confuses a discussion to open a new thread on the same subject.
    I'm directing you back to the original discussion you opened earlier today instead of starting another one:
    http://forums.adobe.com/thread/1292390?tstart=0
    I'm also locking this discussion.

  • Splitting Purchase Order based on Loading Group.

    Hi,
    My client is a fashion retailer. They have two Loading Groups, General Merchendise that comes in cartons and Hung garments that com hung on hangers.
    PO`s are created for every Vendor by Follow-on processing of allocation or by replenishment run.
    It is desired to split our Purchase Orders based on loading group.  So that there is a separate PO for General Merchendise and Hung Garments. These can then be handled separately during GR and furthur processing.
    Would like to know how to configure this.
    Thanks
    Barry

    You need to Define Two PO document types one for General Merchendise and other for Hung garments
    and use BADI  ME_PROCESS_PO_CUST  and incorporate the Logic that
    for PO Type General Merchendise the Loading Group of Hung garments Not allowed and Similarly
    for PO type Hung garments the Loading group of General Merchendise not allowed ..

  • Prioritize order of iView loading and refresh

    Is there a way to specify the order iViews get loaded / refreshed on a page?
    I have some iviews on Navigation panel that I would like to load before the iviews loaded in the content area load. Unfortunately, they are loading the opposite way.
    Mark

    Hi Mark,
    There is no such ready to use feature to prioritize the order of iView loading.
    The only way to achieve this is to use the EPCF client site eventing feature and reload the Iview one after another.
    Prerequisite:
    IView should be URL Isolated on the Page
    Example senario:
    You have two IViews A and B and you want to load A after B loads. In IView B have a script to refresh IView A.
    EPCM.raiseEvent("urn:com.sapportals:pagebuilder", "refresh", )
    Greetings,
    Praveen Gudapati
    [Points are always welcome for helpful answers]

  • Which cluster attribute should you modify to ensure that load balancing and

    An EJB is targeted to a cluster. Remote EJB clients can therefore take advantage of WebLogic Server’s load balancing and failover capabilities.
    However, a proxy server exists between the clients and cluster, which performs IP address transaction.
    Which cluster attribute should you modify to ensure that load balancing and failover work correctly?
    A. Multicast Address
    B. Persistent Store
    C. Cluster Address
    D. Migration Basis
    E. Replication Channel

    http://docs.oracle.com/cd/E13222_01/wls/docs81/config_xml/Cluster.html
    Cluster address

  • Placing of a KF in order in cube

    Hi,
    I need to add a Keyfigure (TF amt)below another keyfigure(Amount) (in the order) in cube.
    When i place it in order and save it in cube . When i reenter the cube the KF (TF Amt) will be at the last of all KF.
    Kindly update me hoe to place the KF(TF amt) below   KF(Amount).
    Thanks & Regards,
    Bharathi

    Hi Bharathi,
    It does not matter how the key figures are placed in the cube. you have to take care of these things while designing tthe report, becouse users will be interested in the report format and they wont be having any idea about the key figures in the cube.
    So, dont bother about the key figures sequence at in the cube.
    Cheers...
    Puneesh

  • Issue while cube load

    Hi All,
    I am getting following error while doing the cube load.
    ***Error Occured in __XML_PARALLEL_LOADER: In __XML_UNIT_LOADER: In __XML_RUN_CC_AUTOSOLVE: Incremental aggregation over the dense DIMENSION OLAP_AGG!SCENARIO is not supported when aggregating a VARIABLE dimensioned by a COMPRESSED COMPOSITE.
    I understand this error comes when we try to aggregate the compressed cube and dimensions are not limit to all(limit to some values only). I faced this issue when manually running the aggmap of the cube after limiting the dimenisons.
    But this is happening now in the cube load through the script generated by AWM. I cannot run the cube load through AWM as this is in UAT env.
    One more clue is that the permit read is implemented and it do not allows to see some private scenarios but this should not cause the issue as permit_read will only get executed when user tries to connect in read only mode.
    Here is the xml load log content.
    13:08:47 ***Error Occured: Failed to Build(Refresh) XPRO_OLAP_AGG.OLAP_AGG Analytic Workspace.
    13:08:46 ***Error Occured in __XML_PARALLEL_LOADER: In __XML_UNIT_LOADER: In __XML_RUN_CC_AUTOSOLVE: Incremental aggregation over the >dense DIMENSION OLAP_AGG!SCENARIO is not supported when aggregating a VARIABLE dimensioned by a COMPRESSED COMPOSITE.
    13:08:46 Job #AWXML$_9179_3238 Stopped.
    13:08:44 Job #AWXML$_9179_3237 Stopped.
    13:08:42 Incremental aggregation over the dense DIMENSION OLAP_AGG!SCENARIO is not supported when aggregating a VARIABLE dimensioned by a >COMPRESSED COMPOSITE.
    13:08:29 Started Auto Solve for Measures: OPER_CUST_OPER_DATA from Cube OPERATIONAL_CUSTOMER.CUBE. Q2 2009 Partition.
    13:08:29 Finished Load of Measures: OPER_CUST_OPER_DATA from Cube OPERATIONAL_CUSTOMER.CUBE. Q2 2009 Partition. Processed 71359 >Records. Rejected 0 Records.
    13:08:21 Started Load of Measures: OPER_CUST_OPER_DATA from Cube OPERATIONAL_CUSTOMER.CUBE. Q2 2009 Partition.
    13:08:21 Started Load of Measures: OPER_CUST_OPER_DATA from Cube OPERATIONAL_CUSTOMER.CUBE. Q1 2009 Partition.
    13:08:21 Started Load of Measures: OPER_CUST_OPER_DATA from Cube OPERATIONAL_CUSTOMER.CUBE. Q1 2008 Partition.
    13:08:20 Attached AW XPRO_OLAP_AGG.OLAP_AGG in MULTI Mode.
    13:08:20 Attached AW XPRO_OLAP_AGG.OLAP_AGG in MULTI Mode.
    13:08:19 Attached AW XPRO_OLAP_AGG.OLAP_AGG in MULTI Mode.
    13:08:17 Running Jobs: AWXML$_9179_3237, AWXML$_9179_3238, AWXML$_9179_3239. Waiting for Free Process...
    13:08:17 Started 3 Finished 0 out of 5 Tasks.
    13:08:17 Running Jobs: AWXML$_9179_3237, AWXML$_9179_3238, AWXML$_9179_3239.
    13:08:17 Started 3 Finished 0 out of 5 Tasks.
    13:08:17 Running Jobs: AWXML$_9179_3237, AWXML$_9179_3238.
    13:08:17 Started 2 Finished 0 out of 5 Tasks.
    13:08:17 Running Jobs: AWXML$_9179_3237.
    13:08:17 Started 1 Finished 0 out of 5 Tasks.
    13:08:17 Starting Parallel Processing.
    13:08:17 Detached AW XPRO_OLAP_AGG.OLAP_AGG.
    13:07:17 Attached AW XPRO_OLAP_AGG.OLAP_AGG in RW Mode.
    13:07:15 Started Build(Refresh) of XPRO_OLAP_AGG.OLAP_AGG Analytic Workspace.
    13:07:14 Job# AWXML$_9179 to Build(Refresh) Analytic Workspace XPRO_OLAP_AGG.OLAP_AGG Submitted to the Queue.Any help on this error?
    Thanks
    Brijesh

    In AW, Right click on the Cube to Maintain it. Once done, Rebuild the cube. If this doesn't work, then first save the cube to template. Delete the cube, recreate it from the saved template and then maintain it followed by restarting all services and then do the full build.
    Regards
    Ankur Patel
    글 수정: user8337346

  • How can I change the order SubVIs are loaded?

    Hello,
    I have a SubVI which needs to be called before any other SubVI. I tried to put that SubVI in another VI which again calls a second SubVI with the rest of the application:
    MainSubVI  --- call ---> 'Need-to-be-loaded-first-VI'
                |
                '- call ---> 'Start-VI'
                                 |
                                 '- call ---> 'Rest-of-application-VI'
    The problem is that there is one SubVI - saved in 'Rest-of-application-VI' - which is loaded before the 'Need-to-be-loaded-first-VI'.
    How can I change the order SubVIs are loaded?
    Thanks,
    Johannes

    Hai,
    If you wish to load the VI into memory or block the VI from loading the memory immediatly after the parent VI loads....Use "Call by referance Node" with call setup as "Reload for each call" which will load theVI into memory only when the VI is supposed to execute.
    With regards,
    JK
    Message Edited by JK1 on 09-10-2008 05:07 AM
    With regards,
    JK
    (Certified LabVIEW Developer)
    Give Kudos for Good Answers, and Mark it a solution if your problem is solved.

  • Incremental Cube Load Error: job slave process terminated

    Hi,
    For performance reasons, we switched to Incremental Cube Loading i.e. only those partitions are autosolved whose data is made available.
    Some times, the background submitted job terminates and the reason given in dba_scheduler_job_run_details is:
    REASON="Job slave process was terminated"
    There so no definits occurance pattren for this error.
    The job submitted in background is killed.
    The last entry the xml_load_log displayed is of Started Auto solving of a partition.
    After this error occurs, we have to Full Aggregate the cube; which offcourse would autosolve all partitions.
    We have been too much annoyed by this error as we did lot of package changes as part of a release to production to include Incremental cube loading, and once done, we see that incremental cube loading just terminates while autosolving a partitions.
    Can any one assist please? Urgent?
    thank you,

    Hi,
    There is a metalink note about this issue. Check note 443348.1
    Thanks
    Brijesh

  • BI 7 real-time cube load behavior changed after transport

    Dears,
      After I transported real-time cube from DEV to QA system, I found that all the real-time cube load behavior changed from 'can be loaded, planning not allowed' to 'can be planned, load not allowed'. What happened? Or I'm enpackaging this type cube with wrong step? Any suggestions are appreciated.
    Best regards,
    Gerald

    Hi,
    I think note 984803 can be usefull for you.
    The link is https://websmp207.sap-ag.de/~form/handler?_APP=01100107900000000342&_EVENT=REDIR&_NNUM=984803&_NLANG=E
    Rgs
    Antonino

  • Real-Time i-Cube load behavior changed after transport

    Dears
      After the transports compleleted, the Real-Time i-cube load behavior is changed. All the 'can be loaded,planning not allowed' were changed to 'can be planned, load not allowed'. What happened? How I enpackage this type R-T i-cube? Any suggestions are appreciated.
    Best regards,
    Gerald

    Hi Gerald,
    you can switch it back to the enable loadind of data, using the "Switch Transactional Infocube" option you get when you right click on the Infocube.

  • Cube Load Times

    Hi there,<BR><BR>We have one BSO cube implemented on Essbase 7.1.2 and we load data from an SQL server source every night. My question is to do with the time taken to load/calculate the cube.<BR><BR>It started off at around 20mins however in the space of a few months this time has risen a LOT. Its now taking upto 2.5hours to complete the load/calculation process.<BR><BR>If we re-structure the cube, the next days load takes around 1hour.<BR><BR>My question was basically, can anyone reccomend any tips/tricks to optimise the load process?<BR><BR>One thing we have noticed is that the data compression on the cube is set to RLE. IS this the right one or should we be using one of the others?<BR><BR>Any help appreciated! <img src="i/expressions/beer.gif" border="0"><BR><BR>Brian

    With the assumptions that (a) you perform a full calc of the database, and (b) the full calc itself isn't an exceptionally long process, you can typically get a much better overall performance gain by doing the following:<BR><BR>1) Export the input level data (level 0 if you have agg missing turned on).<BR>2) Clear the database<BR>3) Load data from your Essbase export<BR>4) Load data from your SQL source<BR>5) Run your full calc/calc all<BR><BR>The reason you could get an overall performance gain is two-fold:<BR>1) The RLE compression tends to cause a lot of fragmentation within the page files as blocks are written and re-written.<BR>2) The calc engine tends to run faster when it doesn't have to read the upper level blocks in before calculating them.<BR><BR>Both of the above are simplified explanations, and results vary greatly based on the outline/hierarchies and the calc required. One thing to note however, is that if you run any type of input scrubbing/modification script (e.g. allocation, elimination, etc.), the optimum sequence can be quite different than the above (I won't go into the hows and whys here).<BR><BR>Now on to the other ways to optimize your load. In the Database Administrators Guide (DBAG), there is a good section on ways to optimize a file for optimum loading. Basically, the closer the order of the members appearing in your load file matches the order they appear in the outline, the better. For instance, if the columns in the file are dense, and the rows are sorted in the same order as the sparse dimensions, you load MUCH faster than if you do the opposite. This can have a big impact on the fragmentation that occurs during a load, enough so that if you can be pretty sure that the sort for your SQL export is optimum for loading, the above approach (Export/Clear/Load/Calc) won't get you any real benefit -- at least from the fragmentation aspect.<BR><BR>Of course, the outline itself can be less than optimum, so any fixes you address should start with the outline, then move to the SQL file layout, then the load process. The caution here is to be sure that changes you make to align the outline with your dataload don't adversely affect your calc and retrieval performace too much.<BR><BR>Most of this is covered in the DBAG, in greater detail, just not layed out in an order that can be easily followed for your needs. So if you need further details on any of the above, start there.<BR>

  • 0IC_C03 info cube loading issue

    Hi,
    While loading the 0IC_C03 (Inventory) info cube from 2LIS_03_BF
    extractor job is taking long time, even while loading upto PSA and also
    while loading the data from PSA to info cube through DTP.
    When i checked the same with other two extractors it was working fine
    i.e., 2LIS_03_BX and 2LIS_03_UM. I have checked in the process monitor
    in SM50 in BI it was showing ACTION: Direct Read TABLE: NRIV.
    Regards,
    Prabhakar.

    Ouuupsss, you must be on the interval definition.
    Execute the SNRO transaction
    Enter your number range ID
    Modify the definition of your number range (the pen )
    Menu Goto
    Buffer
    Memory
    Then there is a new field that that should be displayed. Something like "Buffer size". 500 is a good start (not too small, not too big).
    Regards,
    Fred

  • Cube loaded with data, but unavailable in the query

    Hello everyone,
    Someone can help me?
    I created a new Cube CO-PA for the year 2010, and loaded with data this year. To make sure that the data were correct did a ListCube, with all the filter equal to the query, and indeed the data is loaded properly for this year. And when i run the query with data from the years 2008 and 2009 show me  data in my report, but when I run the query for 2010, the query displays an error message saying that "no data".
    How is it possible to have the correct data in the Cube, and i can not view the data in the query?
    Note: The request in the cube is available to report
    Thank you all,
    Greetings,
    Maria João
    30-Março 2010

    Hello,
    I was in trouble because I had not selected the key figures in the multicube : S
    After selecting the key figures, I ran the query and it had data.
    Thank you for your help.
    Sincerely,
    Maria Joã

Maybe you are looking for

  • HT204266 App Store has blank white Screen ios 6

    App store has a blank white screen. Feature and charts section is blank. Search does't work.

  • Can I Call method on one JVM from another through a dll?

    Let me explain. I have this java jar file that I can only have one instance of running at any given time. I'm using a shared data segment in a dll to store a bool indicating whether the program is already running or not. If it's already running, I ha

  • Customizing Standard Workflow Log

    Hi All, Good Morning! I'm asking this question from an end user perspective. Is there a standard way to bring the workflow log on the main document screen (for example: ME23n) so that user need not navigate to workflow overview? Also there are many i

  • Help for converting edited files

    So I'm trying to get the hang of this program. I have a bunch of mpeg files that are edited to the orginal source of 1280x720  otherwise known as "letterbox". The other source is 23.976fps, What I would like to do is the following: Use the edited cli

  • Difficulty with Format Value for Time Format

     I have a vi where the current time is split out of an Analog waveform (using Get Waveform Components), and subtracted from a starting time, to result in  a relative time since the test began.  This may not be the most elegant way of doing it, but it