BIB-9509 OLAPI error viewing cubes data

Hi, I'm using 11.1.0.7 Oracle Server and AWM 11.1.0.7.0B. Last week I created a cube, mantained it and I could view all the data. Today when I try to view the cube data I get this error:
An error has occurred on the server
Error class: OLAPI
Server error descriptions:
DPR: Unable to create server cursor, Generic at TxsOqDefinitionManager::crtCurMgrs4
OES: ORA-00600: internal error code, arguments: xscbTest, 18446744073709551615], [, ], [, ], [, ], [, ], [, []
, Generic at TxsRdbSQLQuery::absolute()
at oracle.dss.dataSource.QueryEvaluator.setUpCursors(QueryEvaluator.java:3979)
at oracle.dss.dataSource.QueryEvaluator._setUpCursorsForMainQuery(QueryEvaluator.java:2822)
at oracle.dss.dataSource.QueryEvaluator.getCursorForCube(QueryEvaluator.java:2854)
at oracle.dss.dataSource.QueryEvaluator.createCubeAndCursor(QueryEvaluator.java:1234)
at oracle.dss.dataSource.MainQueryEvaluator.createCubeAndCursor(MainQueryEvaluator.java:171)
at oracle.dss.dataSource.QueryServer.createCubeAndCursor(QueryServer.java:3863)
at oracle.dss.dataSource.QueryServer._createCommonQuery(QueryServer.java:3822)
at oracle.dss.dataSource.QueryServer._initCubeQuery(QueryServer.java:3702)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at oracle.dss.util.Operation.execute(Operation.java:72)
at oracle.dss.dataSource.OperationQueue.update(OperationQueue.java:68)
at oracle.dss.dataSource.common.BaseOperationQueue.addOperation(BaseOperationQueue.java:176)
at oracle.dss.dataSource.common.BaseOperationQueue.addOperation(BaseOperationQueue.java:146)
at oracle.dss.dataSource.QueryServer.queueOperation(QueryServer.java:7079)
at oracle.dss.dataSource.QueryServer.initCubeQuery(QueryServer.java:3652)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at oracle.dss.util.Operation.execute(Operation.java:72)
at oracle.dss.dataSource.QueryManagerServer.sendQueue(QueryManagerServer.java:2001)
at oracle.dss.dataSource.common.OperationQueue.update(OperationQueue.java:207)
at oracle.dss.dataSource.common.BaseOperationQueue.addOperation(BaseOperationQueue.java:176)
at oracle.dss.dataSource.common.BaseOperationQueue.addOperation(BaseOperationQueue.java:146)
at oracle.dss.dataSource.client.QueryClient._initCubeQuery(QueryClient.java:2385)
at oracle.dss.dataSource.client.QueryClient.initCubeQuery(QueryClient.java:2368)
at oracle.olap.awm.dataobject.dialog.olapi.UBiBeanUtil.doQueryTop3(Unknown Source)
at oracle.olap.awm.dataobject.dialog.olapi.UBiBeanUtil.showCrosstab(Unknown Source)
at oracle.olap.awm.dataobject.dialog.olapi.UBiBeanUtil.showData(Unknown Source)
at oracle.olap.awm.navigator.node.olapi.UCubeNode.actionPerformed(Unknown Source)
at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
at javax.swing.AbstractButton$Handler.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$Handler.mouseReleased(Unknown Source)
at java.awt.Component.processMouseEvent(Unknown Source)
at javax.swing.JComponent.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.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(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)
anyone can help me??

It is clearly a database bug. It could be related to
Bug 7329946 - ORA-600 [XSCBTEST] WHEN TRYING TO VIEW CUBE DATA WITH AWM DATA VIEWER
The AWM data viewer uses the BI Beans code, so it is probably the same thing. It is related to
Bug 8719947 - CC CRASHES WHEN THERE IS NEGATIVE VALUES IN CCINCR TUPLES
My advice is to raise a service request so that you can supply proper trace file information and can get a patch for your specific platform.
For a faster response to OLAP server related problems you could post to the OLAP Forum
OLAP

Similar Messages

  • Cannot view cube data in mmeasure data viewer

    I am using AWM(10.2.3A) with Oracle EE 10g(10.2.1)with the appr patchset(for enabling OLAP option).
    I have created dimensions(time,product),cube (cube1),measures (sales) in a AW,
    and mapped it to the source tables as well.
    in time dimension,i created levels like,year,quarter,month
    in product i created just 1 level,drink.
    time i mapped to a year_table table which i created as follows:
    create table year_table(yid number,year varchar2(30),qid number,qtr varchar2(30),mid number primary key,month varchar2(30));
    product i mapped to product_table which i created as follows:
    create table product_table(pid number primary key,product varchar2(30));
    sales i mapped to sales_table which i created as follows:
    create table sales_table(id number primary key,mid number,pid number,sales number));
    for all tables i inserted values.
    when i did a maintain on AW,it was successfull.
    after maintaining ,when i try to view data on my cube,using Measure Data Viewer,
    I was able to see my dimensions,but no data.
    also in AWM right hand canvas in mappings when i do a right click on my fact table(for cube mapping) i am not able to see the. data.
    Can anybody help me in this regarrd.

    If you check the OLAPSYS.XML_LOAD_LOG table you will find the log for your build. Did you manage to load any dimension members? The log will tell you how many records were loaded and how many were rejected.
    It is strange that you cannot view the source data from your fact table. Try launching AWM using the AWMC.EXE file. This will launch AWM via a command window. All error messages will be recorded in this window. Try viewing the data from your source table and see if any additional error messages are recorded in the log window.
    One thought - when you connect to AWM do you provide a full JDBC connect string (host:port:sid) or do you supply a TNSNAME entry? Try using the JDBC connection string and see if that resolves the problem.
    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/

  • BIB-9509 OLAP can't create cursor

    Hi, I have this BIB-9509 when I try to create a report or graphic.
    I've seen when I use a fact table with 2 or 3 dimensional tables the Bi Beans work without problem but when I use more than 4 dimensional tables I find the BIB-9509 error.
    Anyone know about that.
    Thanks
    Javier

    The errormessages for BI Beans can be found in JDeveloper under the Help menu-> BI Beans Help Contents-> BI Beans Reference-> BI Beans Error Messages. This one shows following:
    BIB-9509 Oracle OLAP did not create cursor.
    Cause: An error occurred in Oracle OLAP during the creation of the cursor for use on the client.
    Action: Check the underlying error stack to find the root cause of the problem.
    Essentially, an error is returned from OLAP. The error should be listed further down in the error messages. Most likely there is a problem with your metadata for the dimension you added.

  • Error in cube data

    Hi experts!!!
    I load data to a cube which contains monthly value and YTD keyfigures.Monthly value is calculated in start routines while data is being loaded from DSO to cube.
    Monthly value of cube = YTD value of cube for present month-YTD value of past month AVAILABLE in DSO...This is logic they used in start routine....
    other info: DSO gets data from one datasource...and have three transformations and three DTPs....
    One set of transformation is to cube.....two are self update involving routines....
    now my problem is....until may everything is fine...YTD and Monthly value of cube differ which is normal...but for June suddenly,they became same...which is wrong.....
    when I investigated I found out that YTD value of previous month from DSO became zero....
    The same logic,routine is available in Quality and Dev...there its working fine...
    How can I fix this issue....
    Rgds.
    P Olin

    Hello Hitesh
    SAP accepts the date format in YYYYMMDD, so in the routine where you have concatenate the day month year...just do it in reverse order.....
    Thanks
    Tripple k

  • BIB-9509 on Cube Viewer

    After generating a cube with 4 dimensions, the error message below was returned. When only using 3 dimensions everything was fine. Now I can't view any cubes, either 3 or 4 dimensions.
    BIB-9509 The Olap Service did not create cursor.
    oracle.express.ExpressServerExceptionError class: OLAPI
    Server error descriptions:
    DPR: Unable to create server cursor, Generic at
    TxsOqDefinitionManager::createCursorManager
    SEL: Unable to generate an execution plan for the query, Generic at
    TxsOqExecutionPlanGenerator::generate(TxsOqSourceSnapshot*)
    SEL: Unexpected error occurred. Contact Oracle Support! Generic at null

    I have Win2K SP2, upgraded to 9.2.0.4 to be ready for the unreleased AWM and OWB.
    All components show valid, but OEM shows a red bell rather than the cube, so when I try to refresh I get the same message as you.
    catpatch.log shows two errors:
    First,
    Table altered.
    data_type varchar2(106)
    ERROR at line 2:
    ORA-01439: column to be modified must be empty to change datatype
    But, there is no clue as to which table 'must be empty'.
    Then,
    Package body created.
    No errors.
    BEGIN cwm2_olap_metadata_refresh.mr_refresh; END;
    ERROR at line 1:
    ORA-01722: invalid number
    ORA-06512: at "OLAPSYS.CWM2_OLAP_METADATA_REFRESH", line 1240
    ORA-06512: at line 1
    Session altered.
    PL/SQL procedure successfully completed.
    PL/SQL procedure successfully completed.
    Session altered.
    TIMESTAMP ---------------------------------------------------------
    COMP_TIMESTAMP AMD 25-AUG-03 03.55.36.972000000 PM -05:00
    Then with olapsys user I ran postamd.sql and it reports one invalid dimension (CWM type) which shows valid in the olap catalog, ran CWM procedures to 'validate' the already valid dimension but no luck so far.
    I plan to back and troubleshoot with the catpatch.sql see if I can catch the first error.
    Richard:
    So, if you remove awdemo the problem goes away, have you tried to re-install awdemo and see the behavior ?
    Pedro Garza

  • Error in Running a dimension ( BIB-9509 Oracle OLAP did not create cursor.)

    oracle.dss.dataSource.common.QueryRuntimeException: BIB-9509 Oracle OLAP did not create cursor.
    oracle.express.ExpressServerExceptionError class: OLAPI
    Server error descriptions:
    DPR: Unable to create server cursor, Generic at TxsOqDefinitionManagerSince9202::crtCurMgrs4
    OES: ORA-00938: not enough arguments for function
    , Generic at TxsRdbRandomAccessQuery::TxsRdbRandomAccessQuery
    help is appreciated
    Thanks, Prasad

    This is the patch: 2529822
    "Best Practices for Tabular Cube Aggregation & Query Operations". Thanks very much for your advice.
    I followed the instructions in the document, but it did not seem to make a difference when
    trying to follow the tutorial instructions and using the SALES measure.
    However, I selected the stock price measures and it worked ok.
    Is there a size limit here? I am looking at Oracle OLAP and BIBeans to replace our Cognos installation,
    which is expensive and unreliable on unix. Of course our managers and customers want every dimension
    across a huge fact table to be available for end users...

  • BIB-9509 Oracle OLAP did not create cursor.

    I am getting following error. How can this be resolved?
    BIB-9509 Oracle OLAP did not create cursor.
    oracle.express.ExpressServerExceptionError class: OLAPI
    Server error descriptions:
    DPR: Unable to create server cursor, Generic at TxsOqDefinitionManagerSince9202::crtCurMgrs4
    OES: ORA-34612: Your program or expression uses too much execution space. Eliminate recursion or reduce the levels of nesting.
    , Generic at TxsRdbSQLQuery::absolute()

    Hello.
    I have the same problem when trying to view Cube's data an d i'm new with OLAP.
    PR: Unable to create server cursor, Generic la TxsOqDefinitionManagerSince9202::crtCurMgrs4
    OES: ORA-00902: invalid datatype
    , Generic la TxsRdbRandomAccessQuery::TxsRdbRandomAccessQuery.
    Did you find e solution?
    Thanks.

  • ORA-00600: internal error code While trying to view cube

    While trying to view cube, i encounter the following error
    oracle.dss.dataSource.common.QueryRuntimeException: BIB-9509 Oracle OLAP did not create cursor.
    oracle.express.idl.util.OlapiException: java.sql.SQLException: ORA-00600: internal error code, arguments: [xsLMapCrtAddPhrase01], [], [], [], [], [], [], [], [], [], [], []
    ORA-06512: at "SYS.GENDEFINITIONMANAGERINTERFACE", line 42
    ORA-06512: at line 1
    oracle.dss.dataSource.common.OLAPException: BIB-9509 Oracle OLAP did not create cursor.
    oracle.express.idl.util.OlapiException: java.sql.SQLException: ORA-00600: internal error code, arguments: [xsLMapCrtAddPhrase01], [], [], [], [], [], [], [], [], [], [], []
    ORA-06512: at "SYS.GENDEFINITIONMANAGERINTERFACE", line 42
    ORA-06512: at line 1
    oracle.express.idl.util.OlapiException: java.sql.SQLException: ORA-00600: internal error code, arguments: [xsLMapCrtAddPhrase01], [], [], [], [], [], [], [], [], [], [], []
    ORA-06512: at "SYS.GENDEFINITIONMANAGERINTERFACE", line 42
    ORA-06512: at line 1
    at oracle.dss.dataSource.common.QueryDataDirector.addDataDirectorListener(QueryDataDirector.java:795)
    at oracle.dss.dataView.ModelAdapter.setDataDirector(ModelAdapter.java:173)
    at oracle.dss.crosstab.CrosstabModelAdapter.setDataSource(CrosstabModelAdapter.java:54)
    at oracle.dss.dataView.Dataview.setDataSource(Dataview.java:396)
    at oracle.olap.awm.dataobject.dialog.olapi.UBiBeanUtil.getCrosstab(Unknown Source)
    at oracle.olap.awm.dataobject.dialog.olapi.UBiBeanUtil.showCrosstab(Unknown Source)
    at oracle.olap.awm.dataobject.dialog.olapi.UBiBeanUtil.showData(Unknown Source)
    at oracle.olap.awm.navigator.node.olapi.UCubeNode.actionPerformed(Unknown Source)
    at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
    at javax.swing.AbstractButton$Handler.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$Handler.mouseReleased(Unknown Source)
    at java.awt.Component.processMouseEvent(Unknown Source)
    at javax.swing.JComponent.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.pumpOneEventForFilters(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForFilter(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)
    This is with a simple cube with only one dimension. i had created the same cube earlier with 10 dimensions but same error occurred. i felt it had to do with my setup of the cube. I have recreated the cube a couple of times with different names but same error exists. interestingly all dimensions are viewable after maintenance.
    I am begining to doubt the efficacy of AWM + oracle OLAP in use for a production environment. i have been at this for quite some time but no solution yet. please i would appreciate anyhelp

    Have you ever had any cube working in this environment? yes. i had created multiple versions of the same cube with fewer dimensions. I had created a cube (USAGE) with 5 dimensions, it worked. I later created same cube with 10 dimensions, that was the Genesis of the error. i had exported the eif file, deleted the awm, reimpored the awm, same errors. recreated the cube same error. i even tried recreating the cube wih one dimension but the same error persists.
    database is Release 11.1.0.7.0
    AWM standalone client :awm11.1.0.7.0B

  • BIB-9509 Oracle OLAP doesn't have  created the cursor

    Hello,
    I'm using Oracle Analytic Workspace Manager 10.1.0.4 on a database 10g enterprise edition 10.1.0.3.0.
    When I create a cube with more then 10 dimensions, it gives me the error:
    BIB-9509 Oracle OLAP non ha creato il cursore.
    oracle.express.idl.util.OlapiException
    oracle.dss.dataSource.common.OLAPException: BIB-9509 Oracle OLAP non ha creato il cursore.
    oracle.express.idl.util.OlapiException
    oracle.express.idl.util.OlapiException
    at oracle.dss.dataSource.QueryEvaluator.setUpCursors(QueryEvaluator.java:3645)
    at oracle.dss.dataSource.QueryEvaluator._setUpCursorsForMainQuery(QueryEvaluator.java:2547)
    at oracle.dss.dataSource.QueryEvaluator.getCursorForCube(QueryEvaluator.java:2579)
    at oracle.dss.dataSource.QueryEvaluator.createCubeAndCursor(QueryEvaluator.java:940)
    at oracle.dss.dataSource.MainQueryEvaluator.createCubeAndCursor(MainQueryEvaluator.java:144)
    at oracle.dss.dataSource.QueryServer.createCubeAndCursor(QueryServer.java:3698)
    at oracle.dss.dataSource.QueryServer._createCommonQuery(QueryServer.java:3681)
    at oracle.dss.dataSource.QueryServer._initCubeQuery(QueryServer.java:3561)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at oracle.dss.util.Operation.execute(Operation.java:72)
    at oracle.dss.dataSource.OperationQueue.update(OperationQueue.java:68)
    at oracle.dss.dataSource.common.BaseOperationQueue.addOperation(BaseOperationQueue.java:176)
    at oracle.dss.dataSource.common.BaseOperationQueue.addOperation(BaseOperationQueue.java:146)
    at oracle.dss.dataSource.QueryServer.queueOperation(QueryServer.java:6966)
    at oracle.dss.dataSource.QueryServer.initCubeQuery(QueryServer.java:3511)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at oracle.dss.util.Operation.execute(Operation.java:72)
    at oracle.dss.dataSource.QueryManagerServer.sendQueue(QueryManagerServer.java:1991)
    at oracle.dss.dataSource.common.OperationQueue.update(OperationQueue.java:207)
    at oracle.dss.dataSource.common.BaseOperationQueue.addOperation(BaseOperationQueue.java:176)
    at oracle.dss.dataSource.common.BaseOperationQueue.addOperation(BaseOperationQueue.java:146)
    at oracle.dss.dataSource.client.QueryClient._initCubeQuery(QueryClient.java:2335)
    at oracle.dss.dataSource.client.QueryClient.initCubeQuery(QueryClient.java:2318)
    at oracle.olap.awm.dataobject.dialog.modelview.measure.MeasureDataViewer.doQueryTop3(MeasureDataViewer.java:340)
    at oracle.olap.awm.dataobject.dialog.modelview.measure.MeasureDataViewer.showCrosstab(MeasureDataViewer.java:214)
    at oracle.olap.awm.dataobject.dialog.modelview.measure.MeasureDataViewer.showData(MeasureDataViewer.java:115)
    at oracle.olap.awm.navigator.node.modeler.cube.ModelerCubeNode.actionPerformed(ModelerCubeNode.java:334)
    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)
    Thank you.

    the patch for HP-UX is
    4163362      Oracle Database Family: Patchset
    10.1.0.4 PATCH SET FOR ORACLE DATABASE SERVER      10.1.0.4      18-MAY-2005      841M      View Readme
    you can download this from metalink
    Regards

  • BIB-9509 error when trying to create query on 7 Dimensional Measure

    PART1 of the text below -----------------------------
    Is there a limit on the ability to create a bibean query on measure that is associated with a large number of dimensions.
    Basically I am trying to create a bibean query on measure which has 7 dimensions.
    When I right mouse on my ProjectDesigner, I select 'New Query'
    The Query Wizard appears as expected, I follow all instructions on Step2 of the wizard.
    Step 2:
    A list appears of all the available measures and asscociated dimensions that can be used.
    I scroll down the list and sure enough my 7 dimensional measure is available.
    I select it and it places it the Right Box. I see a tree structure that shows me the measure
    and it's associated Dimensions and their heirarchies.
    Step 3:
    I cick on Next, then I enter the Layout page.
    The layout initally has 5 page dims, 1 across dim and 1 down dims. I can re-orientate the tiles to manipulate the layout with no problems
    Now when I press next I hit a big problem
    The wizard errors with the following problem
    BIB-9509 Oracle OLAP did not create cursor.
    oracle.express.ExpressServerExceptionError class: OLAPI
    Server error descriptions:
    DPR: Unable to create server cursor, Generic at TxsOqDefinitionManager::createCursorManager[i]Long postings are being truncated to ~1 kB at this time.

    PART 2 of the text below ------------------------------
    I re -tried all of the above with 1,2 and 3 dimensional measures and I had no problems whatsoever. I was able to complete the query and select the appropriate dimension values.
    The dimensional information is held in an Analytic workspace. I have created the correct Relational Views using OLAP TABLE and registered these views using the CWM2 packages, so they be viewed by BIBEANS/JDeveloper.
    Can anybody help me from the BIBEANS team thank you
    I have installed latest production JDEV and Bibeans 9.0.3.1035 and Oracle 9.2.0.2 with all the
    appropriate patches.
    WIN200 os with 512MB
    Can anybody help me from the BIBEANS team
    thank you
    Richard

  • BIB-9509  - Oracle olap can't create cursor

    Hi, I have this BIB-9509 when I try to create a report or graphic.
    I've seen when I use a fact table with 2 or 3 dimensional tables the Bi Beans work without problem but when I use more than 4 dimensional tables I find the BIB-9509 error.
    Anyone know about that.
    Thanks
    Javier

    Actually I am following the example downloaded from www.iafsoft.com. The example involves only a one dimensional cube which resides in Analytic Workspace. There's no problem at all in displaying cubes which reside in relational tables. The environment I have is:
    Oracle 9.2.0.2.1 (Enterprise Edition)
    JDeveloper 9.0.3
    Windows 2000 (SP2)
    256M memory
    In this environment JDeveloper can connect to the database, can access the catalog owned by BIBCAT, can display cubes owned by BIBDEMO, can query data residing in AW through OLAP_TABLE, and can also see the dimension prd and the measure sls in the presentation wizard.
    I am really stumped (for the last several days already) as to why JDeveloper can't display a simple 1 dimensional cube, especially that the same identical cube was demonstrated in the last Oralce OpenWorld few months back.
    Any help will be greatly appreciated!
    Thanks
    Don

  • OLAP error leading to  a corrupted AW during cube build

    Hi all
    My cube load keeps on crashing and the result is a corrupted AW. Sometimes it happens, sometimes it doesn't, thus it is very hard to pin point the cause of the problem
    I would like to emphasize that the Alert log and trace files contain general info about the issue but does not help in resolving the problem.
    Let me explain what is happening.
    I have 6 cubes A, B, C, D , E and F in "MY_AW" and all the cubes are populated via a single dbm_cube.build call as shown below
    DBMS_CUBE.BUILD('CUBE_A, CUBE_B, CUBE_C, CUBE_D, CUBE_E , CUBE F', 'C', FALSE, 5, TRUE, TRUE, FALSE);
    Here is a brief description of the cube structure
    a) CUBE_A, CUBE_B CUBE_C are partitioned along dimension A_A ( i.e. along the same dimension)
    b) CUBE_D is partitioned along dimension B_B ( i.e. along a different dimension)
    c) CUBE_E and CUBE_F' are NOT partitioned ( These cubes are really tiny, thus no need partitioning them)
    All 6 cubes are loaded on a daily basis. Initial reload load is always without any issues. Then the next , say 3 incremental loads would run successfully too.
    After that, any further incremental load generates an Oracle error ( as shown below) and the result is a corrupted AW.
    It is really frustrating because the error is inconsistent( i.e does not surface always) , although the cube structure is constant across all loads..
    Can anybody figure out what is happening here?
    Any help would be highly appreciated.
    ERROR at line 1:
    ORA-37162: OLAP error
    XOQ-01707: Oracle job "JOB$_7041" failed while executing slave build "*CUBE_F* USING (LOAD NO SYNCH, SOLVE) AS OF SCN 11027959160835" with error "37162: ORA-37162: OLAP error
    XOQ-00703: error executing OLAP DML command "(AW ATTACH MY_AW RO : ORA-01403: no data found )"
    ORA-06512: at "SYS.DBMS_CUBE", line 234
    ORA-06512: at "SYS.DBMS_CUBE", line 316
    ORA-06512: at line 1
    ORA-06512: at "SYS.DBMS_CUBE", line 234
    ORA-06512: at "SYS.DBMS_CUBE", line 287
    ORA-06512: at line 3
    Edited by: user9018701 on Jun 11, 2011 4:50 AM

    One recent source of AW corruption is
    BUG 8664896 - ORA-20000: ORU-10027: BUFFER OVERFLOW - AW VALIDATE
    A characteristic error of this bug (which you may see in the alert log) is
    +ORA-00600: internal error code, arguments: [xspggepGenPSErase05], [], [], []+
    This is fixed in the most recent 11g patches, as described by metalink note 1078454.1, so apply these may clear up the issue.
    I also see that you selecting the 'atomic' option in your call to dbms_cube.build. This means you may be a victim of
    BUG 11795047 - USING OLAP "ROLLBACK TO FREEZE" CAN DAMAGE AW
    The issue is that if you choose to run an atomic build and any error occurs during a slave process, then your AW may end up being corrupted. Choosing FALSE for the atomic argument would not fix the underlying error, but it may stop the subsequent AW corruption. As of writing the fix for this bug is not part of any public OLAP patch, so you would need to get a one-off patch through a service request.
    In either case I think a service request would be appropriate here since this is a serious error. You can mention my name if you like and I will help direct the problem to the appropriate developers.

  • OLAP vs OBIEE Cubes vs Data Warehouse Cubes

    Good afternoon,
    Could someone please tell me the difference between the cubes created using Oracle's Analytic Workspace Manager, the cubes created in OBIEE, and the ones created in Oracle Warehouse Builder? Do these all use Oracle's OLAP functionality, or are they different things?
    Thank you.

    I think by Datawarehouse cubes, you mean the traditional relational ROLAP cubes.
    It has been a long time now that OLAP engine was merged into Oracle database (starting with 9.2 version), so multidimensional MOLAP cubes can be created inside an Oracle-based DW as part of Aggregation strategy (in addition to MVs or instead of MVs) to improve query performance and simplify calculations.
    Some other points.
    (1). OWB can create both ROLAP cubes and MOLAP cubes. Even ODI has knowledge modules to create MOLAP (i.e., Oracle-OLAP) cubes.
    (2). OBIEE cannot create Oracle-OLAP cubes in the database. I think there is some new functionality to create Essbase cubes through OBIEE, but there is no out-of-the-box functionality to create Oracle-OLAP cubes through OBIEE.
    (3). The process to create Oracle-OLAP cubes using AWM and then import those into RPD is very simple. Starting with OBIEE 11.1.1.5, it understands oracle olap metadata in standard Oracle database dictionary. So when Oracle-OLAP cubes and dimensions are queried, obiee generates physical queries using OLAP_TABLE fuction, and that is how data is retrieved from OLAP engine into relational engine and then into BI server.
    (4). Oracle OLAP cubes are always created in Analytical workspace, which is a table prefixed by AW$. So one quick way is to check the tables in your schema and see if there is any table with AW$ prefix.
    You can also query Oracle-OLAP metadata to see what (if any) Aanalytical workspaces, MOLAP cubes and MOLAP dimensions exist in your database. Refer to Oracle OLAP Dictionary Views at http://docs.oracle.com/cd/E11882_01/olap.112/e17123/admin.htm#i1006325

  • Getting an error while viewing a data in owb

    Hi,
    I created an External table based on a flat file. But I am not able to view the data in the external table while the flat file has the data.
    I am using this external table as a source in my mapping but no data is getting loaded even after the successful execution of the mapping.I am getting the following error while viewing the data
    ORA-29913: error in executing ODCIEXTTABLEFETCH callout
    ORA-29400: data cartridge error
    KUP-04040: file ATLAS in ATLAS_LOCATION1 not found
    Please help me regarding this. I am new to the owb 11g.

    Thanks for you reply. Still I can't view the data. Actually what i did is imported a .csv file using files then created a external table configured , validated and deployed.In next step created a mapping with this excel this using table operator validated and genrated code. In next step using the control center manager i deployed it. But i can't view the data still in the external table.
    Is this procedure is correct for loading the excel sheet in to databse. My client environment is on windows xp and database is on linux environment.
    Please help me regarding this.I am new to owb.

  • When attempting to view the date track history for one employee, errors out

    Hi All
    When I attempt to view the date track history for one employee, it gives errors.
    To get the details, the navigation is :
    1. Search for employee xxxxxx
    2. click on Assignment button
    3. click on Date Track History.
    4. Receive error APP-DT-52554.
    5. Click OK on error message
    6. click on Full History button.
    7. Receive error APP-PAY-06153
    What could be the problem and how to solve this?
    Regards
    Rahman

    Sounds as if there is an inconsistency with the date tracked records. Can you check the records through TOAD or SQL Plus?
    Have alook at MetaLInk article 343070.1 which refers to the second error message.
    Regards
    Tim

Maybe you are looking for

  • Save text in a PO during creation

    Hi All, I need to save text in PO during PO creation. I am using the BADI ME_PROCESS_PO_CUST method:PROCESS_ITEM. My EBELN is blank here. I do have other required fields like text id, text name to use in SAVE_TEXT. Text needs to be saved before the P

  • XML  has data but PDF is not  displaying data

    Hi Gurus, I have one report  with excel and pdf out put . excel is working fine but pdf is not displaying data showing blank page  . both out puts are using same XML. Intresting thing is if I open  RTF  from  bi publisher desktop and load XML data th

  • Los all emails in all inboxes

    I connected my iphone 3GS to my macbook last night. I started syncing and I went to bed. I got up this morning and the only content in my inboxes was what came in over night. My inboxes were fine before the sync. I have checked on my three accounts v

  • Two Reports

    I want to generate two reports from one execution. One has to be default html and the other needs to be text (the text is basically for the reprots to be automatically picked up an analysis utility/tool. I am fowlloing an approach where I doubled the

  • Iphoto won't let me burn 3.1Gb of photos on a DVD with 5.0GB available. Why not?

    I'm trying to clean up my iphoto library and I finally got the pictures ready to burn and make some room, but I get  a message that there is not enough room on the DVD for the pictures. Accoreding to the info on the selected photos they are 3.1 GB an