RSALOC02 error in OLAP

We have recently started getting RSALOC02 system errors when running a dataload process. The thread below describes a solution using OWNSPACE but it's an old thread for Express 6.2.0.2.
ORACLE EXPRESS SERVER 6.2.0.2 SYSTEM ERROR RSALOC02
Does anyone know how/if OWNSPACE can be applied to dimensions created in AWM for Oracle OLAP 10g or 11g? or if there is an alternative?

Oracle Support NOTE says the following about this error:
System Error RSALOC02 While Mantain or Load a Cube [ID 464463.1]
     Modified 29-APR-2010 Type PROBLEM Status PUBLISHED      
Applies to:
Oracle OLAP - Version: 10.1.0.2 to 10.2.0.3 - Release: 10.1 to 10.2
Oracle Warehouse Builder - Version: 10.2.0.1 to 10.2.0.3 [Release: 10.2 to 10.2]
Information in this document applies to any platform.
Symptoms
When attempting to maintain an OLAP cube that has built in AWM or while loading data in a cube
from OWB, then the following errors occur in the alert.log file:
** OLAP Option logged the following system error
** SYSTEM ERROR RSALOC02 **
** along with process call stack, to tracefile
** e:\oracle\product\10.2.0\admin\dwh\udump\dwh_ora_1864.trc
Errors in file e:\oracle\product\10.2.0\admin\dwh\udump\dwh_ora_1864.trc:
ORA-00600: internal error code, arguments: [XSOOPS], [RSALOC02]
Errors in file e:\oracle\product\10.2.0\admin\dwh\udump\dwh_ora_1864.trc:
ORA-00600: internal error code, arguments: [xsCBTInit00], [0x025A7CC00]
ORA-00600: internal error code, arguments: [XSOOPS], [RSALOC02].
Cause
The xsCBTInit00 means that there is an out of ranspace.
Moreover, the RSALOC02 generally implies that the composite BTREE
(metadata which is kept around for each composite) has grown too large
for its ranspace, a special part of the database. This is a fixed limit
and depends on the density of the data in your composite.
Solution
1) Compress the composites using BTREE64.
For example:
1.1) log in AWM through the olap user owner
1.2) open the Olap Worksheet
1.3) type the following commands:
CONSIDER <composite Name>
CHGDFN <composite Name> BTREE64;
(CONSIDER to make that object definition the current definition)
(CHGDFN command enables you to change certain aspects of the definitions
of analytic workspace objects).
2) Use less dimensions in the composites (meaning that one or more dimensions of the composite is dense with respect to the others).
3) Reduce the complexity of the dimensions.
Using export and import commands,
then removing the density of the data
(density of the data means that the data are kept space not properly
due they are keeping cells sporadically).
For example:
considering "AWNAME" your AW and "myuser" your user.
3.1) Create a directory object, and grant the privileges with your user
that you are working (i.e.: myuser)
SQL> connect as sysdba
SQL> create directory my_dir as 'D:\temp_aw';
SQL> grant read, write on directory my_dir to myuser;
3.2) Export AW object: AWNAME
login as myuser in sqlplus
set serveroutput on
exec dbms_aw.execute('aw attach AWNAME ro');
exec dbms_aw.execute('limit name to all');
exec dbms_aw.execute('allstat');
exec dbms_aw.execute('export all to eif file ''my_dir/export_file_name.eif'' ');
exec dbms_aw.execute('aw detach AWNAME');
3.3) Drop AW object: AWNAME
exec dbms_aw.execute('aw delete AWNAME');
3.4) Create empty AW object
exec dbms_aw.execute('aw create AWNAME');
3.5) Import data
exec dbms_aw.execute('aw attach AWNAME');
exec dbms_aw.execute('import all from eif file ''my_dir/export_file_name.eif'' ');
exec dbms_aw.execute('update');
commit;
exec dbms_aw.execute('aw detach AWNAME');

Similar Messages

  • XOQ-00703: error executing OLAP DML command "(SYS.AWXML!R11_INITIALIZE_AW

    Hello!
    Just upgraded from 10.2.0.4 64 bit Windows to 11.2.0.2 64 bit OEL it test environment. DB Compatibility = 11.2.
    SQL> select comp_name,version,status from DBA_REGISTRY where comp_name like '%OLAP%';
    COMP_NAME
    VERSION STATUS
    OLAP Analytic Workspace
    11.2.0.2.0 VALID
    Oracle OLAP API
    11.2.0.2.0 VALID
    OLAP Catalog
    11.2.0.2.0 VALID
    Problem 1: We had 2 AWs in PROD on 10.2.0.4.We can not open any of them in 10g mode.
    Problem 2: When we are trying to create AW in 11G mode we receive this error: XOQ-00703: error executing OLAP DML command "(SYS.AWXML!R11_INITIALIZE_AW
    We have tried to rerun xumuts.plb under sys.
    Log contains following errors:
    =============================================
    BEGIN dbms_aw_build.build('EXPRESS', FALSE); END;
    ERROR at line 1:
    ORA-00600: internal error code, arguments: [xspg: RSALPAGE01], [8128], [], [],
    ORA-06512: at "SYS.DBMS_AW_BUILD", line 107
    ORA-06512: at line 1
    BEGIN dbms_aw_build.build('AWMD', TRUE); END;
    ERROR at line 1:
    ORA-34738: A severe problem has been detected. Analytic workspace operations
    have been disabled.
    ORA-06512: at "SYS.DBMS_AW_BUILD", line 107
    ORA-06512: at line 1
    ==========================================
    and so on for each system AW
    should we raise a SR or somebody has any idea?
    Big thx in advance!
    Regards,
    Kirill
    Edited by: Kirill on Jun 16, 2011 1:34 PM

    I think you should raise an SR on this issue.

  • Error during OLAP AW UPDATE

    Hi,
    I am using AWM 11.1.0.7.0B and the DB 11.1.0.7.0
    After every one or two days I am getting this error..Whenever I am maintaining the dimention I am getting the following error....
    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-00703: Error executing OLAP DML command "(UPDATE OCDM.OCDM : ORA-37605: error during OLAP AW UPDATE
    ORA-00600: internal error code, arguments: [xspggepGenPSErase01], [], [], [], [], [], [], [], [], [], [], []
    )", Generic at TxsOqAWManager::executeCommand
    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)
    For view data geting the error
    BIB-9509 Oracle OLAP did not create cursor.
    An error has occurred on the server
    Error class: Express Failure
    Server error descriptions:
    DPR: Unable to create server cursor, Generic at TxsOqDefinitionManager::crtCurMgrs4
    INI: XOQ-00703: Error executing OLAP DML command "(AW ATTACH OCDM.OCDM RO : ORA-34738: A severe problem has been detected. Analytic workspace operations have been disabled.
    )", Generic at TxsOqAWManager::executeCommand
    And when I am trying to detach or delete the AW it is giving the following error...
    java.sql.SQLException: ORA-34738: A severe problem has been detected. Analytic workspace operations have been disabled.
    ORA-06512: at "SYS.DBMS_AW", line 93
    ORA-06512: at "SYS.DBMS_AW", line 180
    ORA-06512: at line 1
    at oracle.olap.awm.connection.AwAttachmentManager.detach(Unknown Source)
    at oracle.olap.awm.connection.AwAttachmentManager$1DetachWorkspaceThread.run(Unknown Source)
    Please help....
    Thanks,
    Devjit
    Edited by: [email protected] on Jul 21, 2009 5:48 AM

    Hi,
    I am also facing similar issue in 11.1.7.0 production Database...
    Error while trying to maintain a dimension :
    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-00703: Error executing OLAP DML command "(UPDATE WCC_DPL_OWNER.WCC_OLAP : ORA-37605: error during OLAP AW UPDATE
    ORA-00600: internal error code, arguments: [xspggepGenPSErase05], [], [], [], [], [], [], [], [], [], [], []
    )", Generic at TxsOqAWManager::executeCommand
    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)
    Error while trying View Data of the particular dimension :
    BIB-9509 Oracle OLAP did not create cursor.
    An error has occurred on the server
    Error class: Express Failure
    Server error descriptions:
    DPR: Unable to create server cursor, Generic at TxsOqDefinitionManager::crtCurMgrs4
    INI: XOQ-00703: Error executing OLAP DML command "(AW ATTACH WCC_DPL_OWNER.WCC_OLAP RO : ORA-34738: A severe problem has been detected. Analytic workspace operations have been disabled.
    )", Generic at TxsOqAWManager::executeCommand
    Error which trying to detach the AW :
    java.sql.SQLException: ORA-34738: A severe problem has been detected. Analytic workspace operations have been disabled.
    ORA-06512: at "SYS.DBMS_AW", line 93
    ORA-06512: at "SYS.DBMS_AW", line 180
    ORA-06512: at line 1
    at oracle.olap.awm.connection.AwAttachmentManager.detach(Unknown Source)
    at oracle.olap.awm.connection.AwAttachmentManager$1DetachWorkspaceThread.run(Unknown Source)
    As per Metalink Doc id : ID 779168.1, the AW has been corrupted . This is due to bug 7434725.
    Is there any specific patch for this bug or has this problem being resolved in 11gR2 ?
    Can someone please help !!!
    Thanks

  • Hyperion - Designer: Unknown error in OLAP process

    We created OLAP Query using Hyperion Intelligence client - Designer.
    While clicking the "Process" button it says "Unknown error in OLAP process".
    Any clues on this?
    Thanks in advance.

    Hi Sanjeev
    Thank you very much for your quick response.
    Intially, we couldn't create an OCE file (using Designer) with Essbase as a data source & found out that we need client connectivity files which comes with Analytic client s/w.
    We tried installing the Analytics client (aix version) using executable jar (setup.jar) in Windows XP but it was giving some exceptions.
    But after installing Essbase Integration services (console), we could create the OCE files but end up with the issue that I've mentioned. I think the connectivity files even comes with EIS s/w with few other APIs but not all the APIs required for client.
    Now we are trying to get the Windows version of Analytic client s/w. We've to try with this. I believe, most probably, this would resolve the issue.
    Thank you again.

  • Error during Olap metadata retrieval

    Hi all,
    We are getting the following error while trying to establish connection to the olap catalog to retrive olap metadata information for BI Beans
    "Successfully connected to the Oracle database but failed to retrieve metadata.
    Although the database connection succeeded,metadata in the OLAP Catalog is not
    valid and could not be retrieved.In order to create OLAP queries against the
    database,you must ensure that the OLAP Catalog metadata is valid."
    On running the BI Beans configuration diagnostic utility we get the following error
    <?xml version="1.0" encoding="UTF-8" ?>
    <BICheckConfig version="1.0.0.0">
    <Check key="JDEV_ORACLE_HOME" value="D:\JDev_57_Oct14Class"/>
    <Check key="JAVA_HOME" value="D:\jdk1.3.1_04"/>
    <Check key="JDeveloper version" value="9.0.3.998"/>
    <Check key="BI Beans version" value="9.0.3.4.0"/>
    <Check key="BI Beans internal version" value="2.7.0.11.3"/>
    <Check key="host" value="ap950sun.us.oracle.com"/>
    <Check key="port" value="1521"/>
    <Check key="sid" value="HCXD2BI"/>
    <Check key="user" value="hbi"/>
    <Check key="Connecting to the database" value="Successful"/>
    <Check key="JDBC driver version" value="9.2.0.1.0"/>
    <Check key="JDBC JAR file location" value="D:\JDev_57_Oct14Class\jdbc\lib"/>
    <Check key="Database version" value="9.2.0.2.0"/>
    <Check key="OLAP Catalog version" value=""/>
    <Check key="OLAP AW Engine version" value=""/>
    <Check key="OLAP API Server version" value=""/>
    <Check key="BI Beans Catalog version" value="N/A; not installed in hbi"/>
    <Check key="OLAP API JAR file version" value="9.2"/>
    <Check key="OLAP API JAR file location" value="D:\JDev_57_Oct14Class\jdev\lib\ext"/>
    <Check key="OLAP API Metadata Load" value="Unsuccessful"/>
    <Check key="Failure Point" value="MDMLoadFailed"/>
    <Check key="StackTrace">
    <![CDATA[
    ============================================================================
    1) An error occurred during olap API metadata retrieval. This is probably caused by inconsistent metadata.
    1) An error occurred during olap API metadata retrieval. This is probably caused by inconsistent metadata.
    ============================================================================
    oracle.express.idl.util.OlapiException
         at oracle.express.idl.ExpressConnectionModule.ConnectionInterfaceStub.getDefaultDatabase(ConnectionInterfaceStub.java:1465)
         at oracle.express.mdm.MdmMetadataProvider.<init>(MdmMetadataProvider.java:200)
         at oracle.express.mdm.MdmMetadataProvider.<init>(MdmMetadataProvider.java:187)
         at oracle.express.olapi.data.full.ExpressDataProvider.getDefaultMetadataProvider(ExpressDataProvider.java:549)
         at oracle.dss.metadataManager.server.drivers.mdm._92.MDMMetadataDriverImpl_92.getMdmMetadataProvider(MDMMetadataDriverImpl_92.java:1134)
         at oracle.dss.metadataManager.server.drivers.mdm._92.MDMMetadataDriverImpl_92.attach(MDMMetadataDriverImpl_92.java:811)
         at oracle.dss.metadataManager.server.drivers.mdm.MDMMetadataDriverImpl.attach(MDMMetadataDriverImpl.java:133)
         at oracle.dss.metadataManager.server.MetadataManagerImpl.buildObjectModel(MetadataManagerImpl.java:1085)
         at oracle.dss.metadataManager.server.MetadataManagerImpl.attach(MetadataManagerImpl.java:962)
         at oracle.dss.metadataManager.client.MetadataManager.attach(MetadataManager.java:866)
         at oracle.dss.metadataManager.client.MetadataManager.attach(MetadataManager.java:792)
         at BICheckConfig.checkConnection(BICheckConfig.java:250)
         at BICheckConfig.main(BICheckConfig.java:1172)
    ]]>
    </Check>
    </BICheckConfig>
    We are getting the same error for 2 different users.
    We are using Jdeveloper 9.0.3 with BI Beans 9.0.3 and 9.2.0.2 database
    Could someone help us with this.
    Thanks in advance.
    Nigel

    Hi,
    The issue here is if the whole catalog is corrupt or just one schema. So to try and determine the status of the catalog I would try:
    1) Using OEM remove all the objects you created
    2) I presume you created your database using the Database Configuration Assistant? You should have used the warehouse template
    3) Make sure the following accounts are unlocked and also not expired : SH, OLAPSYS
    4) Make sure the password for the SH schema is SH
    5) Make sure the password for the OLAPSYS account is manager
    6) Install the BIBDEMO schema that is shipped with BI Beans. This in the jdev_home/bibeans/bibdemo_schema
    The installation process will remove SH schema from the OLAP catalog.
    7)Once this is installed use JDeveloper to see if you can create a crosstab or graph.
    8) If the BIBDEMO schema works try creating your new schemas one at a time.
    9) Make sure the if you define the a dimension as type time it has END_DATE (column type DATE) and TIME_SPAN (column type number) defined. Otherwise don't define the dimension as type time.
    Hope this helps
    Keith Laker
    Product Manager
    Oracle Business Intelligence Beans

  • Error querying OLAP universe based on BEx query

    Hi all,
    I have a problem extracting larger (more than 80 000 rows) amounts of data through querying an OLAP universe with WebI.
    The error is:
    Query 1 - NAME_OF_THE_QUERY
    A database error occurred. The database error text is: Error in MDDataSetBW.GetCellData. &INCLUDE INCL_INSTALLATION_ERROR. (WIS 10901)
    The error occurs when I define larger scope of analysis in the query (four levels). With more modest scope (three levels or less) it's working OK. I need larger data set (more than 200 000 rows) to be populated at night through scheduling the report. We can't afford shrink the scope of analysis because it will hit the BW server during the day when it's needed by other users.
    Besides this the speed of the report refresh is very slow - more than 3 minutes per just 400 rows of data. I'm still unable to identify the source of the problem with this slowdown. Executing the same query over the web through the SAP BW BEx Viewer is much much faster - just 3 seconds. Maybe the reason for this is that the BEx viewer aggregates data on the higher level of the hierarchy rather than down to transaction level (like we do by expanding the scope of analysis).
    Anyway, if anyone have ideas about the error above I'll be very grateful if you share your thoughts. Thanks!
    Our environment:
    BO EDGE BI 3.1, standard
    SAP BW 3.0
    SAP Integration Kit (all transports installed)
    BW user with full access

    Ingo,
    Could you point me to an official SAP document regarding the 1 million cells limitation, which describes the exact version and patch level for SAP BW which removes this limitation? It will be very helpful for me because I have to convince the client to migrate BW from 3.0 to 7.01 if it will solve this limitation.
    Thank you in advance!
    Ivan
    BTW I have installed SP2 + FP2.1 and now the SAP integration is not functional, but I have opened another thread for this problem.

  • Errors in OLAP storage engine

    I am running BPC MS 7.5 and tried to do a full optimization and got the error below.
    Unfortunately it did not appear to put the data back to its original state and I had to restore to a back up!
    Can anyone tell me how to resolve this error - I am not a techie more an application man so in "English" would help me.
    ==============[System Error Tracing]==============
    [System  Name] : OLAPServerHandler
    [Message Type] : ErrorMessage
    [Job Name]     : Olap9Manager : CubeProcess
    [DateTime]     : 6/22/2011 11:45:32 AM
    [UserId]       :
    [Exception]
        DetailMsg  : {Microsoft.AnalysisServices.OperationException: Errors in the OLAP storage engine: The attribute key cannot be found when processing: Table: 'dbo_tblFactConsolidation', Column: 'ACCOUNT', Value: 'CTLICBFR010'. The attribute is 'Account_ID1'.
    Errors in the OLAP storage engine: The process operation ended because the number of errors encountered during processing reached the defined limit of allowable errors for the operation.
    Errors in the OLAP storage engine: An error occurred while processing the 'Consolidation' partition of the 'Consolidation' measure group for the 'Consolidation' cube from the EBIQUITYTRAIN database.
    Errors in the OLAP storage engine: The process operation ended because the number of errors encountered during processing reached the defined limit of allowable errors for the operation.
    Internal error: The operation terminated unsuccessfully.
    Server: The operation has been cancelled.
    Thanks

    Hi,
    Usually, this kind of error message comes from invalid records in your fact tables.
    Check out SAP Note 1098683.
    Hope this will help you.
    Kind Regards,
    Patrick

  • Errors in OLAP storage engine when processing application

    Hi
    After changing a logic in the application, we processed the application but it did not complete successfully due to the following error:
    Error message:: CreateOLAPCubeForApplication:CreateCube:Errors in the OLAP storage engine: The attribute key cannot be found when processing: Table: 'dbo_tblFactQuality', Column: 'QACCOUNT', Value: '%ACCOUNTS%'. The attribute is 'QAccount_ID1'.
    When trying other applications they showed errors with reference to the measure group, e.g.:
    Error message:: Errors in the metadata manager. No dimension relationships exist within the 'Ownership' measure group.
    Thanks for your help.
    Melanie

    Hi,
    This kind of error will come when you have some invalid member defined in your fact table. you can use the following SQL query to check it.
    select * from tblfact"yourapplication" where "dimension" not in (select id from mbr"dimension" where calc = 'N')
    The same query needs to be run in wbtable and fac2 table.
    These selection should return 0 records.
    If it is returning something then you have to delete these records (replace "select * "with delete).
    You can run this for all the applications and all the dimensions. However, I believe, you can check in your Quality application and the QACCOUNT dimension.
    You can see for which dimension, there is an invalid member. This member might be getting created through one of your script logics.
    Hope this helps.

  • Error using OLAP Bridge

    I have recently began trying to use the OLAP bridge to transfer data from OWB to be used by BI Beans applications (ROLAP, not MOLAP/AW). I have set up the bridge to run, but I always get the following error on my first dimension. Am I missing a step?
    BRD-05030: Error occurred while executing the PL/SQL file, see log file for details.
    ORA-06501: PL/SQL: program error
    ORA-06512: at line 361
    ORA-06510: PL/SQL: unhandled user-defined exception
    ORA-06512: at "OLAPSYS.CWM$OLAP$DIMENSION", line 242
    ORA-06510: PL/SQL: unhandled user-defined exception
    ORA-06512: at "OLAPSYS.CWM$UTIL", line 367
    ORA-01403: no data found
    ERROR:: dimension_not_found
    Object Type: DIMENSION
    Object Owner: OLAPSYS
    Object Name: COMPLAINT_DIM
    Secondary Name:
    Tertiary Name:
    User-Defined Exception
    BRD-05030: Error occurred while executing the PL/SQL file, see log file for details.
    disconnecting ...
    closing output file
    closing log stream
    **! Transfer logging stopped at Wed Jun 30 12:53:33 EDT 2004 !**
    THANKS TO ANYONE WHO HELPS!!!

    Mark,
    The error indicates that the dimensions have not been deployed to the database prior to running of the OLAP bridge. You must deploy dependent dimensions using OWB Deployment Manager first.
    For future reference, there is a "Troubleshooting OWB OLAP Integration" document on Metalink:
    http://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=260948.1
    Nikolai Rochnik

  • OLAP Error:The underlying connection was closed: An unexpected error occure

    We have recently installed BPC 51 (SP2). This been working fine for months until yesterday. Now we are getting errors on OLAP Database. Following is the problem description. Any help would be appreciated.
    Received error "The underlying connection was closed:  An unexpected error occurred on a send." while processing dimension. This message appears during 'Create Dimension' sub step( step 2/5). After this BPC server crashes.
    The same error appears while deleting appset during 'Delete OLAP Database' sub step (step 2/4). We are also not able to restore an appset since the process hangs during OLAP Database stage.
    Software version: BPC Version 5.0.102 SP2
    MS SQL Server 2005
    Microsoft SQL Server Management Studio      9.00.3042.00
    Microsoft Analysis Services Client Tools      2005.090.3042.00
    Microsoft Data Access Components (MDAC)      2000.086.3959.00 (srv03_sp2_rtm.070216-1710)
    Microsoft MSXML      2.6 3.0 4.0 5.0 6.0
    Microsoft Internet Explorer      6.0.3790.3959
    Microsoft .NET Framework      2.0.50727.1433
    Operating System      5.2.3790
    Thanks

    Yes we did that several time, but did not solve the problem.
    Finally, we processed all the dimensions, applications, appsets within SQL server studio and the problem is resolved. I am not sure if this would surface again.
    Thanks
    Edited by: Sankaranarayanan Janakiraman on Jun 19, 2008 8:34 AM

  • Error while maintaing olap 11g cube

    Hi,
    Iam getting the below error while trying to maintain the cube
    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-01724: Can not specify a USING clause with a rewrite MV cube, Generic at TxsOqBuildProcessor::initializeForDimension
    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)
    ALso when I try to drop the cube/dimension , I get the following error
    An error has occurred on the server
    Error class: Express Failure
    Server error descriptions:
    DPR: Unable to create server cursor, Generic at TxsOqDefinitionManager::generic<CommitRoot>
    INI: XOQ-00703: Error executing OLAP DML command "(AW ATTACH CBU_UNIFIED.RECHARGES RW : ORA-34738: A severe problem has been detected. Analytic workspace operations have been disabled.
    )", Generic at TxsOqAWManager::executeCommand

    The two errors are, I suspect, unrelated.
    The XOQ-01724 error happens if you attempt to execute dbms_cube with a script that contains a USING clause. This is allowed for most cubes, but not for cubes associated with a materialized view. If this is what you tried to do, then the error is expected and the solution is to not specify a USING clause or to drop the MV.
    The second error is much more serious since it means your AW is probably corrupted. Did this happen after a failed parallel build? What version are you using.

  • Again: OLAP error (1060051)

    Hi,what I forgot to say: this problem occurs if I try to insert a member in an attribut dimension and another in another(!) attribut dimension with the same name already exist!For instance, if I try to insert member "X" in attribute dimension "A" and member "X" in attribute dimension "B".>---------------------------------can anyone tell me what exactly "Cannot add member. OLAP error (1060051): OLAP Error" means?I get this error message if I try to create a member withX = essMbr.createChildAttributeMember(label, IEssDimension.EEssAttributeDataType.sm_fromInt(1), mySibling);"essMbr", "label" and "mySibling" are NOT null!>---------------------------------Thanks for your help, Christian

    I just wanted to let you know, that I already found a solution for that problem.Thanks anyway and bye, Christian

  • 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 error (1060051)

    Hi,can anyone tell me what exactly "Cannot add member. OLAP error (1060051): OLAP Error" means? I get this error message if I try to create a member withX = essMbr.createChildAttributeMember(label, IEssDimension.EEssAttributeDataType.sm_fromInt(1), mySibling);"essMbr", "label" and "mySibling" are NOT null!Thanks for your help, Christian

    I just wanted to let you know, that I already found a solution for that problem.Thanks anyway and bye, Christian

  • 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

Maybe you are looking for