Catalog OLAP using AWM 10.2.0.1.0

How can I create the Catalog OLAP automatically using AWM 10.2.0.1.0?. What do I have to configure, or which steps do I have to follow?. Which views can I consult to get the data of the catalog?

Hi there,
I really would not recommend that you work with the 10.2.0.1 version of AWM. This version is fairly old now and there have been a number of important bug fixes added to more recent releases.
What version of the Oracle database are you running? And on what operating system?
I suggest that you consult the following link and ensure that you are working with the versions of BOTH database and AWM that are recommended by Oracle:
http://www.oracle.com/technology/products/bi/olap/collateral/olap_certification.html
Thanks
Stuart

Similar Messages

  • Mappings in OLAP using AWM

    Hi,
    I have a small problem while mapping table columns with dimension levels in olap using analytical workspace manager(AWM).
    I have these levels
    Item Level,Category,Sub Category,Finance Type,Finance Product.
    I have these columns
    inventory_item_id,item_description,segment1,segment2,segment3 and segment4
    i'm mapping as follows:-
    inventory_item_id to Item Level Member,
    item_description to Item Level Short Description
    segment1 to Category Member (as we should not leave this item unmapping)
    segment1 to Category Short Description,
    segment2 to Sub Category Member(as we should not leave this item unmapping),
    segment2 to Sub Category Short Description ,
    to my knowledge i think(not sure how much i'm correct) we need to map only number datatype columns to Member items and character datatype columns to Short description items.
    For my segment columns there are no ids and all the segment columns are character type but segment1 becomes parent for seg2 ,Seg2 is parent of Seg3...etc.
    Will i get into any problem if i use the mappings as above or there is any other way to map these columns.
    Thanking You,
    Kumar P.

    Your dimension members don't need to be numbers. You measures probably should be numbers. Keith has said before that the shorter the dimension member keys, the faster OLAP will run. This includes picking short names for the levels for your dimensions. Since your dimension level names probably are not numbers, and the dimension values are concatenated with the level name, you can rest assured that your dimension members can be strings.

  • Error while creating AW using AWM

    I am using AWM version 10.2.0.3.0, Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - Prod.
    Using the user apps when trying to create an AW using AWM. Schema->apps-> Analytic Workspace -> Create Analytic Workspace
    I get an error
    oracle.express.ExpressServerException
    java.sql.SQLException: ORA-33292: insufficient permissions to access analytic workspace SYS.AWXML using the specified access mode.
    ORA-06512: at "SYS.GENCONNECTIONINTERFACE", line 70
    ORA-06512: at line 1
    what permission should I set get this working?

    Not a good idea to grant OLAP_DBA role as this can cause a lot or problems, it is about the same as granting DBA to a user but when you connect an OLAP query tool the schema you may get additional problems.
    In terms of the original system error it does sound as if you do not have sufficient privileges to create an AW. Hence, Ragnar's suggestion to use assign OLAP_USER is a great way to start.
    Also as the SYS user try issuing GRANT SELECT TO PUBLIC on SYS.AW$XML. It could be your OLAP installation is somehow incorrectly configured?
    I am assuming you have applied the 10.2.0.3 patchset (all the steps - the installation via the Universal Installer and the post installation scripts) and applied the 10.2.0.3A patchset?
    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/

  • Error in using AWM "Create Aggregation Plan Wizard"

    HI,
    I have 9205 database with OLAP option running on Linux ES3. I created 2 cubes & 7 dimensions using OWB and deployed it using the OWB Bridge. From there, I created AW & enabled the cubes using AWM. It also loaded data into dimensions and cube in AW and everything is visible in JDeveloper. Then I tried to create an aggregation plan for one of the cubes using the wizard & it gave me following error at the GET_LEVEL step. It is disconnecting the AW from AWM upon getting this error.
    Can someone help?
    regards
    Suresh
    java.sql.SQLException: ORA-03113: end-of-file on communication channel
    at oracle.olap.awm.util.jdbc.SQLWrapper.execute(SQLWrapper.java:225)
    at oracle.olap.awm.businessobject.aw.LevelBO.getOrderedLevelsForDimensionInAW(LevelBO.java:199)
    at oracle.olap.awm.wizard.aggplanner.AggPlanSelectLevelPanel.initialiseDimensionLevelHashtable(AggPlanSelectLevelPanel.java:210)
    at oracle.olap.awm.wizard.aggplanner.AggPlanSelectLevel.onEnterPage(AggPlanSelectLevel.java:125)
    at oracle.olap.awm.ui.wizard.Wizard.wizardSelectionChanged(Wizard.java:157)
    at oracle.bali.ewt.wizard.BaseWizard.processWizardEvent(Unknown Source)
    at oracle.bali.ewt.wizard.BaseWizard.processEventImpl(Unknown Source)
    at oracle.bali.ewt.LWComponent.processEvent(Unknown Source)
    at oracle.bali.ewt.wizard.BaseWizard.selectPage(Unknown Source)
    at oracle.bali.ewt.wizard.BaseWizard.doNext(Unknown Source)
    at oracle.bali.ewt.wizard.BaseWizard$Action.actionPerformed(Unknown Source)
    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.plaf.basic.BasicButtonListener.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.Dialog.show(Unknown Source)
    at java.awt.Component.show(Unknown Source)
    at java.awt.Component.setVisible(Unknown Source)
    at oracle.bali.ewt.wizard.WizardDialog.runDialog(Unknown Source)
    at oracle.olap.awm.ui.wizard.Wizard.showInDialog(Wizard.java:95)
    at oracle.olap.awm.wizard.aggplanner.AggPlanWizard.showInDialog(AggPlanWizard.java:129)
    at oracle.olap.awm.app.AwmFrame.showAggPlanWizard(AwmFrame.java:1263)
    at oracle.olap.awm.navigator.node.olapcatalog.AwCubeNode.actionPerformed(AwCubeNode.java:164)
    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$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.run(Unknown Source)

    Whenever you see "end-of-file on communications file" it means something bad happened (A crash) and a trace file should have been generated in your dump directory. You'll need to open a TAR with that trace file to get development to look at it.

  • What happened to Allocation & Forecast in OLAP 11gR1 (AWM)?

    Hello all,
    Does anybody know what happened to allocation and forecast features in OLAP 11gR1 (AWM)?
    These were available as step types in "Calculation Plans" in 10gR2. In 11gR1 "Cube Scripts" seems to be the descendant of "Calculation Plans"; but there are no allocation nor forecast steps types available in "Cube Scripts".
    I suppose an OLAP DML script could be used for allocation/forecast but that doesn't seem to be a feaure for let's say a business analyst without programming knowledge (of OLAP DML).
    Best regards,
    Javor

    You can create Allocation and Forecast in 10g style AWs only using AWM 11g
    The newer 11g style AWs do not support Allocation and Forecast yet.

  • Error when building dimension using AWM

    Hi Gurus,
    I am trying to build a dimension using AWM 11.1.0.7.0B Standalone. My Database version is _11.1.0.6.0._
    The moment i start to create a New Dimension, i get the below error.
    The transaction is not committable: "An error has occurred on the server
    Error class: Express Failure
    Server error descriptions:
    DPR: Unable to create server cursor, Generic at TxsOqDefinitionManager::g
    The transaction is not committable: "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: Unable to parse XML string sent from the client to the server, Generic at XML Parser Errors:
    Error processing subelement: <StandardDimension><Attribute><BaseAttribute><Classification>
    Error processing tag: Classification:
    Error returned by xsOqXmlParserExecute.
    +"+
    +at oracle.olap.awm.dataobject.dialog.PropertyViewer.doCreateAction(Unknown Source)+
    +at oracle.olap.awm.dataobject.dialog.CreateDialogHostActionThread.doAction(Unknown Source)+
    +at oracle.olap.awm.ui.dialog.ThreadedDialogActionThread.run(Unknown Source)+
    Please help!!!!!
    +*Regards,*+
    +*Ravi R*+

    The initial release of OLAP in 11.1.0.6 was not stable. Please upgrade to at least database 11.1.0.7, and preferably 11.2.0.3. If you move to 11.1.0.7, then you should apply the "OLAP D Patch", #9147749. See the OLAP certification page for more details.
    http://www.oracle.com/technetwork/database/options/olap/olap-certification-092987.html

  • 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

  • Web Catalog Publishing using MDM RPCM scenario

    Hi Experts
    Is it possible to do web catalog publishing using MDM Publisher or Publisher APIs? if yes, where can i get the information on how to proceed with it?
    I came across this[thread|Re: Web Catalog Publishing]
    where Markus has stated that web catalog publishing is possible with java APIs and SAP is having plans to include that functionality in Publisher tool as well, in its future releases.
    I couldnu2019t find any straightforward answer for my question either in MDM Java docs or in Publisher guide.
    Thanks in advance
    SwarnaDeepika

    Thank you Markus for the prompt reply.
    The link was very helpful. The line
    To build dynamic Web sites with complex MDM data layouts
    was what i was looking for.
    So using the publishing APIs MDM data can be sent through to a web site which acts as a online catalog, can you please confirm?
    Can these APIs be used to expose the catalog using enterprise portal as well, instead of a normal website (just like how its done in SRM-MDM catalog)?
    P.S: Kindly bear with me, if my questions are silly. An expert's opinion is all i need
    Regards
    SwarnaDeepika

  • Create a recovery catalog by using the Enterprise Manager Console

    Dear Sirs:
    I am using the Oracle9i database release 2. After installing the management server and running the Enterprise Manager Configuration Assistant, there was no recovery catalog and no CATTBS tablespace created. According to the Help and to your documentation entitled “Oracle Enterprise Manager Configuratrion Guide” this recovery catalog and CATTBS tablespace should be created automatically.
    Of course I am not running any target database on the same machine.
    How can I create a recovery catalog by using the Enterprise Manager Console, and not by using the rman command prompt?
    Please its urgent and I need an answer as soon as possible.
    Thank you in advance with best regards

    Dear Sir:
    Thank you very much for your reply, but unfortunately it didn’t help me. This article is repeating what is mentioned in the Help and the documents that I downloaded earlier. As I said earlier I know how to setup the recovery catalog by using the rman command prompt, but I couldn’t do it by using the Oracle Enterprise Manager Console. By using the wizards it is supposed to be created automatically but nothing of this happened.
    Please I need help urgently.

  • SCUP catalogs for use with SCCM

    Hi!
    I was wondering if there are any other available SCUP catalogs that are not listed here
    http://technet.microsoft.com/en-us/systemcenter/cm/bb892875.aspx
    Like for example Java, Adobe Reader, Flash? Or do I need to publish my own updates? What is the best way to go about patching for example java on servers?

    IMO you should chase SUN, Adobe, etc and get them to create the catalog themselves! It is ridicules that the catalog don’t already exist!
    So you need to complain to them otherwise they will never do it! If you know complain about it then why should they do it?
    http://www.enhansoft.com/
    Well, if you register (At Adobes site) for distributing Adobes software, they will send you a link,not only to the software, but also to the catalog for use with SCUP.
    Eg:
    http://fpdownload.adobe.com/get/flashplayer/current/licensing/win/AdobeFlashPlayerCatalog_SCUP.cab
    How to do it? Look here:
    http://www.adobe.com/licensing/distribution/strategies/sms.html

  • Good document for creating cube using AWM wih oracle 10.1.0.2 version

    Can anyone provide some good guide for implementing the OLAP cubes using ORACLE ver 10.1.0.2.0 with AWM Release 1.
    Also, please let me know whether I need to apply any patches.
    The demo provided under this link has some differences when trying to implement.
    http://www.oracle.com/technology/products/bi/olap/viewlet/awm10g_viewlet_swf.html
    Your help is appreciated.

    Well, if some of the required componets were missing, I would imagine you getting an error when trying to connect?
    Where is this ASP application actually running?
    Is it running on your localhost IIS web server?
    If not, any setup on your computer will be irrelevent.
    If it is, you need to install MDAC components, and 2.8 is the latest.
    If running on your local IIS, did you try to create a very basic ASP page which just creates a connection to the database in question? Does that work?
    Do you have ON ERROR statements in your code to bypass any/all SQL errors?
    If you create a simple UDL file on your desktop and specify the server/user/password (ater selecting Oracle OLEDB driver), does the connect button work?

  • Which "organizer/catalog" to use.

    Greetings all,
    I am a recent convert to the Mac platform and I'm struggling with the best way to do set up a workflow. When I set up the Mac I imported my photo images to iPhoto.
    Photoshop Elements and Photoshop Lightroom 2 are the other applications I have on my computer. The Mac version of PSE does not contain the "Organizer" which is in the Windows version and that's fine; and LR2 has something called the "Catalog".
    Here are some of my questions:
    1. Is the LR2 catalog another full copy of all the image files or simply an index with thumbnail images? If it's an index what is the best way to keep it in sync with iPhoto?
    2. Depending on the answer to #1, how do I import the images from iPhoto into the Lightroom 2 catalog? When I try the LR2 import function, the iPhoto library is not selectable. I have been told iPhoto uses some sort of Apple proprietary software.
    The bottom line is, what is the best way to set up an efficient workflow so I can use PSE6 and LR2? Should I forget about using iPhoto?
    Thanks in advance
    Hector Caroselli

    I totally agree with Geoff's conclusion, but in my experience, the iPhoto library is not like the database, nor the Previews nor the image files. Everything is bundled up in one package; you can view contents by holding down the Control key on the package, but inside it's a mess.
    One way to get out of it is to Export all images at original size; there may be other ways.

  • Trying to Create a Catalog file using WSIM (Windows System Image Manager)

    I have been looking online for a solution to htis problem for days and come up with nothing so any help would be amazingly helpful.
    I have created a Windows 8.1 image which I would like to role out to all users within my company but when trying to create a catalog file I am getting an erorr message saying "Windows SIM was unable to generate a catalog."  It says "Mounting
    Windows Image file......This might take a few minutes" and then fails after 6-7mins.
    When opening the log file I get this:
    10:00 : Cannot obtain read/write access for F:\sources\install.wim.
    In order to generate a catalog file, you must have read/write access to the Windows image file and its containing folder.
    10:13 :
    10:13 : Windows SIM was unable to generate a catalog. For troubleshooting assistance, see the topic: 'Windows System Image Manager Technical Reference' in the Windows OPK or Windows AIK User's Guide.
    10:13 :
    10:13 : System.InvalidOperationException: The operation failed to complete. ---> System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.ArgumentNullException: String reference not set to
    an instance of a String.
    Parameter name: source
       at System.Globalization.CompareInfo.IsPrefix(String source, String prefix, CompareOptions options)
       at ?A0xfe36268f.ConvertToNtPath(String path)
       at Microsoft.ComponentStudio.ComponentPlatformInterface.CbsSessionAdaptor..ctor(String bootDrive, String imageWinDir, String servicingPath)
       at Microsoft.ComponentStudio.ComponentPlatformInterface.OfflineImageImpl.InitializePackages()
       at Microsoft.ComponentStudio.ComponentPlatformInterface.OfflineImageImpl..ctor(OfflineImageInfo imageInfo)
       --- End of inner exception stack trace ---
       at System.RuntimeMethodHandle._InvokeConstructor(Object[] args, SignatureStruct& signature, IntPtr declaringType)
       at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
       at System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes)
       at Microsoft.ComponentStudio.ComponentPlatformInterface.Cpi.PlatformImplementation.CreateOfflineImageInstance(OfflineImageInfo imageInfo)
       --- End of inner exception stack trace ---
    The one image that did work (LiteTouchPE_x64.wim) was from the OS I imported to Microsoft Workbench but the components are different to any that I have seen online when looking on how to do this.
    I have made sure that the architecture is x64 and tried from ISO files I have on the system already but get the same error.
    This is the first project I have been involved in and only ever done IT support before this.
    Thanks for your help in advance.

    Yes I am trying to capture a reference image that I have created on another machine and then reploy this through MDT. I am trying to open the Unattend.xml file because the "Capture and Sysprep" fails on the reference machine when trying to run
    Sysprep. When I try to open the Unattend.xml file in MDT I get the error below:
    Performing operation "generate" on Target "Catalog".
    Starting: "C:\Program Files\Microsoft Deployment Toolkit\Bin\Microsoft.BDD.Catalog35.exe" "D:\Windows8.1 TEST3\Operating Systems\Windows8.1 x64\Sources\install.wim" 1 > "C:\Users\*****\AppData\Local\Temp\3\Microsoft.BDD.Catalog.log"
    2>&1
    No existing catalog file found.
    PROGRESS: 0: Starting.
    PROGRESS: 0: Creating mount folder: C:\Users\*****\AppData\Local\Temp\3\IMGMGR_install_Windows 8.1 Enterprise_njegg3ph.con.
    PROGRESS: 5: Creating temp folder: C:\Users\*****\AppData\Local\Temp\3\IMGMGR_install_temp_qj0x3ga5.obv.
    PROGRESS: 10: Mounting Windows image: D:\Windows8.1 TEST3\Operating Systems\Windows8.1 x64\Sources\install.wim. This might take a few minutes.
    ERROR: Unable to generate catalog on D:\Windows8.1 TEST3\Operating Systems\Windows8.1 x64\Sources\install.wim: System.ComponentModel.Win32Exception: The process cannot access the file because it is being used by another process
       at Microsoft.ComponentStudio.ComponentPlatformInterface.WimImageInfo.PreCreateCatalog()
       at Microsoft.ComponentStudio.ComponentPlatformInterface.OfflineImageInfo.CreateCatalog()
       at Microsoft.BDD.Catalog.Program.DoCatalog()
    Non-zero return code from catalog utility, rc = 2002

  • How can I select 5-star photos in one catalog and use them to create a new catalog

    I've been using Lightroom since LR1. I now have several LR 5.5 catalogs generally organized by year and camera. I want to create a new catalog which will contain my best from each catalog. BUT, I don't want to remove the photos from their "home" catalog. The photos will continue to reside in both their original catalog and in the new "Portfolio" catalog. The easiest way to approach this is to filter photos in catalog "A" by rating, select all 5-star photos and create a new catalog containing just the selection. I don't want to export or remove them from their catalog or move them on disk. I want them to appear in BOTH catalogs. Since Lightroom is built on a database that merely points to image files, it seems like this should be possible.
    I realize I can create an empty catalog and select File->Import from Another Catalog... , then locate the photos one at a time by name and location clicking the import checkbox - tedious is an understatement when you have several 10's of thousands of photos.
    Any ideas?

    jimfeet wrote:
    Yes, that's an option I've considered. But as with any database, size is inversely proportional to speed - larger database equals slower performance. LR 5 is much better than earlier versions in this regard but when you reach 100,000 images you can feel it.
    This is incorrect. I accept that you think the database is getting slower, but the database (and really all databases) are designed to work pretty much the same regardless of the number of records, except for perhaps searching through the entire catalog. We have seen in this forum people who are now editing larger RAW files than a few years ago, they see it is slower, and decide it is the size of the database, rather than the size of their photos.
    What aspects of Lightroom are slow? If it's scrolling and displaying the previews and searching, then it might be the database. If its displaying images in the Develop module, it is NOT the database at all.
    Have you taken steps to improve the performance of the database, such as Optimizing it regularly? have you tried these performance tips: FAQ: Experiencing Performance related problems in Lightroom?

  • Cannot create AW using AWM from Schema Sales History in Oracle 10.1.0.3.0

    Hi,
    I have installed Oracle DB Enterprise Edition and Client 10.1.0.3.0 on Linux.
    I create the schema SH using the scripts sh_main.sql, csh_v3.sql, lsh_v3.sql, psh_v3.sql and olp_v3.sql from the directory $ORACLE_HOME/demo/schema/sales_history. So far, everything is ok.
    Next, I tried to create an analytic workspace from this schema using the analytic workspace manager. An error ocurred (see AAA...), because of the string "e-mail" in the dimension attribute of CUSTOMERS_DIM. Changing "e-mail" to "email" solved this problem.
    During the next try, an error occured because of the PERIOD_END_DATE attribute (see BBB...). Can somebody find a solution to this problem?
    Best regards,
    Ralph
    AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
    Creating analytic workspace...
    Processing cube SALES_CUBE
    Processing Creating Dimension : CHANNELS_DIM
    Processing Creating Dimension : CUSTOMERS_DIM
    Error Message from Server = ___AW_REFRESH_DIMENSION
    E-MAIL is not allowed to contain non-standard form characters SH_AW.MYAW
    Problem getting Attributes for:
    SH
    CUSTOMERS_DIM
    You provided extra input starting at '$'.
    In SYS.AWXML!__XML_VAL_PREFIX PROGRAM:
    exists = exists(name)
    Problem creating dimension:
    CUSTOMERS_DIM
    You provided extra input starting at '$'.
    In SYS.AWXML!__XML_VAL_PREFIX PROGRAM:
    exists = exists(name)
    SqlException = ORA-06510: PL/SQL: unhandled user-defined exception
    ORA-06512: at "OLAPSYS.DBMS_AWM", line 975
    ORA-06512: at line 1
    Error Code = 6510
    Sql State = 65000
    BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB
    Creating analytic workspace...
    Processing cube SALES_CUBE
    Processing Creating Dimension : CHANNELS_DIM
    Processing Creating Dimension : CUSTOMERS_DIM
    Processing Creating Dimension : PRODUCTS_DIM
    Processing Creating Dimension : PROMOTIONS_DIM
    Processing Creating Dimension : TIMES_DIM
    Processing Defining Load for Dimension: CHANNELS_DIM
    Processing Refreshing Dimension : CHANNELS_DIM
    Processing Defining Load for Dimension: CUSTOMERS_DIM
    Processing Refreshing Dimension : CUSTOMERS_DIM
    Processing Defining Load for Dimension: PRODUCTS_DIM
    Processing Refreshing Dimension : PRODUCTS_DIM
    Processing Defining Load for Dimension: PROMOTIONS_DIM
    Processing Refreshing Dimension : PROMOTIONS_DIM
    Processing Defining Load for Dimension: TIMES_DIM
    Processing Refreshing Dimension : TIMES_DIM
    Error Message from Server = Problem refreshing dimension:
    TIMES_DIM
    TIMES_DIM.PERIOD_END_DATE.ATTRIBUTE is not a Valid Attribute.
    (AW$XML) AW$XML
    In SYS.AWXML!__XML_HANDLE_ERROR PROGRAM:
    then signal 'AW$XML' 'AW$XML'
    SqlException = ORA-06510: PL/SQL: unhandled user-defined exception
    ORA-06512: at "OLAPSYS.DBMS_AWM", line 1012
    ORA-06512: at line 1
    Error Code = 6510
    Sql State = 65000

    Please apply the OLAP 10.1.0.3.0A or OLAP 10.1.0.3.0B patch to both the Database Server and Database Client. Do not run Oracle OLAP on the RDMBS 10.1.0.3 patch set without either one of these OLAP specific patches:
    OLAP 10.1.0.3.0A patch (PS #3769360 on MetaLink)
    OLAP 10.1.0.3.0B patch (PS #4045047 on MetaLink)
    The B patch contains all the fixes found in the A patch, plus additional fixes. Therefore, I would recommend B over A.

Maybe you are looking for