Problem refreshing AW Dimension

I am trying to create an analytic workspace and I am using the AWM wizard for this job.
I want to build a cube that is based only on two dimensions. To this end, I have created OLAP catalog metadata for the two dimensions and the cube via OEM successfully.
Selecting on ALL_OLAP2_DIMENSIONS and ALL_OLAP2_CUBES returns that all objects are valid.
However when the AWM wizard runs I get the following error
when DBMS_AWM.REFRESH_AWDIMENSION is called for the first dimension:
Processing Refreshing Dimension : TC6ACCOUNT_DIM
Error Message from Server = Problem refreshing dimension:
TC6ACCOUNT_DIM
Failed to Build(Refresh) OLAPDUN.TESTCUBE6_AW Analytic Workspace. Error Validating Dimension Mappings TC6ACCOUNT_DIM.DIMENSION. Key Expression DUNMART.ACCOUNT_DIM.ACCNT_ID for Mapping Group TC6ACCOUNT_DIM.MARKET_SEGMENT_H.ACCOUNT_DIM_L.DUNMART_ACCOUNT_DIM_TC6ACCOUNT_DIM_MARKET_SEGMENT_H_ACCOUNT_DIM_L.DIMENSIONMAPGROUP, Level TC6ACCOUNT_DIM.ACCOUNT_DIM_L.LEVEL, Hierarchy TC6ACCOUNT_DIM.MARKET_SEGMENT_H.HIERARCHY is Incorrectly Mapped to RDBMS.
I dont know what I'm doing wrong. If there was an error in the hierarchy, then why do I get a valid state for these objects from the ALL_OLAP2 views?
I would appreciate it if anyone could help me out!
Nikos

Thanks Sharon for the tip. I have applied patch 10.1.0.3E and the dimensions were refreshed successfully.
Unfortunately now another error was raised during the cube refreshing.
More specifically I got the following error during the call:
execute DBMS_AWM.REFRESH_AWCUBE('OLAPDUN', 'TESTCUBE7', 'TC7TESTCUBE7', 'TESTThu Mar 10 16:10:19 EET 2005');
Error Message from Server = Problem getting dimensions for cube:
DUNMART
TESTCUBE7
Aggregation Definition TC7TESTCUBE7.TC7TESTCUBE7_DA.AGGREGATIONDEFINITION is Invalid. Aggregation Definition TC7TESTCUBE7.TC7TESTCUBE7_DA.AGGREGATIONDEFINITION can not be Compiled.
(AW$XML) AW$XML
In SYS.AWXML!__XML_HANDLE_ERROR PROGRAM:
SqlException = ORA-06502: PL/SQL: numeric or value error string
ORA-06512: in "OLAPSYS.DBMS_AWM", line 1213
ORA-06512: in line 1
Error Code = 6502
Sql State = 65000
All the cubes could not be added to the Analytic Workspace TESTCUBE7;
The following cubes could not be added : TESTCUBE7
java.sql.SQLException: ORA-06502: PL/SQL: numeric or value error string
ORA-06512: in "OLAPSYS.DBMS_AWM", line 1213
ORA-06512: in line 1
Tidying Up
Failed to create the analytic workspace
Are there any suggestions for this error?
thanks,
Nikos

Similar Messages

  • Problem with Time Dimension generating

    Hello, everybody.
    I have a problem with Time Dimension generating with the help of the Standard Wizard.
    1. I choose Dimensions -> New -> Using Time Wizard
    2. Set Name as "Time"
    3. On the next screen I choose ROLAP: Relational Storage
    4. On the next screen set Start year: 2003, Number of years: 3
    5. On the next screen choose all levels of the Normal Hierarchy
    On the 6-th step Wizard complete 60% of job and hang up doing nothing (buttons "Cancel" and "Help" is active).
    chapter "Create REL_TIME Dimension Using the TIME Dimension Wizard", step 1-6 of tutorial =(
    http://www.oracle.com/technology/obe/11gr1_owb/owb11g_update_getting_started_intro/lesson3/less3_relational.htm
    My system characteristics:
    Builder client 11.1.0.7.0, warehouse at local computer.
    can anybody give me any advice about this problem? =(
    thanks in advance.

    Had this issue been solved please?
    I have just come across the exact same problem and this post is the only one i managed to find which describes exactly what is happening to me.
    Thanks

  • Problem refreshing the classes

    I have problem refreshing the class with Tomcat 4.1 Server. I make changes in my class and they just don't reflect unless I restart the server. I don't want to refresh the server all the time. Is there any setting by which I can tell the server not to the version ffrom the memory. I even deleted that class from the classes directory but still the server would not know it.
    Thank you

    Oop's I am sorry. I did some terrible mistake. I am really sorry.
    Please Ignore this question

  • Problem while creating Dimension in AW...

    Hi
    I m facing error while creating the Dimension in AW.
    i have done the following steps.
    1.I have created the AW name "myfirstaw" and i can see the AW in my DB.
    2.I have a DIm table Products.
    3.i have attached the AW using below command
    EXECUTE DBMS_AW.AW_ATTACH('MYFIRSTAW', TRUE);
    4.Atlast i m trying to create dimension using
    execute dbms_awm.create_awdimension ('OMTEST', 'PRODUCTS', 'OMTEST','MYFIRSTAW', 'AW_PROD');
    then i m getting error :
    SQL> execute dbms_awm.create_awdimension ('OMTEST', 'PRODUCTS', 'OMTEST','MYFIRSTAW', 'AW_PROD');
    ERROR Create_AWDimension. ___AW_CREATE_DIMENSION
    The Source Dimension of
    OMTEST.PRODUCTS does not exist.
    BEGIN dbms_awm.create_awdimension ('OMTEST', 'PRODUCTS', 'OMTEST','MYFIRSTAW', 'AW_PROD'); END;
    ERROR at line 1:
    ORA-06510: PL/SQL: unhandled user-defined exception
    ORA-06512: at "OLAPSYS.DBMS_AWM", line 975
    ORA-06512: at line 1
    Anyone knows why it is coming..
    Pls help me to simulate the problem
    Thanks in Advance.
    Regards,
    Anwar

    Hi
    I m facing error while creating the Dimension in AW.
    i have done the following steps.
    1.I have created the AW name "myfirstaw" and i can
    see the AW in my DB.
    2.I have a DIm table Products.
    3.i have attached the AW using below command
    EXECUTE DBMS_AW.AW_ATTACH('MYFIRSTAW', TRUE);
    4.Atlast i m trying to create dimension using
    execute dbms_awm.create_awdimension ('OMTEST',
    'PRODUCTS', 'OMTEST','MYFIRSTAW', 'AW_PROD');
    then i m getting error :
    SQL> execute dbms_awm.create_awdimension ('OMTEST',
    'PRODUCTS', 'OMTEST','MYFIRSTAW', 'AW_PROD');
    ERROR at line 1:
    ORA-06510: PL/SQL: unhandled user-defined exception
    ORA-06512: at "OLAPSYS.DBMS_AWM", line 975
    ORA-06512: at line 1
    Anyone knows why it is coming..
    Pls help me to simulate the problem
    Thanks in Advance.
    Regards,
    AnwarI m also facing the same problem. Has anyone got a solution to this?

  • Problem refreshing SAP R/3 tables via RFC connection

    Hello,
      I am developing an application in WAS (using BSPs). I have the WAS in 1 machine and the R/3 in another one.
      When I update some tables, this tables aren't refreshed. In order to refresh it I have to restart the application.
       ¿Do you know how can I solve the problem?.
       Thanks in advance. Javi.
    Message was edited by: Javier Iglesias
    Message was edited by: Javier Iglesias

    Let me understand:
    1. machine A runs on WAS and you have a BSP application there.
    2. R/3 runs on machine B and thru your BSP (by RFC calls - from machineA) you are updating some table in this system.
    When you said tables aren't getting refreshed - hows did you come to this conclusion - a) your BSP is not returning the updated value? b) you went to the System B and checked manually and you dont find the records you update.
    Restarted the application - > which application ? the BSP?
    Answering these questions would help us to analyse the issue better.
    Regards
    Raja
    Note: Next time if you have a doubt regarding BSP - post it in BSP forum for a better response.

  • Quicktime Video on an LCD Projector Problems & Refresh Rate?

    I'm having an issue and don't have a lot of experience with this but hopefully someone has some insight.
    When i play back video (formats including DV, DV50, HDV, PRORES422 / interlaced or progressive / frame rates of 23.98 or 29.97) in full screen using Quicktime Player (version 7.4.5) and Present (Shift CMD F) to a projector, the video plays and looks good, with the exception of during certain portions of the video (generally, with a lot of motion), i see either a flicker or what appears to be a scan line, tear, or a trace that scrolls vertically up the image. The flickering/trace is consistent with regard to a particular portion of the video, though when i adjust the refresh rate for the projector, the behavior of the flicker or scrolling trace changes (say at 60hz, it scrolls slowly up vs 85hz where i see mostly flickering/tearing of the image or multiple traces scrolling up). I've tried 3 different projectors, and every combination of screen resolution and refresh rate with no success.
    I should point out that when i play these videos full screen on a cinema display (20in or 23in) i don't see this behavior at all.
    So, i have a few specific questions:
    1. Is anyone familiar with this behavior and any solutions?
    2. The projector is connected with a VGA cable and DVI adapter. Might a DVI cable resolve the issue? Is the behavior a result of the analog input? (The cinema displays are connected via DVI and don't exhibit the behavior)
    3. If it is a projector issue, any recommendations on a good projector for presenting video played back from a computer?
    Thanks in advance for your help. If i've posted in the incorrect forum, please do direct me to the right place.
    Shane

    Just a fast reply... something to think about...
    Use 60hz, most lcd are 60hz. Check you resolution specs for the projector. If the native resolution is 800x600 use that setting if higher use that.....
    If your using the lcd as a secondary display try setting the main display to the same specs. Sometime a mismatch between the two displays can cause problems.
    Go with the lcd spec settings that's the main priority and the main display isn't.

  • Problem refreshing an Oracle table in MapInfo that's been updated in Oracle

    Dear all
    I am doing some digitising work in MapInfo Professional 8, using a table stored in Oracle 10.2g. I have completed the bulk of my digitising and the polygons have been written back to the Oracle database without any issues.
    As I am working with several maps coving the same area, but from different dates, I have simply been copying the shapes from one field to another, for areas that are the same on other maps. This avoids having to digitise an area more than once.
    Here is an example of my table:
    map_index_id  original_map_publication_id  name_of_feature         geographical_coordinates
    5000840       200016                       NORTH STREET            MDSYS.SDO_GEOMETRY [1a]
    5000841       200016                       NORTH STREET QUADRANT   MDSYS.SDO_GEOMETRY [2a]
    5000843       200016                       OLD STEINE              MDSYS.SDO_GEOMETRY [3a]
    5000955       200021                       NORTH STREET            null [1b]
    5000956       200021                       NORTH STREET QUADRANT   null [2b]
    5000957       200021                       OLD STEINE              null [3b]The idea is that the geometry of 1a is copied to 1b, 2a to 2b and so on. The script I am using to do this, is as follows:
    undefine name_of_feature_to_be_used
    undefine name_of_feature_to_be_updated
    UPDATE MAP_INDEX  B
    SET (B.geographical_coordinates) =
    (SELECT A.geographical_coordinates
    FROM MAP_INDEX A
    WHERE A.original_map_publication_id=&&original_map_to_be_used
    AND A.name_of_feature='&&name_of_feature_to_be_used')
    WHERE B.original_map_publication_id=original_map_to_be_updated
    AND B.name_of_feature='&&name_of_feature_to_be_updated';That works okay. The problem I have is that whenever I make changes to the geographical_coordinates column, which is an sdo_geometry column, the changes are not then being picked up by MapInfo Professional when I click refresh DBMS table in that program.
    If I make additional changes in MapInfo and then save the table out, it simply wipes all the changes I have made in Oracle, using my above SQL script.
    I believe what happens when a table is first made mapping in MapInfo, is that MapInfo takes the Oracle sdo_column: geographical_coordinates and links this to a MapInfo column called obj , since MapInfo seems to only allow the spatial column to be called obj. All other columns are brought in using their Oracle names. What I think it isn't doing though, is relinking this column at any point afterwards.
    Am I correct and if so, does anyone have a away round this problem? I made my Oracle table "download table [link to Oracle]". Would keeping the table live, make any difference?
    Kind regards
    Tim

    Hi Ivan and everyone
    Thank you for your reply. The geometries are not always the same. I have now found out what the problem is and how to solve it and I will explain this for the benefit of others.
    When I update a spatial column for a row ,outside of MapInfo Professional 8, it is not picking up the updates.
    When I update a non-spatial column for a row, outside of MapInfo Professional 8, it is picking up the updates.
    When I update a non-spatial column and a geometry column for a row, outside of MapInfo Professional 8, it is picking up the updates for both columns.
    Therefore a solution to my problem is to create an additional non-spatial column, which I update everytime I copy the geometry values. Then when I refresh the table in MapInfo, it will pick up the geometry changes. I do not understand why MapInfo will not pick up the updates to the spatial columns on their own but it is not doing this.
    I did a test to see what would happen if I updated three rows where all three rows had there geometry values updated but only two rows had a non-spatial column value updated.
    When opened up the table in MapInfo, using the following MapInfo SQL:
    Select * From "user name here"."MAP_INDEX_FOR_MAPINFO_USE"
    WHERE not GEOGRAPHICAL_COORDINATES Is Null
    AND original_map_publication_id=200010
    AND original_map_sheet_number_id=330010it brought in only the two rows whose non-spatial column had been updated. The row where only it's spatial column was amended, was not brought in. There was no other rows brought in because no other row for that publication and sheet had been updated.
    Why this is occurring I do not know. It may be that issue was resolved in later versions of MapInfo. I am very happy to have found a solution to my problem. However I do feel it is something I should not be having to do in the first place, no matter how pleased I am to have found a solution.
    Kind regards
    Tim

  • Problem refreshing reports with params in the Interactive viewer from ASP

    I have a problem getting reports to refresh by clicking the Interactive Viewer's refresh button and reusing the supplied parameters. I am seeing this exact same problem on both V9.2 and 11.5 unmanaged RAS servers.
    I am using the following  function code to set the reports parameters:
    Public Sub PassParameter(param_index, param_value, param_is_multi,param_range_kind)
        Dim param_old ' parameter field in the report
        Dim param_new ' parameter field that will replace old parameter
    Dim paramValue ' discrete parameter value
    Dim aValues
    Dim rValues
    Dim iLoop
    Set param_old = clientDoc.DataDefinition.ParameterFields.Item(param_index)
    Set param_new = objFactory.CreateObject("CrystalReports.ParameterField";)
    If param_range_kind = 1 then
    Set paramValue = objFactory.CreateObject("CrystalReports.ParameterFieldDiscreteValue";)
    paramValue.Value = param_value
    else
    Set paramValue = objFactory.CreateObject("CrystalReports.ParameterFieldRangeValue";)
         rValues = split(param_value, "|")
    paramValue.BeginValue = rValues(0)
    paramValue.EndValue = rValues(1)
    paramValue.LowerBoundType = 2
    paramValue.UpperBoundType = 2
    end if
    param_old.CopyTo param_new
    if param_is_multi = 0 then
    param_new.CurrentValues.Add paramValue
    else
         aValues = split(param_value, ",")
       For iLoop = LBound(aValues) to UBound(aValues)
    param_new.CurrentValues.Add Trim(aValues(iLoop))
        Next
    end if
    clientDoc.DataDefController.ParameterFieldController.Modify param_old, param_new
        ' Clean up
        Set paramValue = Nothing
        Set param_new = Nothing
    End Sub
    and then redirecting to another ASP page to invoke the viewer (the report "clientDoc" object is passed to the viewer asp page a s a session variable). The code of the viewer page is:
    <%
    Response.ExpiresAbsolute = Now() - 1
    Response.Charset=";UTF-8"
    Dim clientDoc
    Set clientDoc = session("clientDoc")
    Dim ObjFactory, RptAppSession
    Set ObjFactory = CreateObject("CrystalReports.ObjectFactory";)
    Dim viewer
    Set viewer = ObjFactory.CreateObject("CrystalReports.CrystalReportInteractiveViewer";)
    viewer.PageTitle = "Interactive Report - " & Request("rptnam")
    viewer.IsOwnForm = true
    viewer.IsOwnPage = true
    viewer.HasRefreshButton = true
    viewer.EnableParameterPrompt = false
    viewer.ReuseParameterValuesOnRefresh ; = true
    viewer.HasExportButton = false
    ' viewer.HasPrintButton = false
    viewer.ReportSource = clientDoc.ReportSource
    Dim BooleanSearchControl
    Set BooleanSearchControl = ObjFactory.CreateObject("CrystalReports.BooleanSearchControl";)
    BooleanSearchControl.ReportDocument = clientDoc
    viewer.BooleanSearchControl = BooleanSearchControl
    viewer.ProcessHttpRequest Request, Response, Session
    %>
    If I set viewer.EnableParameterPrompt = false then I get an erro upon clicking the viewer's refresh button (error is: Missing parameter values. webReporting.dll error '8004100e' ), but if I set viewer.EnableParameterPrompt = true, then I get the automatically generated prompts appear but they are all empty. Either way, RAS doesn't remember the supplied parameters. I know the parameters are being read by RAS as the report's contents prove this fact, but they are not remembered after refreshing. If the automatically generated prompts are filled in and submitted, subsequent refreshes work correctly.
    How do I get the report viewer to reuse the parameters that have been set programmatically after a refresh? BTW, changing my implementation to anything other than using ASP against an unmanaged RAS server is not an option at this time.
    Thanks in advance!
    Dave.

    Hi Dave,
    I don't have a "nice" set of code lines but below hard codes one parameter name and value:
                ISCRParameterField newParameterField = new ParameterFieldClass();
                newParameterField.ParameterType = crParameterFieldTypeEnum.crParameterFieldTypeReportParameter;
                newParameterField.Name = "YourParamName"; // you can make a collection here
                newParameterField.ReportName = "";
                newParameterField.Type = CrFieldValueTypeEnum.crFieldValueTypeStringField;
                newParameterField.AllowMultiValue = true;
                newParameterField.AllowCustomCurrentValues = true;
                Fields parameterFields = reportClientDocument.DataDefinition.ParameterFields;
                ISCRField existingParameterField;
                RowsetMetaData rowsetMetaData = new RowsetMetaDataClass();
                Fields fields = new FieldsClass();
                ArrayList defaultValues = new ArrayList();
                reportClientDocument.DataDefController.ParameterFieldController.SetCurrentValue("", @"YourParamName", @"YourParamValue");
    Thanks again
    Don

  • Spry dataset problem. Image dimensions with css

    Hey guys.
    I'm new to spry, and not an experienced web designer with beginner knowledge in programming.
    I am using a spry data set to make a blog kind of interface. I'm using a master/detail layout from the Dreamweaver presets. I am using html, not xhtml and dreamweaver cs4.
    I want to change the dimensions of the images in the detail container. I would like to use the max-width command. I have tried using an id tag on the image detail column and using the width command on it with little luck.
    How can I do this. Using css is a must, because I'll be using InContext Editing so other users can upload images and posts. So they won't have to worry about the dimensions.
    Thanks alot.
    Helgi

    I forgot to mention one other problem
    The layout that I sketched up is the one I am going for. So a tip on how to get the text and the headings to flow around the image like shown in the picture would be greatly appreciated. Is it recommended to use tables inside div tags or spry for that matter?
    Thanks a million.

  • JAVASCRIPT AND JSF PROBLEM REFRESHING PAGE PROBLEM

    Hello everyone, I am currently using visual JSF and javascript to to disable a fileupload component when a radio button is clicked. I don't have any problems getting it to work if I need to disable a button, a textfield or other visual JSF components. For some reason, i can't disable the fileupload component and I get this error when the JAVASCRIPT is called:
    Error: document.getElementById("form1:fileUpload1").refresh is not a function
    Source File: http://localhost:8080/TestSingleEvent/theme/com/sun/webui/jsf/suntheme4_2-080320/javascript/webui.js
    Line: 22
    My javascript code is the following:
    document.getElementById("form1:fileUpload1").refresh("form1:radioButton1");return false;
    I would appreciate some help here. Why is it that when I replace the fileUpload with i.e a textfield i don't get errors..
    Is it something to do with the webui.js ?
    Many thanks.

    There is no such thing as refresh() in the [DOM element|http://developer.mozilla.org/en/DOM/element]. How did you come to this? Did you a wild guess in the around without reading the docs? Don't do that.
    What exactly do you want to achieve? Reset its value? Then set the 'value' property to null. Disable the element? Then set the 'disabled' property to true.
    I've been helpful enough with this offtopic question. If you still stucks, please continue at a Javascript oriented forum. There's one at under each webdeveloper.com.

  • Master table / detail table: Problem refreshing the content

    Hi,
    I have a Master table/detail table on my page. When I add a new row to the master or detail table, the new row is inserted in the database, but not shown in the ADF Tables on the page. After restarting the OC4J the ADF Tables show the correct data, including the new rows.
    While dropping the collection on my page there were one methodIterator and two accessorIterators created.
    In several tutorials the solution for the refresh problem is to change the chacheResult parameter of the methodIterator to false. But this causes in "No row found for rowKey:null" errors.
    An other solution should be to create a new invokeAction with the id "tableRefresh" and the corresponding RefreshConditions. This doesn't helps, too.
    So how could I solve this problem? I want to update/refresh the master and detail table, after I inserted a new row.
    Thanks,
    Thomas

    Hi,
    thanks for your answer.
    Sorry, but I forgot to say, that I am using Jdev 10.1.3.1, Toplink, ADF and EJB3.
    I think I will give some further informations about the scenario. I created the m/d table by drag-and-droping the object out of the data control palette on site A. Each row stores a goLink item, which navigates to a new page B. After creating and saving the new entry the user navigates back to the page with the m/d table (page A). Storing the new entry is handled by an action in the page B managed bean.
    Now the question: How could I re-execute in page B backing bean the iterator which is stored in page A? Could this be handled by an invokeAction? Or is it possible to get access to the iterator used and stored on another page (definition)?
    Thanks,
    Thomas

  • Problem refreshing the Tree Component icons

    Hello,
    I'm using the Tree, adding the nodes dinamically, following the example: http://www.netbeans.org/kb/55/vwp-databasetree.html
    This Tree shows the access permissions from the users, and show a red icon on the itens without permissions and a green icon on the itens with permissions.
    In the nodes, I add an action that change this permissions when the user click.
    If the permission is Ok on the clicked item, the action remove this permission and vice-versa.
    The action is working fine, but the problem is the refresh of the tree after click. The icons stay like before the click. It is refreshed only if I navigate to another page and return after. Then the icons are showed correct.
    In the method that add the nodes, I select the node icons like this:
    if (havePermissionModulo(grupo, modulo)){
    moduloNode.setImageURL(imgPermissaoOk);
    }else{
    moduloNode.setImageURL(imgPermissaoNegada);
    Where imgPermissaoOk and imgPermissaoNegada have the path to the images.
    Sorry by my english :)

    It is hard to tell
    When the user clicks on an icon, is the page submitted to the server and the page redisplaying itself?
    Is the tree's clientSide property cleared (that is, false).
    Is the browser caching the images? What if you hit a Shift-Reload?

  • [solved] Tearing Problem / Refresh Rate

    Hey,
    i have a huge tearing problem. Watching movies is a real torture.
    I think it's the refresh rate. The recommended refresh rate for my display is 60Hz (@1920x1080p). But i can only choose 50Hz in the XFCE settings (link).
    Anyone can say how to change this to 60Hz? If any configs or hardware specifications are needed, please let me know.
    Last edited by arcc (2012-02-13 21:25:20)

    It's a nvidia 8800 GTS.
    If I choose Resolution: Auto in nvidia-settings I can only use Refresh Rate: 50Hz in XFCE settings.
    If I choose Resolution: 1920x1080 60Hz in nvidia-settings I can use Refresh Rate: 50Hz or 122Hz in XFCE settings.
    Here the monitor part of xorg.conf:
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Unknown"
    ModelName "AOC 2795E"
    HorizSync 30.0 - 83.0
    VertRefresh 55.0 - 75.0
    Option "DPMS"
    EndSection
    Sync to VBlank is always enabled in nvidia-settings.
    But tearing anyway...

  • Problem populating date dimension with correct values

    Hi all,
    I have a 'simple' problem, but can't get it solved! The YTD calculations in the cube don't 'reset' at the right moment in time (they should 'reset' on the FISCAL year, but it actually seems to happen on the normal calendar year).
    Our dimensions and cubes are MOLAP. There is a relational table, containing columns with values for both a CALendar hierarchy as well as for a FISCAL year hierarchy. This table populates the date dimension (only the fiscal hierarchy as in MOLAP we only have a fiscal hierarchy). The result looks correct in the data viewer.
    The cube is populated from relational sources as well. One view provides the measure values and the CODE (business identifiers) values for each dimension involved. In case of the date dimension, it provides the code value for the involved level at which we load the cube (month).
    I made a very simple testcase with only 1 dimension (date) and 1 small cube. The cube uses only the date dimesion (to load cube on the fiscal hierarchy at month level) and has 1 base measure that is loaded with a simple number and 1 calculated measure that calculates the YTD value for this base measure. The calculated measure is added in the OWB cube designer using button "Generate Calculated Measures" and choosing the "Year to Date" function.
    When populating the cube and using the data viewer to check the results, the YTD measure values don't 'reset' at the fiscal year end. They seem to reset at the normal CALendar year end!?
    After some testing, I have concluded it has to do with the values I supply to populate the date dimension, but I can't figure out what the modification should be and I can't find any examples anywhere.
    Does anyone out there have a working YTD calculation in MOLAP?
    Any help much appreciated.
    Regards,
    Ed

    Sorry David, I am not sure I've got this right yet. I am looking at using the cumsum function, but I am not sure how to apply this. That is, I can see examples (cumsum(measure, total_dim, reset_dim)), but I think I cannot put such formula directly into the expression editor for a cube measure in OWB?
    Until now I have been using the standard available calculated measures in the OWB measure editor and I think they insert an xml template? I'll get the Excel Calculation Tool from OTN, to see if I can create the correct formula and paste that in OWB in the expression editor for the measure. (Does that tool need a ROLAP workspace or does it need / can it work with a MOLAP workspace?)
    Thanks and regards,
    Ed
    Edited by: EdSp on Jan 13, 2009 1:57 PM
    I have downloaded the Excel sheet and can see how it works, but it seems to "insert" the calculated measures straight into the AW. However we deploy the AW from OWB so I will be looking at getting something to enter/paste in the expression editor of OWB...

  • Problem Refreshing Query Definition on Workbook

    Hi guys ....i have a very strange case.....in 3.5 users can execute workbooks without problems and also can change global and local definition of the query on formulas and keyfigures....but the column header texts are not updated in workbook....i have a description for columns and rows on workbook and another description on definiton of query....i checked the "goto query defintion on refresh" on properties and nothing happens...headers are not refreshed.....
    I hope somebody could help me
    Regards

    Hi,
    Is there any macro written which may be overwriting the column header.
    If this is not the case then you must have saved workbook when it was last edited by editing the column headers. You can change in workbook the heqader column and then see whether the column header is taken from query definition or what you have saved in workbook.
    Regards,
    Niraj

Maybe you are looking for

  • When I try to verify my payment info it says "Your session has timed out" what do I do???

    When I try to verify my payment info it says "Your session has timed out" what do I do???

  • Microsoft Outlook Hotmail Connector

    We are installing this connector by default on our machines, so the people have the ability to add a live/hotmail/outlook.com account to their outlook 2010. On first start up, it is asking "Would you Like to add an hotmail account", which is a small

  • Troubles with G4 Loaner and new HP monitor

    Hi! I am having difficulties ramping up with a loaned Power G4 and a new HP 2009m monitor. I've had these for about a month... I was never really sure how this older mac should be running, but it is sluggish - the keyboard is very slow, working onlin

  • Looking for documentation of scheduling agreement

    Dear friends, Please kindly let me know if you know where to find the documentation of business process documentation of Scheduling agreement(SA).. Also,,Can a PO created reference the SA? As I realized that SA could be shown on MD04 a after source l

  • Problem in creating BDC code

    Dear experts, We have DEV client 150,250. Dev occurs on 150.It has very less data and not configured. Client 250 has enough data and configured at par with PRD. Now i want to generate  a BDC code for F-02 posting. In 150 i cannot complete the cycle b