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.

Similar Messages

  • I need help I want to analyze and create reports using data from my firefox history files .

    I am not quite sure where to post this. I had a program for analyzing my firefox history which no longer works due to the change in how firefox stores history data. I am not an sqlite user. Any help will be greatly appreciated.
    I downloaded the sqlite manager addon and it is now installed on my firefox browser. I have tried it out and can make some sense of it. I would like to know how to decode the time/date storage system.

    It uses Unix time, which is the number of seconds that have elapsed since January 1, 1970 00:00 UTC /GMT.
    http://en.wikipedia.org/wiki/Unix_time <br />
    Here is an online converter tool for Unix times. <br />
    http://www.esqsoft.com/javascript_examples/date-to-epoch.htm

  • Creating multiple XML files from Schema

    We are extracting data from Oracle DB into XML using ODI. We are successful in generating the XML file, using command "create xmlfile <file name> from schema <Schema Name>, but the entire data comes in Single file.
    Our database schema is relatively Huge and we would like to generate multiple XML files. We want to generate one file per particular number of records. Can anyone help to do this.

    one solution i can think of is to use SQLX operator instead of dbms_xmlgen.
    here is a sample example.
    declare
      l_xmltype xmltype;
      l_deptno  emp.deptno%type;
    begin
      for i in (select * from emp order by deptno)
      loop
        select xmlconcat(
                    xmlelement("ename", i.ename)
                   ,xmlelement("sal", i.sal)
                   ,xmlelement("detpno", i.deptno))
          into l_xmltype from dual;
        dbms_output.put_line(l_xmltype.GetClobVal());
      end loop;
    end;
    /Now here you can open the query once, keep writing to the file till the deptno
    is same, when the deptno changes, close the file and open a new file with new
    deptno and start writing.
    Note : in this way you will have to add the xmlprolog manually to each of the file which should not be an issue. after opening the file add the prolog string manually.
    Hope this helps.

  • 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/

  • Getting an error while creating a ERP Quotation from CRM Sales Web-UI.

    Hi Experts,
    I am getting an error while creating a ERP quotation from CRM Sales Web-UI. Here  I am enclosing the screen shot. Please give me the solution for this.Thank you in advance.
    Regards
    Kishor Kumar.

    Hi Kishore,
    Please refer to the link below -
    Entry of ERP Sales Documents in SAP CRM - Sales Quotation and Order Management - SAP Library
    Also, refer to the SAP note -
    1446253  - FAQ note: ERP documents in the CRM Web UI (lead-to-cash scenario)
    This note will give you the related topic and the configuration required through SAP help links.
    Hope this will be useful.
    Thanks and Regards
    DJ

  • Create a Credit Memo from invoice  (Sales)

    Hi
    How Can I Create a Credit Memo from invoice (Sales)?
    Thanks

    Hi Joe,
    Check our SDK sample C:\Program Files\SAP\SAP Business One SDK\Samples\COM DI\VB.NET\05.OrderAndInvoice to understand the procedure. You will have to create your own sample by using Invoice and Creditmemo you just have to instantiate your document object as oCreditNotes.
    Check the documentation as well of the Document Object.
    Regards,
    Felipe

  • Cannot create an Essbase connection from Workspace

    Hi all,
    I have a new install and I cannot create a Essbase connection from Workspace. I can successfully create the essbase connection from Reporting Studio but I can't use that connection from Workspace. It seems like Workspace can't connect to Essbase. Has anyone experienced this before? Thanks...

    Workspace can connect to Essbase. To connect to Essbase perform the below task:
    1) Install Essbase Client on the Server where you have install BI Services.
    2) Configure DAS by using Service Configurator.
    3) Create an OCE which should connect to Essbase Server.
    4) Import OCE in to Workspace. Use this oce to create connection.
    Hope this helps you.
    Regards,
    Manmohan Sharma

  • How to create an Installed base from the sales order

    Dear Friends,
    could any one let me know the process of creating an Installed base with the below process.
    Once a sales order is created in SD, an istalled base need to be created in CRM system with reference to sales order.
    There are around 50 final products and approximately 2000(BOM)components for each product exists. but the client wants to maintain only few components
    like 100 to 200 components in Installed base.
    In CRM system, can we maintain Installed base Template with that 100 or 200 components. If yes, how do we assign the Individual objects(Serial numbers) to each component.
    Regards,
    Ven

    Hi Ajay
    there can be two possibilities
    Option 1. Create Install base in CRM while creating Sales order in ECC using RFC CRM_IBASE_CREATE. Make some reference  of sales order in the Ibase. later when you move equipments to CRM then you can attach these equipments to Ibase (Already created in Thru RFC)in Badi CRM_EQUI_LOAD(This BAdi is called while moving equipments from ECC to CRM).
    Option 2. Don't create Ibase at the creation of Sales order. but while creating Equipment just add some indiacator in the equipment to know which sale sorder this equipments belongs.
    and once these equipments moves to CRM. Using the BADI CRM_EQUI_LOAD you can club all the equipments(of same sales order) under one ibase.
    Regards
    Naresh

  • How do you create a purchase order from a sales order?

    Is there a specific patch level for B1 2005 that implements this, is it a feature only in B1 2007 or does it have to be custom coded?
    If this has to be custom coded, does anyone either have sample code or a module that could be purchased that implements this?
    Thanks,
    Derek
    Running SAP B1 2005A SP:01 PL: 31

    Derek,
    SAP Business One has this functionality out of the box.  This functionality has been there for ever.
    You can very well use this functionality in your current SBO 2005 A Patch 31 version.
    What  business scenario are you planning to use this?  The reason for my asking this is because there are couple of ways to approach this.
    1.  You are creating a PO from an SO as Part of a Dropship requirement then in SAP you can define a Dropship warehouse and create the SO Item from this dropship warehouse.  Doing so SAP automatically Opens the Purchase Order Confirmation screen when you Add the Sales Order.  Here you can select your Vendor / Vendors and confirm the PO creation.
    2.  The second way is to create a SO from a regular warehouse and then manually go the logistics tab of the SO and check Purchase Orders.  This will Open the PO Confirmation and rest is the same as above.
    Let me know if you need further help
    Regards
    Suda

  • Create XML using data from Oracle

    Other than using OracleXMLQuery, how do I create an XML file from the data from a table in Oracle?
    Rgds,
    Seetesh

    Vetsrini:
    Thanks for your response. I no longer can receive email at [email protected], because I am at a different company now. So please post directly to this forum so I can receive my messages.
    I would imagine that "look ahead" is a feature needed by many applications, since the heading of a document may depend on the data within. In my case, we have a Pack Slip that we want the bold heading title to change if the word "FAX" is inside the body of the document. Instead of saying "Pack Slip", it would say "Fax Pack Slip".
    Any hints would be greatly appreciated.
    Regards,
    Rich Locus

  • Cannot create report using DAD

    Hi,
    I have created a DAD under the HTTP Server (under mod_plsql services)
    for a remote database. In the list of DADs, it shows a green arrow indicating
    that the connection can be established.
    Now, I want to create Report Portlet in my portal page. When go to create
    a report using 'Report from Query Wizard', I do not see the tables from my
    database.
    Also, when click on 'Portal DAD Settings' under Portal:portal, I see only the
    default DAD that connects to the portal database.
    What am I missing?
    Thanks

    You have two applications, one work and the other not.
    What's different about them? 
    Did you trace the HTTP communication, using a tool like Fiddler?
    Sincerely,
    Ted Ueda

  • Cannot Create PDF Using "Create PDF" Function in Acrobat 8

    I can create by using "save as" in my Office programs, but only from the Windows Explorer box, not from the menu.  However, I can no longer "create pdf" nor "combine files" inside Acrobat 8.  I get reinstall message.  It starts and hangs up.  I tried reinstalling from CD.   I use this feature a lot to create files and it just quit.  Nothing new has been installed that might interfere. I've made sure that the distiller is not inactive.  Thoughts?

    Unfortunately, alot of us had to upgrade to Office 2010 ...its very unfortunate that adobe doesn't warn us up front about the imcompatibiity problem before they took our money.  Granted they can't give us warnings about every compatibility issue..but considering that MS. Office PDF comversions is a big marketing interest for adobe, I for one would have liked to have known that before I paid for adobe for 9, for I would have waited for 10
    -- Sent from my Palm Pre
    On Sep 14, 2010 18:10, GKaiseril &lt;[email protected]&gt; wrote:
    Unfortunately one has to upgrade programs as clients and others update their programs. You need to carefully look at what you need and what programs can work with your target requirements.
    Until Adobe releases Acrobat 10 do not upgrade to MS Office 2010!!!
    It appears that with the release of Acrobat 10, much of Adobe's support to Acrobat versions 7, 8 and 9 will be reduced to the very minimum updates.
    Many CAD programs require upgrades to newer versions of Acrobat. But Acrobat does not support all CAD programs.

  • Cannot create DSN using ODBC Driver 8.1.5

    I was able to create new DSNs using Oracle ODBC Driver 8.1.5 and linked Access tables. But all of a sudden (yes, without any reason, I was not downloading anything at that time) , I got ODBC-Call Failed. And when I tried to reopen (browse) the linked table, a message saying -
    One of the library files needed to run this application cannot be found.
    Then I realized that I cannot configure existing DSNs using Oracle ODBC Driver 8.1.5. I trid to create a new one. But after I selected the Oracle ODBC Driver, it did not bring me to the screen to set up DSN, and just went back to the same ODBC Datasource Administrator window.
    I tried to use SQL Plus to connect to the Oracle server and it worked. But when I tried the ODBCtest, I got the same message with more details -
    SQLSTATE: IM003, Native Error Code: 160, Driver Message: Specified Driver could ont be loaded due to system error 1114. (Oracle ODBC Driver).
    I tried to follow the 'help' hint but nothing's working. I reinstalled the ODBC driver, and even downloaded the MDAC 2.6 that appeared in one old discussion topic, but still have problems.
    Was it something suddenly crashed? Could someone please help? (p.s. I am using win98). Thanks!

    What version of the mfc42*.dll's do you have in your system directory?
    Justin

  • Create draft invoice document from a sales order

    When i create an invoice document from a draft invoice document from a sales order, this invoce is linked to the order sales.
    Sorry for my english, i hope you can understand

    It would be difficult to know what question do you have.  Try to ask question.  Your English is not bad at all.
    Thanks,
    Gordon

  • Cannot create controls/constants/indicators from XML parser

    Is there any reason I cannot create (by right clicking) a control/constant/indicator of a XML ref from the XML parser function? I need to make subvi's to build/read xml files, and that is really impossible without that ability.
    Labview 2012 f3
    Solved!
    Go to Solution.

    This bug has already been reported (CAR 357092), and is scheduled to be fixed in the next service pack release. For now, here's a workaround:
    1. Create a reference indicator from Functions » Programming » File I/O » XML » XML Parser » New.vi.
    2. Right click on the new "DOM Document Out" indicator terminal and select Create > Control (or Indicator).
    3. Right click on the new control/indicator and choose Select XML Parser Class. Then, you can select whatever class you need.
    Darren Nattinger, CLA
    LabVIEW Artisan and Nugget Penman

Maybe you are looking for

  • Firefox is replacing fonts with a handwriting scribble font

    today, I have opened up firefox and some sites I am building (using georgia as font) look odd. Firefox is replacing all instances with a terrible scribble hand drawn font. This is only happening on this machine and only in firefox. Safari on this sam

  • Bulk email from the database

    Good morning, Running Oracle9i Enterprise Edition Release 9.2.0.8.0 - 64bit Production... (we'll be upgrading to 11g soon, but for now, stuck with 9i) Our clients have requested an email subscription service to be implemented for our news web site. T

  • I had restored my ipod becuase i forgot  my password !!isoo im trying to back it up again how do i do that

    when i restored my ipod it deleted everythin i know it was suppose to do that but see im trying to back it up soo i can have my pictures and contacts well everything back ! how do i do that?

  • CR Consistency check

    Hi experts, I'm trying to transport CRs from our system to another one. Before processing further, I'm making some checks: Syntax check and Request Consistency. But I have a problem with a task: when I try to make the Consistency Check for that task,

  • Some of the items in the iTunes library including... could not be copied.

    When I tried to sync my iPhone to my iTunes library, it came out with this message: Some of the items in the iTunes library including "song name", were not copied to the iPhone "iPhone name" because they could not be found. All of these unfound songs