Excessive time when maintaining cube

Hi there,
I have a star schema with:
a) 2 dimensions:
year with hierarchy : CALENDAR_YEAR ------------>all_years
location with hierarchy : COUNTRY -------------> CONTINENT -----------> ALL_COUNTRIES
b) 6 partitioned cubes (uncompressed)
Each cube contains measures with diffirent data types. In particular, each measure may have 1 of the following 3 data types:
varchar2 ------------> with aggregation maximum
int or dec ------------> with aggregation SUM (cube's aggregation)
date ------------> with aggregation Non additive
When i execute maintain cube (for 1 of the cubes i have) I leave my pc for 2 hours to load the data and after that it doesn't end but it continues to load data. So, data loading is never done. I have been on my pc for a week trying to solve the problem but nothing has changed. What could the problem be?
Notes:
(A)
I checked vls parameters and tha data's format and they are both compatible. See for yourself:
SQL> select value from V$NLS_Parameters;
VALUE
AMERICAN
AMERICA
$
AMERICA
GREGORIAN
DD-MON-RR
AMERICAN
WE8MSWIN1252
BINARY
HH.MI.SSXFF AM
VALUE
DD-MON-RR HH.MI.SSXFF AM
HH.MI.SSXFF AM TZR
DD-MON-RR HH.MI.SSXFF AM TZR
$
AL16UTF16
BINARY
BYTE
FALSE
19 rows selected.
(B)
Mappings are also ok. I checked them. As for each hierarchy, I gave on each attribute, values that prevent data conflict. I think `all_years` and `all_countries` levels are also ok as they include everything.
(C)
My computer is an Intel Pentiium 4 with 2x 512mb ram. I am running oracle 11g home on windows xp professional service pack 2.
Thanks in Advance

I need uncompressed cubes because as i said i have non-numeric data types in my data. I have dates, nums and varchar2.
Anyway.
i don't understand what you mean by saying dimensional members, but i suppose you are refering to the levels and the hierarchy of each dimension. I have already included that on my previous post. Check it! If you mean something else inform me!
As for the amount of data:
YEAR:2 RECORDS (1990 and 1991)
CREATE TABLE YEARS
(CALENDAR_YEAR_KEY NUMBER NOT NULL,
CALENDAR_YEAR_NAME varchar2(40),
CALENDAR_YEAR_TIME_SPAN NUMBER,
CALENDAR_YEAR_END_DATE DATE,
PRIMARY KEY(CALENDAR_YEAR_KEY)
LOCATION : 256 RECORDS (It also contains a CONTINENT_ID whose value range from 350 to 362 REPRESENTING all oceans, continents and the world. COUNTRY_ID ranges from 1 to 253)
CREATE TABLE LOCATIONS
(COUNTRY_KEY varchar2(44) NOT NULL,
COUNTRY_NAME varchar2(54),
CONTINENT_KEY varchar2(20) NOT NULL,
CONTINENT_NAME varchar2(30),
COUNTRY_ID NUMBER,
CONTINENT_ID NUMBER NOT NULL,
PRIMARY KEY(COUNTRY_ID)
MEASURES : 498 RECORDS (249 records for 1990 and 249 records for 1991)
CREATE TABLE MEASURES
(GEOGRAPHY_total_area DEC(11,1),
GEOGRAPHY_local_area DEC(11,1),
GEOGRAPHY_arable_land DEC(5,4),
GEOGRAPHY_permanent_crops DEC(5,4),
. (various other measures)
MEASURES_YEAR NUMBER,
MEASURES_COUNTRY NUMBER,
PRIMARY KEY(MEASURES_YEAR,MEASURES_COUNTRY),
FOREIGN KEY (MEASURES_YEAR) REFERENCES YEARS(CALENDAR_YEAR_KEY),
FOREIGN KEY (MEASURES_COUNTRY) REFERENCES LOCATIONS(COUNTRY_ID)
TOTALLY : 268 measures
But to make data loading easier i created 6 cubes on Analytical Workspace Manager each one containing:
GEOGRAPHY : 51 attributes
PEOPLE : 24 attributes
ECONOMY : 40 attributes
GOVERNMENT : 113 attributes
COMMUNICATION : 28 attributes
DEFENSE FORCES : 11 attributes
(If i made any number counting error, forgive me. I only wanted to show you that there are many measures.)
So, Is there anything I can do to solve the problem?

Similar Messages

  • Error when attempting to maintain cube by submitting task to Job Queue

    Hi,
    I've been working with Cubes/Dimensions on AWM 10.2.0.3 for the last little while and have been maintaining cubes by selecting the Run maintenance task immediately in this session. This has been working reasonable well for me.
    I am now looking at how this can be put into production and trying to use the Submit the task to the Job Queue selection. When I choose this option and select the Run immediately radio item I have no problems. However when I choose to run this in the future I receive the following error:
    Action BUILDDATABASE failed on object OLAPBI.DUBDEV_OLAPBI
    oracle.AWXML.AWException: Action BUILDDATABASE failed on object OLAPBI.DUBDEV_OLAPBI
    at oracle.AWAction.BuildDatabase.Execute(BuildDatabase.java:737)
    at oracle.olap.awm.wizard.awbuild.BuildWizardHelper.runBuild(BuildWizardHelper.java:275)
    at oracle.olap.awm.navigator.node.modeler.cube.ModelerCubeNode.actionPerformed(ModelerCubeNode.java:480)
    at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
    at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(Unknown Source)
    at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
    at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
    at javax.swing.AbstractButton.doClick(Unknown Source)
    at javax.swing.plaf.basic.BasicMenuItemUI.doClick(Unknown Source)
    at javax.swing.plaf.basic.BasicMenuItemUI$MouseInputHandler.mouseReleased(Unknown Source)
    at java.awt.Component.processMouseEvent(Unknown Source)
    at java.awt.Component.processEvent(Unknown Source)
    at java.awt.Container.processEvent(Unknown Source)
    at java.awt.Component.dispatchEventImpl(Unknown Source)
    at java.awt.Container.dispatchEventImpl(Unknown Source)
    at java.awt.Component.dispatchEvent(Unknown Source)
    at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
    at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
    at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
    at java.awt.Container.dispatchEventImpl(Unknown Source)
    at java.awt.Window.dispatchEventImpl(Unknown Source)
    at java.awt.Component.dispatchEvent(Unknown Source)
    at java.awt.EventQueue.dispatchEvent(Unknown Source)
    at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.run(Unknown Source)
    Caused by: oracle.AWXML.AWException: ***Error Occured in BUILD_DRIVER:
    at oracle.AWAction.BuildDatabase.Execute(BuildDatabase.java:731)
    ... 27 more
    I am only setting the time to be a couple of minutes in the future in order to verify that it is working but I receive this error for the GLOBAL_AW schema as well as my own AW Schema.
    Any ideas??
    Thanks in advance,
    LM

    Hi LM,
    I have not seen this specific issue before but there are a few things you can check:
    1) Did you exit AWM before the scheduled job started? You must exit AWM before the jobs starts as the job will try to attach the AW in read-write mode which is the default mode used by AWM. Therefore, if you are still in AWM when the job starts the job will fail. Usually you will get a more helpful error message that says something like "unable to attach AW".
    2) Try scheduling the job one hour in the future. Then start Enterprise Manager and look at the job queue. You should find a job with the prefix AW$ which will be your job. Look at the details for the job and make sure the program to be executed looks correct, ie it actually contains a program and a name of a cube/dimension. I created a job once, that for some reason did not contain a PL/SQL command block. No idea why.
    3) If the PL/SQL block is present try running it from the command line and see what happens, login in to SQLPlus as the same user as you use for AWM.
    Hope this helps
    Keith Laker
    Oracle EMEA Consulting
    BI Blog: http://oraclebi.blogspot.com/
    DM Blog: http://oracledmt.blogspot.com/
    BI on Oracle: http://www.oracle.com/bi/
    BI on OTN: http://www.oracle.com/technology/products/bi/
    BI Samples: http://www.oracle.com/technology/products/bi/samples/

  • After updating my 3gs to ios5 nothing works properly the phone is slow, no service, rapid battery drain, excessive heat when in use for longer periods of time, does not connect to vehicle stereo through usb, and screen is on but not responding to control

    my 3gs battery dies rapidly and gives off excessive heat when in use no service anywhere, slow reponse time sometimes not at all like lights on but no one home, calls drop can text  no 3g can not connect to vehicle usb as a note i restored the phone from my back up

    Same problems, unfortunatley I updated to 5.0 1 hour before going on holiday for three weeks and no way to restore my phone to try to remove it.At the same time, drop outs, range problems and the most annoying was my music and apps were corrupted and would not function properly :-(

  • Date when the cube was filled with data for the last time

    Hi!
    We are using a SAP BW System and on top of it BOBJ for reporting. Within BEx Web Application Designer, it's very simple to access the data, when the cube was filled with data for the last time. Is it possible to access this information within BOBJ, too?
    Thanks for your help!
    Greetings
    Stefan

    Hallo Ingo,
    thanks for your answer. That was exactly what we were looking for.
    We will have to think about a workaround now.
    Greetings
    Stefan

  • Help me! AWM "maintain cube ... " performance: too slow with a small cube

    Hi all,
    I have 3 dimensions: TIMES, PRODUCTS, STORES
    The hierarchy of TIMES, is in the order: year, quarter, month, week, day
    The hierarchy of Products is in the order: sector, family, sub-family, product
    The hierarchy of STORES is in the order: area, department, store
    each hierarchy is mapped with a data set and the size is
    730 lines (days) for the TIMES dimension
    282 lines (products) for the PRODUCTS dimension
    237 lines (stores) for the STORES dimension
    With these dimensions, I create a cube and 2 measures: QUANTITY, BENEFIT
    My measures used all 3 dimensions : TIMES, PRODUCTS, STORES.
    I mapped in the end my cube with a dataset contains: store, day, product, quantity, benefit
    This data set has 3921 lines.
    I chosed the rule to aggregate all dimensions is SUM.
    So when I do "maintain cube...", AWM takes much time to do it! (approximately 2h to maintain my cube)
    Some one knows why it's long?
    How can I do to accelerate it?
    Due I modify the parameters in AWM or in my cube?
    Thanks in advance!

    thanks all for your reply!
    I done maintain cube already in following your advice. I increased the rollback and tmp space and changed "NUMBER to DECIMAL" as type of data of cube.
    But I have other question. I hope you can help me!
    1. What's the effect of the option "Choose the regions of the cube to be presummarized and stored in the analytic workspace" in the table "Summarize To" when you create a cube? If I check this option for all hierarchy level, the next time, when I do the request,
    the time of calcul will be optimize so fastest?
    (I check this option in creating my cube but when I make a request for level of a particular hierarchy, it's so long to have the result. I use a software this can connect and do request from Oracle Olap DataBase.)
    2. I done maintain cube last week. Today I created a new cube and added more data set. But I cant maintain cube again. This is the message error. Can you explain to me why?
    ( I increase already the rollback and tmp space. To know how and what I done, view this thread please!
    Error when I do "Maintain Cubes ..." )
    --------------------------------------java.sql.SQLException: ORA-00933: SQL command not properly ended
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:111)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:330)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:287)
    at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:742)
    at oracle.jdbc.driver.T4CStatement.doOall8(T4CStatement.java:206)
    at oracle.jdbc.driver.T4CStatement.executeForDescribe(T4CStatement.java:789)
    at oracle.jdbc.driver.OracleStatement.executeMaybeDescribe(OracleStatement.java:1030)
    at oracle.jdbc.driver.T4CStatement.executeMaybeDescribe(T4CStatement.java:829)
    at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1123)
    at oracle.jdbc.driver.OracleStatement.executeInternal(OracleStatement.java:1678)
    at oracle.jdbc.driver.OracleStatement.execute(OracleStatement.java:1644)
    at oracle.olap.awm.dataobject.dialog.olapcatalog.TableDialog.populateTableDataModel(TableDialog.java:164)
    at oracle.olap.awm.dataobject.dialog.olapcatalog.TableDialog.initialiseAndPopulate(TableDialog.java:68)
    at oracle.olap.awm.dataobject.dialog.olapcatalog.TableDialog.<init>(TableDialog.java:57)
    at oracle.olap.awm.wizard.awbuild.BuildWizardHelper.runBuild(BuildWizardHelper.java:252)
    at oracle.olap.awm.navigator.node.modeler.cube.ModelerMeasureNode.actionPerformed(ModelerMeasureNode.java:226)
    at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
    at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(Unknown Source)
    at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
    at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
    at javax.swing.AbstractButton.doClick(Unknown Source)
    at javax.swing.plaf.basic.BasicMenuItemUI.doClick(Unknown Source)
    at javax.swing.plaf.basic.BasicMenuItemUI$MouseInputHandler.mouseReleased(Unknown Source)
    at java.awt.Component.processMouseEvent(Unknown Source)
    at java.awt.Component.processEvent(Unknown Source)
    at java.awt.Container.processEvent(Unknown Source)
    at java.awt.Component.dispatchEventImpl(Unknown Source)
    at java.awt.Container.dispatchEventImpl(Unknown Source)
    at java.awt.Component.dispatchEvent(Unknown Source)
    at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
    at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
    at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
    at java.awt.Container.dispatchEventImpl(Unknown Source)
    at java.awt.Window.dispatchEventImpl(Unknown Source)
    at java.awt.Component.dispatchEvent(Unknown Source)
    at java.awt.EventQueue.dispatchEvent(Unknown Source)
    at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.run(Unknown Source)
    Thanks in advance!

  • Maintain Cube Not Working

    Brijesh,
    I built my dimensions, levels and heirarchies successfully and also created cube. Now that I've built my measures and run the maintainance, I'm not seeing any values in them even though I know I should.
    Based on my mapping, the keys from the fact are going to the right dimensions (and I even made a simplier, just one dimension --> measure cube as well), but no success. There are cases where I know I shouldn't get any data (based on selected values), but when I make valid selection I see only 0.00 being displayed.
    Can you tell where I may have gone wrong here? Are the values made available for selection (the attributes) ONLY supposed to be the same one-to-one values available in the fact table?
    **I'm using the simple SUM aggregate function for my measures, and pretty much all the default configurations given.
    Brijesh Gaur
    Posts: 416
    Registered: 04/03/08
    Re: where are dimension attributes in AWM - cube viewer?
    Posted: Nov 10, 2009 3:21 AM in response to: mikeyp Reply
    Attribute is something related to dimension. They are purely the property of the dimension and not the fact. Now you said the data is not visible in the cube and you are getting 0.00 even with a simplier case(one dimensional cube). There are many causes of the value not shown in the cube and some are mentioned below
    1. All records are rejcted in the cube maintaince process. For this you can check olapsys.xml_log_log table and see if you can find any rejected records.
    2. There is some breakage in the hierarchy of the dimension. It also prevents data from summing up.
    Did you tried with the global sample available on OTN? That should be good starting point for you.
    You can check the cube as below to find out it is loaded or not. Consider your one dimensional cube. Find out a member which is existing in the dimension and also has some fact value associated with it.
    1. Now limit your dimension to that value like this
    lmt <dim name> to '<value>'
    For compressed composite cube
    2. Now check data in the cube like this
    rpr cubename_prt_topvar
    for uncompressed cube you should do
    rpr cubename_stored
    #2 should show the same value which is available in the fact.
    Thanks,
    Brijesh
    mikeyp
    Posts: 14
    Registered: 09/22/09
    Re: where are dimension attributes in AWM - cube viewer?
    Posted: Nov 13, 2009 1:24 PM in response to: Brijesh Gaur Edit Reply
    Brijesh,
    Thanks for your suggestions, and here are my results based on that.
    1. No records rejected after running cube maintenance
    2. I didn't limit my dimension to specific value as you recommended, but made my member the same as my Long and Short description attributes using AWM. (Its a flat dimension i.e. no level or hierarchy since the dimension only has one value/meaningful field.
    Based on those steps, I still didn't get the results I was looking for. The fact table has five values for that one dimension and I'm seeing 0.00 for 4 of them, and an inaccurate value for the last one. (this after doing comparison with simple aggregate query against fact)
    Do you have any other possible reasons/solutions?
    **Loading the Global Schema into our dev environment is out of my hands unfortunately, so that's the reason for the prolonged learning curve.

    Brijesh,
    Here's the results of what you suggested:
    1. Creating test dim and fact table with simple case you provided was successful, and AWM was able to map the same values to cube which was created on top of that model.
    2. I took it a step further and changed dim values to be same like existing dim table
    2.b. Also replaced test fact table values to mimic existing values as well so it would match what's available in dim table, and here's where the fun / mystery begins
    Scenario 1:
    I created fact like this...........select dim value, sum(msr) from <existing fact table>
    As you can easily tell, my values were already aggregated in the table, and they also match perfectly in cube created by AWM - no issue.
    Scenario 2:
    Created fact like this............select dim value, msr from <existing fact table>
    Quite clear is that my values are no longer aggregated, and broken down across multiple occurences of dim values; did this so that I can verify that the "sum" will actually work when used in AWM.
    The results from scenario 2 lead me back to same issue being faced before - i.e. the values weren't being rolled up when the cube was created. No records were rejected, and there was only ONE measure value showing up (and it was still incorrect), and everything else was 0.00
    I retrieved this error from the command program that runs in the background. This was generated right after running the maintain cube:
    <the system time> TRACE: In oracle.dss.metadataManager.............MDMMetadataProviderImpl92::..........MetadataProvider is created
    <the system time> PROBLEM: In oracle.dss.metadataManager.........MDMMetadataProviderImpl92::fillOlapObjectModel: Unable to retrieve AW metadata. Reason ORA-942
    BI Beans Graph version [3.2.3.0.28]
    <the system time> PROBLEM: In oracle.dss.graph.GraphControllerAdapter::public void perspectiveEvent( TDGEvent event ): inappropriate data: partial data is null
    <the system time> PROBLEM: In oracle.dss.graph.BILableLayout::logTruncatedError: legend text truncated
    Please tell me this helps shed some light on the main reason for no values coming back; we really need to move forward with using Oracle cubes where we are.
    Thanks
    Mike

  • AWM maintain CUBE not refreshing data

    Hi,
    I have refreshed the data that feeds my CUBE and it seems as if AWM is not deleting old CUBE data, when I view the source table for the CUBE in the mapping I can see there is only 1 row but after I maintain CUBE and tick the delete dimension members checkboxes and run process immediately in this session the original data exists. Any help appreciated.
    Cheers,
    Brandon

    hello brandon,
    my solution is quite awkward but it works:
    you have to maintain the cube's measure data where the result would be 0 processed data(wierd huh?).
    To do that you, you can empty one of the dimension's data(members) by emptying the table/view that it is mapped to, giving you a memberless dimension. Then maintain the cube's measures(do not include dimensions). This will give you a result of 0 processed data, and all records are rejected, all the while emptying the cube.
    Then fill back the table/view that is mapped to the memberless dimenstion with data again so it will have its members back when you re-maintain it, then maintain cube data again.
    There's probably a more elegant solution out there, but this one works for sure.

  • Why does my audio quality drop big time when I use the compressor to compress my final cut studio project?

    Hi,
    When I'm working on a project, my audio sounds great but once I put my project though the compressor it looses it's volume big time when I play the DVD on a DVD player or computer. Where does the problem lie? How do I maintain the smae quailty of audio on the finished DVD?
    thanks in advance,
    Iki

    You'll need to duplicate the Dolby Digital preset then alter the duplicate so that the DialNorm setting is -31dbfs and the Compression is set to NONE. Use the new, custom preset to create an ac3 file with the same output levels you had in your FCP Sequence.
    -DH

  • Bulging Battery / excessive heat when charging

    Hello,
    I have a bit of a problem with my blackberry:
    1. Annoying unread messages that won't go away
    2. Excessive Heat when charging
    3. Bulging Battery
    Do you guys thinks that this warrants for a warranty exchange? Or is it ok for me to keep using it?

    With annoying unread messages, you have to deal it with your carrier if its SMS or email provider if its email.
    With bulging battery and excessive heat when charging - please refrain from using your phone while charging OR you may look for the best Blackberry charger (Model: PSMC04A) because the output is 700mA unlike the charger that came with your phone, its only 200-450mA. This is not meant to use while you are charging but because its a pretty fast charger, it doesnt take much time to complete the 100%
    Click "Accept as Solution" if your problem is solved. To give thanks, click thumbs up Blackberry Battery Saving Tips | Follow me on Twitter

  • Problem Maintaining CUBE using AWM

    when i am trying to maintain cube using AWM. Primarily there was no problem the maintain task is running well. But now after 3 or 4 days when i am trying to maintain my Cube. I am getting an error massage "ORA-00933: SQL command not properly ended". this error massage is generated for new cube and previously maintained cube too. I don't understand why this error has been generated? Please . help me if anyone recover this error.

    Hi,
    You are probably hitting a bug 5757454. Please do the following to solve the problem:
    1. delete * from olapsys.xml_load_log;
    2. drop SEQUENCE "OLAPSYS"."XML_LOADID_SEQUENCE" ;
    -- This is how the sequence was defined in OH/olap/admin/cmwinst.sql originally
    --create sequence XML_LOADID_SEQUENCE;
    -- In testing, we used the following explicit statement instead of the above one:
    create SEQUENCE "OLAPSYS"."XML_LOADID_SEQUENCE" MINVALUE 1 MAXVALUE
    999999999999999999999999999 INCREMENT BY 1 START WITH 1 CACHE 20 NOORDER NOCYCLE ;
    3. The following line is VERY important:
    grant select on olapsys.XML_LOADID_SEQUENCE to public;
    4. Now try to maintain a dimension, cube or AW.
    It worked for me :)
    Regards,
    Jarek Przybyszewski

  • Problem maintaining cube

    Hi there,
    I have a 2 dimensions with the following levels and hierarchies
    CALENDAR_YEAR:
    Levels:
    YEAR
    Hierarchy CALENDAR:
    YEAR
    LOCATION:
    Levels:
    ALL_LOCATIONS
    CONTINENT
    COUNTRY
    Hierarchy PLACE:
    ALL_LOCATIONS <--- CONTINENT <--- COUNTRY(default)
    I created a star schema by sqlplus commandline using create table scrypts. The star schema consists of 2 dimensions as tables locations,*years* with primary keys NUMBER type ids and a fact table with primary key 2 foreign keys:
    1) year pointing to primary key of years and
    2) country pointing to primary key of locations.
    This fact table has only 1 measure.
    I already created the dimensions and the cube on awm.
    I also did the mappings as they should be.
    But, when i try to maintain the cube, an error occurs saying this:
    An error has occurred on the server
    Error class: Express Failure
    Server error descriptions:
    INI: Error creating a definition manager, Generic at TxsOqConnection::generic<BuildProcess>
    INI: XOQ-01711: Aggregation path for hierarchies on a dimension "LOCATION" is inconsistent, Generic at TxsOqStdFormCommand::execute
    at oracle.olapi.data.source.DataProvider.callGeneric(Unknown Source)
    at oracle.olapi.data.source.DataProvider.callGeneric(Unknown Source)
    at oracle.olapi.data.source.DataProvider.executeBuild(Unknown Source)
    at oracle.olap.awm.wizard.awbuild.UBuildWizardHelper$1.construct(Unknown Source)
    at oracle.olap.awm.ui.SwingWorker$2.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)
    Any ideas on how to solve this?
    Note: I don't have a Metalink and i don't need to have one!

    i created the tables locations,years with the scrypts:
    CREATE TABLE LOCATIONS
    (COUNTRY_KEY varchar2(44) NOT NULL,
    COUNTRY_NAME varchar2(54),
    CONTINENT_KEY varchar2(20) NOT NULL,
    CONTINENT_NAME varchar2(30),
    COUNTRY_ID NUMBER,
    CONTINENT_ID NUMBER NOT NULL,
    PRIMARY KEY(COUNTRY_ID)
    CREATE TABLE YEARS
    (CALENDAR_YEAR_KEY NUMBER NOT NULL,
    CALENDAR_YEAR_NAME varchar2(40),
    CALENDAR_YEAR_TIME_SPAN NUMBER,
    CALENDAR_YEAR_END_DATE DATE,
    PRIMARY KEY(CALENDAR_YEAR_KEY)
    I also created a name table as the fact table with this scrypt:
    CREATE TABLE NAME
    (SALES NUMBER,
    YEAR NUMBER,
    COUNTRY NUMBER,
    PRIMARY KEY(YEAR,COUNTRY),
    FOREIGN KEY (YEAR) REFERENCES YEARS(CALENDAR_YEAR_KEY),
    FOREIGN KEY (COUNTRY) REFERENCES LOCATIONS(COUNTRY_ID)
    Then i loaded my data (It is certain that they are loaded as i checked it). All these are done by sqlplus on user olaptrain(from tutorial).
    After these i created on 11.1.0.7B AWM THE 2 DIMENSIONS: CALENDAR_YEAR,LOCATION
    The mappings for them are:
    CALENDAR_YEAR:
    Member --> OLAPTRAIN.YEARS.CALENDAR_YEAR_KEY
    Long Desc --> OLAPTRAIN.YEARS.CALENDAR_YEAR_NAME
    Short Desc --> OLAPTRAIN.YEARS.CALENDAR_YEAR_NAME
    time_span --> OLAPTRAIN.YEARS.CALENDAR_YEAR_TIME_SPAN
    end_date --> OLAPTRAIN.YEARS.CALENDAR_YEAR_END_DATE
    LOCATION:
    ALL_LOCATIONS
    Member --> 'ALL_LOCATIONS'
    Long Desc --> 'All locations'
    Short Desc --> 'All locations'
    CONTINENT
    Member --> OLAPTRAIN.LOCATIONS.CONTINENT_ID
    Long Desc --> OLAPTRAIN.LOCATIONS.CONTINENT_NAME
    Short Desc --> OLAPTRAIN.LOCATIONS.CONTINENT_NAME
    COUNTRY
    Member --> OLAPTRAIN.LOCATIONS.COUNTRY_ID
    Long Desc --> OLAPTRAIN.LOCATIONS.COUNTRY_NAME
    Short Desc --> OLAPTRAIN.LOCATIONS.COUNTRY_NAME
    For the levels and hierarchies look on previous post. Also here are the mappings for the cube:
    SALES
    Sales --> OLAPTRAIN.NAME.SALES
    DIMENSIONS
    CALENDAR_YEAR
    Year --> OLAPTRAIN.YEARS.CALENDAR_YEAR_KEY
    join condition --> OLAPTRAIN.NAME.YEAR=OLAPTRAIN.YEARS.CALENDAR_YEAR_KEY
    COUNTRY
    ALL_LOCATIONS
    CONTINENT
    COUNTRY --> OLAPTRAIN.LOCATIONS.COUNTRY_ID
    Join condition --> OLAPTRAIN.NAME.COUNTRY=OLAPTRAIN.LOCATIONS.COUNTRY_ID
    When i press maintain cube the following error appears:
    Error class: Express Failure
    Server error descriptions:
    INI: Error creating a definition manager, Generic at TxsOqConnection::generic<BuildProcess>
    INI: XOQ-01711: Aggregation path for hierarchies on a dimension "LOCATION" is inconsistent, Generic at TxsOqStdFormCommand::execute
    Could you help me solve this? I have been working on this for 3 days but still i cannot find a solution!
    Edited by: spiros on 1 Ιουν 2009 4:46 πμ

  • Maintain CUBE - Does this refresh all dimensions as well

    Hi,
    When a CUBE is maintained from AWM 102020A, does this refresh all the dimensions linked to the CUBE or do we have to maintain each dimension first before the CUBE ?
    Cheers,
    Brandon

    the dimensions will be automatically maintained based on the latest data on the tables as per the mapping.. maintaining the cube does it all.

  • How can I save to the same map every time when printing pdfs?

    How can I save to the same map every time when printing pdfs?
    Finder points to the document map even when I chose a different map recently.
    I often print series of pdfs from the print dialog box, I'd like to choose the map to save to and then have all subsequent pdf prints automatically directed to the same map until I decide otherwise.

    that link seems to be broken right now:
    403 Error - Forbidden  - No cred, dude.

  • Some times when I press the home button to read my finger the screen becomes black and it shows the Apple logo, this take a few seconds to get back the screen and this has been happening even 3 or 4 times in a row!   What should I do?

    Some times when I press the home button to read my finger the screen becomes black and it shows the Apple logo, this take a few seconds to get back the screen and this has been happening even 3 or 4 times in a row!
    What should I do?

    Basic troubleshooting from the User's Guide is reset, restart, restore (first from backup then as new).  Try each of these in order until the issue is resolved.

  • I am updating iphoto 9.1 to 9.3 and every time when I clicked for update aps store asked to open it in the account where you purchased. I am using the same account and its available in the purchased item of this account. Can someone resolve this problem.

    I am updating iphoto 9.1 to 9.3 and every time when I clicked for update aps store asked to open it in the account where you purchased. I am using the same account and its available in the purchased item of this account. But in my purchased item library it indicates that you update iPhoto. I am not sure which account the aps store asking. Can someone resolve this problem.

    Contact App Store support. They're the folks who can help with Account issues.
    Regards
    TD

Maybe you are looking for

  • Need to revert a universal app to iphone in iTunes connect

    The question is can we replace a Universal App with and Iphone app in iTunes connect and what are the steps. In this case the iPhone app is the app the Universal app replaced in the first place. Our client claims you cannot replace a Universal app wi

  • How to get mail title when opening attached file

    Hello, I'm using thunderbird v15.0.1, and I would like to collect and sort all attached files I received along name of the email senders. I succeeded to plug my application to thunderbird which "on demand" is able to download the attached file in a g

  • FrontRow and movies

    My turn to ask for some help. When I try to use FrontRow to watch movies, not DVDs, all I get is the spinning cursor. No list of the movies in my Movie folder, just the spinning cursor that goes on for minutes, I can't backup with the remote button.

  • Maillist .mac mail blocked!!!  How to fix

    All .mac mail to a specific mailing list (Leica Users Group) has been blocked since some time last Saturday, and so far we haven't been able to get it resolved. HELP!! How do we .mac subscribers to this list get back on, and get the block lifted? Tha

  • Floating Textedit 'save' window ghost

    I have had this issue since I upgraded to Lion. Textedit keeps a 'save' floating window open in the lower left corner of the screen. The only thing visible is a disembodied "File Format" and a dropdown. I can't get rid of it and it's not linked to an