Creating  while creating OEM

Hello
While manually configuring OEM in my database with the command emca -config dbcontrol db - it keeps pointing to a directory that does not exist and never existed on the server
echo $ORACLE_HOME
/u01/app/oracle/product/11.3
/u01/app/oracle$ emca
/u01/app/oracle/product/11.3/bin/emca: line 102: /u01/app/oracle/uat2/11.3/jdk/bin/java: No such file or directory
/u01/app/oracle/product/11.3/bin$ ./emca
./emca: line 102: /u01/app/oracle/uat2/11.3/jdk/bin/java: No such file or directory

Go to $ORACLE_HOME/bin directory and open the emca file and correct the ORACLE_HOME directory.

Similar Messages

  • Dump created while creating a SC

    Hi,
    We have SRM 5.0 system (extended classic scenario). While creating a shopping cart and adding free text line items from a punchout catalogue, the system dumps with below error message.  The ST22 dump is attached.
    Extract from the dump says:
    The ITS service "BBPSC04" had to be terminated because the Web AS has sent the following error message: Error message: "Error found in Java-session" Message type: "S"
    Any Pointers will be great help.
    Regards,
    Rajesh

    Hi,
    Are you running the BBPSC04 (Check Status) through a portal? Since i could not see the dump log and hence no much suggestion can be made further.
    Java isn't used much in SC document except in IPC and maybe HTML. Is there any customer field on the SC screen which could possibly injected error dumping the document as well?
    If nothing works, report to SAP for investigation.
    Best regards.
    YS

  • BP not getting created while creating employee

    Hi,
    When I Hire an employee a BP should be created for it. It used to happen earlier in the system but after we moved to another system this is not working.  Can someone please let me know the necessary config for this?
    I've the following settings:
    HRALX   ONUMB  = 2
    HRALX   OSUBG = MD
    The MD number range is from 90000000 to 9999999999. Should this number range be internal or external?
    When I use the HR_SYNC_PERSON report for an employee I get the error as
    "Determination of connections to object 'BP' of 'CP' '50000201' failed"
    "Object of type 'US' with ID '1122' does not exist or is inconsistent"
    "Determination of connections to object 'BP' of 'O' '50000101' failed" etc
    Also I need to upload the employee master data using LSMW and BP does not get created with LSMW also? Is there some specific config while using LSMW?
    Please help.

    Whenever you are uploading employees using LSMW, you need to run program HR_SYNC_PERSON.
    Pls refer to the following thread for further info:
    Assignment: Business partner for person '50000029' is not unique
    Regards,
    Dilek

  • Multiple document numbers not created while creating multiple idocs.

    Hi Experts,
    we have developed one the interface file to idoc, whenever invoice number change it will create a multiple idocs.
    but i am facing some issue with context handling, can you suggest the suitable mapping / UDF for the below issue.
    Our customized idoc structure has header and line items and both are in not same level-its parent child structure.
    in our sample file there are three different invoice number and as per the requirement its creating three idocs and corresponding headers but not line item details.
    all line item details creating in 1st idoc itself and 2nd and 3rd idoc has only header items no line items. but tried fix with graphical mapping context handling for this problem but not resolved. please advise.
    Regards,
    Krushi.

    hi Hareesh,
    thank you for your quick response.
    after the File Adapter FCC, below is the inbound payload, first four feilds we mapped to header and rest for line items.
    <SettlementDetails>
    <row>
      <PaymentType>CHECK</PaymentType>
      <Filler></Filler>
      <Currency>IN</Currency>
      <Filler1></Filler1>
      <Invoice>100410-133MT5-MH</Invoice>
      <Filler2></Filler2>
      <SettlementMethod>4</SettlementMethod>
      <Filler3></Filler3>
      <PreferredTradingPartnerIdentifier>MT</PreferredTradingPartnerIdentifier>
      <Filler4></Filler4>
      <FinalPayAmount>12.00</FinalPayAmount>
      <Filler5></Filler5>
      <ProductIDUnformatted>55111064001</ProductIDUnformatted>
      <Filler6></Filler6>
      <Filler7></Filler7>
      <Filler8></Filler8>
      <PaytoPreferredTradingPartnerIdentifier>MT</PaytoPreferredTradingPartnerIdentifier>
      <ClaimType>ORIG</ClaimType>
      <CMSRecordID>FFSU</CMSRecordID>
    </row>
    </SettlementDetails>
    multiple settlement details will be there.
    regards,
    krushi.

  • 10 digit code need to be created while creating material master

    Hi, Please advise how to create a 10 digit code automatically when we create material master in SAP? Please note that this code is required as one of the basic data view fields, not as material code. Is there any enhancements available for the same.

    Dear
    Try  to use  Product Hierarchy field MARA-PRDHA in the Material Master for this purpose
    Regards
    JH

  • IT 0480 created while creating IT0016 for Spain

    Hi Colleagues,
    This is issue specifically related to Spain.
    Whenever we create IT0016 for Spain employees, I'm getting the error "DBIF_RSQL_INTERNAL_ERROR" which says cant access database table PA0480. i guess whenever we create iT0016 for spain, IT0480 also gets created as this Infotype cant be maintained through PA30.
    I checked Dynamic Action but there is nothing written for this in IT0016. Can you tell me where to stop this automatic creation.
    Regards,
    Navneet.

    Hi Navneet,
    The following Wiki page may be helpful:
    http://wiki.sdn.sap.com/wiki/x/MBfHC
    you may also check user exit ZXPADU01.
    Regards,
    Li

  • BP number not getting created while creating org structure in PPOMA_CRM

    Hi,
    we have sol Man 4.0 SP15. I am creating org structure in PPOMA_CRM. After creating the org units, the BP number are NOT getting generated automatically. Please advise on this.
    Regards
    Kumar

    Hi,
    Hav a look at the below post
    [PPOMA_CRM no BP number assigned|PPOMA_CRM no BP number assigned]
    Thx,
    Waseem

  • An addtional Quota is always created while creating JMSQueue with Ant Scrip

    Hi,
    When I create JMSQueue on WLS using Ant script, an additional Quota is always being created for each of JMSQueue.
    For example, I created a JMS Queue which is named as "CommandQueue", then an Quota will be created which is named as "CommandQueue.Quota".
    Following is the script I was using.
    <wlconfig url="${weblogic.url}" username="${weblogic.username}" password="${weblogic.password}">
    <query domain="${weblogic.domain}" type="Server" name="${weblogic.server}" property="wls.server"/>
    <create type="JMSServer" name="JMSServer">
    <set attribute="Targets" value="${wls.server}"/>
    <create type="JMSQueue" name="CommandQueue">
    <set attribute="JNDIName" value="jms/CommandQueue"/>
    <set attribute="MessagesMaximum" value="-1"/>
    </create>
    </create>
    </wlconfig>
    Is there anyone who can tell me how to solve this issue?
    Thanks very much.

    Repro:
    1.Launch JDev 11.1.1.5.0
    2.Start the instance of Integrated WLS
    3.Run "doconfig" task from following script.
    build.properties
    weblogic.home.dir = D:/Oracle/Middleware/wlserver_10.3
    weblogic.lib.dir = ${weblogic.home.dir}/server/lib
    weblogic.url = t3://localhost:7101
    weblogic.username = weblogic
    weblogic.password = weblogic1
    weblogic.domain = DefaultDomain
    weblogic.server = DefaultServer
    build.xml
    <?xml version="1.0" encoding="UTF-8" ?>
    <project default="doconfig">
    <property file="deploy.properties"/>
    <path id="jar.path">
    <pathelement location="${weblogic.lib.dir}\weblogic.jar"/>
    </path>
    <echo message="Initial WLS taskdef."/>
    <target name="init" description="Initialize WLS taskdef">
    <taskdef name="wlserver" classname="weblogic.ant.taskdefs.management.WLServer" classpathref="jar.path"/>
    <taskdef name="wlconfig" classname="weblogic.ant.taskdefs.management.WLConfig" classpathref="jar.path"/>
    <taskdef name="wldeploy" classname="weblogic.ant.taskdefs.management.WLDeploy" classpathref="jar.path"/>
    </target>
    <echo message="Deleting existing configuration"/>
    <target name="clean" depends="init" description="Delete existing configuration.">
    <wlconfig url="${weblogic.url}" username="${weblogic.username}" password="${weblogic.password}" failonerror="false">
    <delete Mbean="${weblogic.domain}:Name=JMSServer,Type=JMSServer"/>
    <delete Mbean="${weblogic.domain}:Name=QueueFactory,Type=JMSConnectionFactory"/>
    </wlconfig>
    </target>
    <echo message="Doconfig"/>
    <target name="doconfig" depends="clean">
    <!--Login-->
    <wlconfig url="${weblogic.url}" username="${weblogic.username}" password="${weblogic.password}">
    <query domain="${weblogic.domain}" type="Server" name="${weblogic.server}" property="wls.server"/>
    <!-- When creating a new JMS server, the script uses a nested create element to create a JMS queue, which is the child of the JMS server -->
    <create type="JMSServer" name="JMSServer">
    <set attribute="Targets" value="${wls.server}"/>
    <create type="JMSQueue" name="RequestQueue">
    <set attribute="JNDIName" value="jms/RequestQueue"/>
    <set attribute="MessagesMaximum" value="-1"/>
    </create>
    <create type="JMSQueue" name="ResponseQueue">
    <set attribute="JNDIName" value="jms/ResponseQueue"/>
    <set attribute="MessagesMaximum" value="-1"/>
    </create>
    <create type="JMSTopic" name="NotificationTopic">
    <set attribute="JNDIName" value="jms/NotificationTopic"/>
    <set attribute="MessagesMaximum" value="-1"/>
    </create>
    </create>
    <!-- The script creates a new JMS connection factory using nested set elements -->
    <create type="JMSConnectionFactory" name="QueueFactory">
    <set attribute="JNDIName" value="jms/QueueFactory"/>
    <set attribute="XAServerEnabled" value="true"/>
    <set attribute="Targets" value="${wls.server}"/>
    </create>
    </wlconfig>
    </target>
    </project>
    4. Login to WLS admin console
    5. Home >JMS Modules >interop-jms
    6. You can see following additional Quota were getting created for each of Queue/Topic which is unncessary.
    NotificationTopic.Quota
    RequestQueue.Quota
    ResponseQueue.Quota

  • Problem in refurbishment processing while creating GR.

    Dear experts,
    I'm working on refurbishment processing. I have done all the steps as below:
    I have a material for equipment for which I have 3 valuation types:
    C1 - New items
    C2 - Repaired Items
    C3 - Damaged Items.
    1. Equipment creation with serial number allocating the valuation type C1 installed at a F/L
    2. I have 2 no.s of the same in stock with the valuation type C1.
    Now I got a problem with equipment which is installed and needs to send it to the vendor for repair. I have changed the valuation type to C3 of the equipment in serial number data, and dismantled using t code IE4N with movement type 202. After that I have issued one material (equipment) from stock to the same cost center and then went to change mode of the equipment (IE02) in structure tab I have mentioned the F/L.
    Now I have created a Refurbishment order for the damaged equipment, mentioning from valuation C3 to valuation C2 in the order. I have mentioned the Service number, qyt and price in the External screen of the Operations tab. Released the order. I got PR. (I have mentioned only services for the PR, no materials). I have created the PO w.r.t the PR from the refurbishment order.
    After that the vendor has completed the services and returned the material (equipment), for that I'm following the GR w.r.t refurbishment order i.e, IW8W. I have entered the Order number then enter. There in the new screen it shows,
    Change charge / valuation type+Post GR. this is having tick by defualt.
    Posting date: 28.05.2009
    Document date28.05.2009
    Valuation type C2 in gray mode
    Plant 1250 in gray mode
    stor. location 1040 optional entry
    Then I have ticked the box for Deliv. Compl
    Here I am not finding the material number or serial number.
    In the bottom of the screen it shows the header
    Serial number   Material number     Materail doc number     Batch/Valuation Type
    The headers are showing but no data under the header. While saving the document it gives error message as below:
    Select serial numbers
    Message no. CMFU106
    But there is no data of serial number to select. I have tried the same in IDES, there it is showing only Material numbe no serial number, but allowing to save the document. (the screen is bit different that of Devl. server, in IDES the header as I mentioned above is not appearing, just below the order number the Material number is displaying.)
    Please help me in solving this issue.
    Rgrds,
    Praveen

    Pithan,
    I dont understand why new serial number is created while creating RO? That equipment is already having aserail number and was in use. Now that equipment is damaged and sending for repair to vendor.
    While creating RO it takes the serail number of that equipment (here I have one serial number to one equipment and one material with several serail numbers).
    If that is the case then how it has accepted the GR through MIGO?
    In the document itself SAP mentioned the you need to choose the serial number of the damaged equiupment while creating the RO. It will not be created while creating RO.
    When I try to create and release RO it gives error message as below:
    Automatic serial number assignment for refurbishment is not advisable
    Message no. IW832
    Diagnosis
    The material 700000236 is assigned to the serial number profile. For the serialization operation affected here, automatic serialization is configured in Customizing (value 04)
    System Response
    The setting is not supported in the refurbishment.
    Procedure
    Maintain the serial numbers manually.
    Regards,
    Praveen

  • Create Excise invoice(J1IIN) document while creating billing document using bapi BAPI_BILLINGDOC_CREATEMULTIPLE

    Dear Experts,
    My scenario is:
    We have batch split scenario, where the parent line item of billing document has 0 quantity and its subsequent item (item with batch number) holds actual quantity data.
    When we create billing document using VF01 against delivery document, system creates billing document along with excise invoice document (J1IIN Document). And in excise document contain same number of line items that of billing document. Please see the below attachment: 
    Biiling document screen shot:
    While creating billing document, the J1IIN Document created automatically. Below is the screen-shot for the same.
    Now the issue is:
    When we create billing document using BAPI: BAPI_BILLINGDOC_CREATEMULTIPLE system creating only billing document and not creating excise invoice document.
    When we create excise document manually using J1IIN the zero quantity line items are excluded in excise invoice document.
    Please see the below screen-shot for the same; The z quantity line items are missing.
    We want excise document to be created while creating billing document using BAPI BAPI_BILLINGDOC_CREATEMULTIPLE. Or is there any other BAPI for the same purpose.
    Customization is also maintained for creating excise invoice document automatically.
    Regards,
    Rajesh Sadula.

    HI
      Pricing will be carried basing on the pricing
    procedure.
    Case1: Prices will be carried out automatically if
    necessary condition records are maintained for the
    condition type.
      For this you can go to Sales Order-> Item Conditions
    In the screen you can click on command button Analysis,
    which gives you the list of condition types associated
    to the pricing procedure. By clicking on the condition
    type you can know the action that has taken place.
    Case2: Manually forcing prices for Items.
      To do this, you have to populate ORDER_CONDITIONS_IN &
    ORDER_CONDITIONS_INX. Also note to identify the item
    numbers, you manually pass the item number for each item
    in the sales order, use the same item number for
    populating conditions.
      Parameters required:
    ORDER_CONDITIONS_IN:
      ITM_NUMBER, COND_TYPE, COND_VALUE, CURRENCY
    ORDER_CONDITIONS_INX:
      ITM_NUMBER, COND_TYPE, UPDATEFLAG, COND_VALUE,CURRENCY.
       Hope the above info helps you. Do revert back if you
    need more info.
    Kind Regards
    Eswar

  • Error while creating MV replication group object

    Hi,
    I am getting error while creating replication group object. I tried to create using OEM and SQLPlus
    OEM error
    This error while creating M.V. rep. group object
    There is a table or view named SCOTT.EMP.
    It must be dropped before a materialized view can be created.
    In SQLPLUS
    SQL> CONNECT MVIEWADMIN/MVIEWADMIN@SWEET
    Connected.
    SQL>
    SQL> BEGIN
    2 DBMS_REPCAT.CREATE_MVIEW_REPOBJECT (
    3 gname => 'SCOTT',
    4 sname => 'KARTHIK',
    5 oname => 'emp_mv',
    6 type => 'SNAPSHOT',
    7 min_communication => TRUE);
    8 END;
    9 /
    BEGIN
    ERROR at line 1:
    ORA-23306: schema KARTHIK does not exist
    ORA-06512: at "SYS.DBMS_SYS_ERROR", line 86
    ORA-06512: at "SYS.DBMS_REPCAT_SNA_UTL", line 2840
    ORA-06512: at "SYS.DBMS_REPCAT_SNA_UTL", line 773
    ORA-06512: at "SYS.DBMS_REPCAT_SNA_UTL", line 5570
    ORA-06512: at "SYS.DBMS_REPCAT_SNA", line 82
    ORA-06512: at "SYS.DBMS_REPCAT", line 1332
    ORA-06512: at line 2
    Please not already I have created KARTHIK schema.

    Arthik,
    I think I know what may have happened.
    As I can see you are trying to create support for an updateable materialized view.
    You have to make sure the name of the schema that owns the materialized view is the same as the schema owner of the master table (at master site).
    From the code you have shown, I bet the owner of table EMP is SCOTT.
    From the other hand, you want to create materialized view EMP_MV under schema KARTHIK that refers to table SCOTT.EMP at master site.
    According to the documentation, the schema name used in DBMS_REPCAT.CREATE_MVIEW_REPOBJECT must be same as the schema that owns the master table.
    Please check the documentation at the link below
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14227/rarrcatpac.htm#i109228
    I tried to reproduce your example in my environment, and I got exactly the same error which actually confirms my assumption that the reason for the error is the fact that you tried to create the materialized view in a schema with different name than the one where master table exists.
    I'll skip some of the steps that I used to create the replication environment.
    I have two databases, DB1.world and DB2.world
    On DB2.world I will generate replication support for table EMP which belongs to user SCOTT
    SQL> conn scott/*****@DB2.world
    Connected.
    SQL>create materialized view log on EMP with primary key;
    Materialized view log created.
    SQL>
    SQL>conn repadmin/*****@DB2.world
    Connected.
    SQL>BEGIN
      2       DBMS_REPCAT.CREATE_MASTER_REPGROUP(
      3         gname => 'GROUPA',
      4         qualifier => '',
      5         group_comment => '');
      6*   END;
    PL/SQL procedure successfully completed.
    SQL>BEGIN
      2       DBMS_REPCAT.CREATE_MASTER_REPOBJECT(
      3         gname => 'GROUPA',
      4         type => 'TABLE',
      5         oname => 'EMP',
      6         sname => 'SCOTT',
      7         copy_rows => TRUE,
      8         use_existing_object => TRUE);
      9*   END;
    10  /
    PL/SQL procedure successfully completed.
    SQL> BEGIN
      2       DBMS_REPCAT.GENERATE_REPLICATION_SUPPORT(
      3         sname => 'SCOTT',
      4         oname => 'EMP',
      5         type => 'TABLE',
      6         min_communication => TRUE);
      7    END;
      8  /
    PL/SQL procedure successfully completed.
    SQL>execute DBMS_REPCAT.RESUME_MASTER_ACTIVITY(gname => 'GROUPA');
    PL/SQL procedure successfully completed.
    SQL> select status from dba_repgroup;
    STATUS                                                                         
    NORMAL                                                                          Now let's create updateable materialized view at DB1. Before that I want to let you know that I created one sample in DB1 user named MYUSER. MVIEWADMIN is Materialized View administrator.
    SQL>conn mviewadmin/****@DB1.world
    Connected.
    SQL>   BEGIN
      2       DBMS_REFRESH.MAKE(
      3         name => 'MVIEWADMIN.MV_REFRESH_GROUPA',
      4         list => '',
      5         next_date => SYSDATE,
      6         interval => '/*1:Hr*/ sysdate + 1/24',
      7         push_deferred_rpc => TRUE,
      8         refresh_after_errors => TRUE,
      9         parallelism => 1);
    10    END;
    11  /
    PL/SQL procedure successfully completed.
    SQL>   BEGIN
      3       DBMS_REPCAT.CREATE_SNAPSHOT_REPGROUP(
      5         gname => 'GROUPA',
      7         master => 'DB2.wolrd',
      9         propagation_mode => 'ASYNCHRONOUS');
    11    END;
    12  /
    PL/SQL procedure successfully completed.
    SQL>conn myuser/*****@DB1.world
    Connected.
    SQL>CREATE MATERIALIZED VIEW MYUSER.EMP_MV
      2    REFRESH FAST
      3    FOR UPDATE
      4    AS SELECT EMPNO, ENAME, JOB, MGR, SAL, COMM, DEPTNO, HIREDATE
      5*      FROM   [email protected];
    Materialized view created.
    SQL>conn mviewadmin/******@DB1.world
    Connected.
    SQL> BEGIN
      2       DBMS_REFRESH.ADD(
      3         name => 'MVIEWADMIN.MV_REFRESH_GROUPA',
      4         list => 'MYUSER.EMP_MV',
      5         lax => TRUE);
      6    END;
      7  /
    PL/SQL procedure successfully completed.And now lets run CREATE_MVIEW_REPOBJECT.
    SQL>   BEGIN
      2       DBMS_REPCAT.CREATE_MVIEW_REPOBJECT(
      3         gname => 'GROUPA',
      4         sname => 'MYUSER',
      5         oname => 'EMP_MV',
      6         type => 'SNAPSHOT',
      7         min_communication => TRUE);
      8    END;
      9  /
      BEGIN
    ERROR at line 1:
    ORA-23306: schema MYUSER does not exist
    ORA-06512: at "SYS.DBMS_SYS_ERROR", line 86
    ORA-06512: at "SYS.DBMS_REPCAT_SNA_UTL", line 2840
    ORA-06512: at "SYS.DBMS_REPCAT_SNA_UTL", line 773
    ORA-06512: at "SYS.DBMS_REPCAT_SNA_UTL", line 5570
    ORA-06512: at "SYS.DBMS_REPCAT_SNA", line 82
    ORA-06512: at "SYS.DBMS_REPCAT", line 1332
    ORA-06512: at line 3 I reproduced exactly the same error message.
    So the problem is clearly in the schema name that owns the materialized view.
    Now lets see if what would happen if I create the MV under schema SCOTT which has the same name as the schema on DB2.world where the master table exists.
    SQL>conn scott/****@DB1.world
    Connected.
    SQL>CREATE MATERIALIZED VIEW SCOTT.EMP_MV
      2    REFRESH FAST
      3    FOR UPDATE
      4    AS SELECT EMPNO, ENAME, JOB, MGR, SAL, COMM, DEPTNO, HIREDATE
      5*      FROM   [email protected];
    Materialized view created.
    SQL>conn mviewadmin/******@DB1.world
    Connected.
    SQL> BEGIN
      2       DBMS_REFRESH.ADD(
      3         name => 'MVIEWADMIN.MV_REFRESH_GROUPA',
      4         list => 'SCOTT.EMP_MV',
      5         lax => TRUE);
      6    END;
      7  /
    PL/SQL procedure successfully completed.And now lets run CREATE_MVIEW_REPOBJECT.
    SQL>   BEGIN
      2       DBMS_REPCAT.CREATE_MVIEW_REPOBJECT(
      3         gname => 'GROUPA',
      4         sname => 'SCOTT',
      5         oname => 'EMP_MV',
      6         type => 'SNAPSHOT',
      7         min_communication => TRUE);
      8    END;
    PL/SQL procedure successfully completed.As you can see everything works fine when the name of the schema owner of the MV at DB1.world is the same as the schema owner of the master table at DB2.world .
    -- Mihajlo
    Message was edited by:
    tekicora

  • Error while creating the AW

    Hi,
    While creating the analytic workspace I am getting following message..
    Can anyone please tell what might have gone wrong? Any help will be appriciated.
    Preparing
    Creating analytic workspace...
    Processing cube AW_SALES_CUBE
    Processing Creating Dimension : AW_CUST_DIM
    Processing Creating Dimension : AW_PROD_DIM
    Processing Creating Cube : AW_SALES_CUBE
    Processing Defining Load for Cube: AW_SALES_CUBE
    SqlException = ORA-06510: PL/SQL: unhandled user-defined exception
    ORA-06512: at "OLAPSYS.DBMS_AWM_PRV", line 469
    ORA-01422: exact fetch returns more than requested number of rows
    ORA-06512: at "OLAPSYS.DBMS_AWM_PRV", line 983
    ORA-06512: at "OLAPSYS.DBMS_AWM", line 428
    ORA-06512: at line 1
    Error Code = 6510
    Sql State = 65000
    All the cubes could not be added to the Analytic Workspace AWSALE;
    The following cubes could not be added : SALES_CUBE
    Could not generate SQL for Views and ADTS for OLAP API and beans enabling.
    java.sql.SQLException: ORA-06510: PL/SQL: unhandled user-defined exception
    ORA-06512: at "OLAPSYS.DBMS_AWM_PRV", line 469
    ORA-01422: exact fetch returns more than requested number of rows
    ORA-06512: at "OLAPSYS.DBMS_AWM_PRV", line 983
    ORA-06512: at "OLAPSYS.DBMS_AWM", line 428
    ORA-06512: at line 1
    Tidying Up
    Failed to create the analytic workspace

    The versions are follows..
    Also, I tried with another set of tables. But, I still got the same errors. I am attaching all those details..
    Please help..
    --SOFTWARES....
    --Oracle Database:
    Oracle9i Enterprise Edition Release 9.2.0.5.0 - 64bit Production
    With the Partitioning and OLAP options
    JServer Release 9.2.0.5.0 - Production
    --OEM
    9.2.0.1.0 Production
    --AWM
    9.2.0.4.1D
    --TABLE CREATION SCRIPTS
    Note: I created the following tables in user RMS_PROTOTYPE
    create table meter (
    meter_id number(10),
    meter_name varchar2(40),
    make_id number(10),
    make_name varchar2(40)
    alter table meter
    add constraints meter_pk
    PRIMARY KEY (meter_id)
    NORELY DISABLE NOVALIDATE;
    create table month (
    month_id number(10),
    month_name varchar2(40)
    alter table month
    add constraints month_pk
    PRIMARY KEY (month_id)
    NORELY DISABLE NOVALIDATE;
    create table invoice (
    invoice_id number(10),
    month_id number(10),
    meter_id number(10),
    invoice_amount number(16,2)
    alter table invoice
    add constraints invoice_pk
    PRIMARY KEY (invoice_id)
    NORELY DISABLE NOVALIDATE;
    alter table invoice
    add constraints invoice_meter_fk
    FOREIGN KEY (meter_id)
    REFERENCES meter (meter_id)
    NORELY DISABLE NOVALIDATE;
    alter table invoice
    add constraints invoice_month_fk
    FOREIGN KEY (month_id)
    REFERENCES month (month_id)
    NORELY DISABLE NOVALIDATE;
    Note: I created the following dimensions/cube in user RMS_PROTOTYPE
    --METER DIMENSION
    CREATE DIMENSION RMS_PROTOTYPE.METER_DIM
    LEVEL LVL_METER IS METER.METER_ID
    ATTRIBUTE LVL_METER DETERMINES (METER.MAKE_ID, METER.METER_NAME, METER.MAKE_NAME)
    begin
    cwm_classify.remove_entity_descriptor_use(28, cwm_utility.DIMENSION_TYPE, 'RMS_PROTOTYPE', 'METER_DIM');
    cwm_olap_dimension.set_plural_name('RMS_PROTOTYPE', 'METER_DIM', 'METER_DIM');
    cwm_olap_dimension.set_display_name('RMS_PROTOTYPE', 'METER_DIM', 'METER_DIM');
    cwm_olap_dimension.set_description('RMS_PROTOTYPE', 'METER_DIM', 'Meter Dimension');
    cwm_olap_level.set_display_name('RMS_PROTOTYPE', 'METER_DIM', 'LVL_METER', 'LVL_METER');
    cwm_olap_level.set_description('RMS_PROTOTYPE', 'METER_DIM', 'LVL_METER', 'Level Meter');
    cwm_olap_level_attribute.set_name('RMS_PROTOTYPE', 'METER_DIM', 'LVL_METER', 'MAKE_ID', 'MAKE_ID');
    cwm_olap_level_attribute.set_name('RMS_PROTOTYPE', 'METER_DIM', 'LVL_METER', 'METER_NAME', 'METER_NAME');
    cwm_olap_level_attribute.set_name('RMS_PROTOTYPE', 'METER_DIM', 'LVL_METER', 'MAKE_NAME', 'MAKE_NAME');
    cwm_olap_dim_attribute.create_dimension_attribute('RMS_PROTOTYPE', 'METER_DIM', 'MTR_Name', 'MTR_Name', 'Meter Name');
    cwm_classify.add_entity_descriptor_use(41, cwm_utility.DIMENSION_ATTRIBUTE_TYPE, 'RMS_PROTOTYPE', 'METER_DIM', 'MTR_Name');
    cwm_olap_dim_attribute.create_dimension_attribute('RMS_PROTOTYPE', 'METER_DIM', 'Mk_Id', 'Mk_Id', 'Maker Id');
    cwm_classify.add_entity_descriptor_use(42, cwm_utility.DIMENSION_ATTRIBUTE_TYPE, 'RMS_PROTOTYPE', 'METER_DIM', 'Mk_Id');
    cwm_olap_dim_attribute.create_dimension_attribute('RMS_PROTOTYPE', 'METER_DIM', 'Mk_Name', 'Mk_Name', 'Maker Name');
    cwm_olap_dim_attribute.add_level_attribute('RMS_PROTOTYPE', 'METER_DIM', 'MTR_Name', 'LVL_METER', 'METER_NAME');
    cwm_olap_dim_attribute.add_level_attribute('RMS_PROTOTYPE', 'METER_DIM', 'Mk_Id', 'LVL_METER', 'MAKE_ID');
    cwm_olap_dim_attribute.add_level_attribute('RMS_PROTOTYPE', 'METER_DIM', 'Mk_Name', 'LVL_METER', 'MAKE_NAME');
    cwm_classify.add_entity_descriptor_use(41, cwm_utility.LEVEL_ATTRIBUTE_TYPE, 'RMS_PROTOTYPE', 'METER_DIM', 'LVL_METER', 'METER_NAME');
    cwm_classify.add_entity_descriptor_use(42, cwm_utility.LEVEL_ATTRIBUTE_TYPE, 'RMS_PROTOTYPE', 'METER_DIM', 'LVL_METER', 'MAKE_ID');
    commit;
    end;
    --Month DIMENSION
    CREATE DIMENSION RMS_PROTOTYPE.MONTH_DIM
    LEVEL LVL_MONTH IS MONTH.MONTH_ID
    ATTRIBUTE LVL_MONTH DETERMINES MONTH.MONTH_NAME
    begin
    cwm_classify.remove_entity_descriptor_use(28, cwm_utility.DIMENSION_TYPE, 'RMS_PROTOTYPE', 'MONTH_DIM');
    cwm_olap_dimension.set_plural_name('RMS_PROTOTYPE', 'MONTH_DIM', 'MONTH_DIM');
    cwm_olap_dimension.set_display_name('RMS_PROTOTYPE', 'MONTH_DIM', 'MONTH_DIM');
    cwm_olap_dimension.set_description('RMS_PROTOTYPE', 'MONTH_DIM', 'Month Dimension');
    cwm_olap_level.set_display_name('RMS_PROTOTYPE', 'MONTH_DIM', 'LVL_MONTH', 'LVL_MONTH');
    cwm_olap_level.set_description('RMS_PROTOTYPE', 'MONTH_DIM', 'LVL_MONTH', 'Month Level');
    cwm_olap_level_attribute.set_name('RMS_PROTOTYPE', 'MONTH_DIM', 'LVL_MONTH', 'MONTH_NAME', 'MONTH_NAME');
    cwm_olap_dim_attribute.create_dimension_attribute('RMS_PROTOTYPE', 'MONTH_DIM', 'MNTH_NAME', 'MNTH_NAME', 'Month Name');
    cwm_classify.add_entity_descriptor_use(41, cwm_utility.DIMENSION_ATTRIBUTE_TYPE, 'RMS_PROTOTYPE', 'MONTH_DIM', 'MNTH_NAME');
    cwm_olap_dim_attribute.add_level_attribute('RMS_PROTOTYPE', 'MONTH_DIM', 'MNTH_NAME', 'LVL_MONTH', 'MONTH_NAME');
    cwm_classify.add_entity_descriptor_use(41, cwm_utility.LEVEL_ATTRIBUTE_TYPE, 'RMS_PROTOTYPE', 'MONTH_DIM', 'LVL_MONTH', 'MONTH_NAME');
    commit;
    end;
    --SALE CUBE
    declare MTR_DIM number;
    MTH_DIM number;
    tmp number;
    begin
    CWM_OLAP_CUBE.Create_Cube('RMS_PROTOTYPE', 'INV_CUBE', 'Invoice Cube', '');
    MTR_DIM := CWM_OLAP_CUBE.Add_Dimension('RMS_PROTOTYPE', 'INV_CUBE', 'RMS_PROTOTYPE', 'METER_DIM', 'MTR_DIM');
    CWM_OLAP_CUBE.Map_Cube('RMS_PROTOTYPE', 'INV_CUBE', 'RMS_PROTOTYPE', 'INVOICE', 'INVOICE_METER_FK', 'LVL_METER', 'RMS_PROTOTYPE', 'METER_DIM', 'MTR_DIM');
    MTH_DIM := CWM_OLAP_CUBE.Add_Dimension('RMS_PROTOTYPE', 'INV_CUBE', 'RMS_PROTOTYPE', 'MONTH_DIM', 'MTH_DIM');
    CWM_OLAP_CUBE.Map_Cube('RMS_PROTOTYPE', 'INV_CUBE', 'RMS_PROTOTYPE', 'INVOICE', 'INVOICE_MONTH_FK', 'LVL_MONTH', 'RMS_PROTOTYPE', 'MONTH_DIM', 'MTH_DIM');
    CWM_OLAP_MEASURE.Create_Measure('RMS_PROTOTYPE', 'INV_CUBE', 'INVOICE_AMOUNT', 'Invoice Amount', '');
    CWM_OLAP_MEASURE.Set_Column_Map('RMS_PROTOTYPE', 'INV_CUBE', 'INVOICE_AMOUNT', 'RMS_PROTOTYPE', 'INVOICE', 'INVOICE_AMOUNT');
    CWM_OLAP_MEASURE.Create_Measure('RMS_PROTOTYPE', 'INV_CUBE', 'INVOICE_ID', 'Invoice Id', '');
    CWM_OLAP_MEASURE.Set_Column_Map('RMS_PROTOTYPE', 'INV_CUBE', 'INVOICE_ID', 'RMS_PROTOTYPE', 'INVOICE', 'INVOICE_ID');
    tmp:= cwm_utility.create_function_usage('SUM');
    cwm_olap_measure.set_default_aggregation_method('RMS_PROTOTYPE', 'INV_CUBE', 'INVOICE_AMOUNT', tmp, 'RMS_PROTOTYPE', 'METER_DIM', 'MTR_DIM');
    tmp:= cwm_utility.create_function_usage('SUM');
    cwm_olap_measure.set_default_aggregation_method('RMS_PROTOTYPE', 'INV_CUBE', 'INVOICE_AMOUNT', tmp, 'RMS_PROTOTYPE', 'MONTH_DIM', 'MTH_DIM');
    tmp:= cwm_utility.create_function_usage('SUM');
    cwm_olap_measure.set_default_aggregation_method('RMS_PROTOTYPE', 'INV_CUBE', 'INVOICE_ID', tmp, 'RMS_PROTOTYPE', 'METER_DIM', 'MTR_DIM');
    tmp:= cwm_utility.create_function_usage('SUM');
    cwm_olap_measure.set_default_aggregation_method('RMS_PROTOTYPE', 'INV_CUBE', 'INVOICE_ID', tmp, 'RMS_PROTOTYPE', 'MONTH_DIM', 'MTH_DIM');
    commit;
    end;
    Note: I tried to create the analytic workspace in user RMS_PROTOTYPE_AW. But I got the following error.
    --ERROR in AWM
    Preparing
    Creating analytic workspace...
    Processing cube P_INV_CUBE
    Processing Creating Dimension : P_METER_DIM
    Processing Creating Dimension : P_MONTH_DIM
    Processing Creating Cube : P_INV_CUBE
    Processing Defining Load for Cube: P_INV_CUBE
    SqlException = ORA-06510: PL/SQL: unhandled user-defined exception
    ORA-06512: at "OLAPSYS.DBMS_AWM_PRV", line 469
    ORA-01422: exact fetch returns more than requested number of rows
    ORA-06512: at "OLAPSYS.DBMS_AWM_PRV", line 983
    ORA-06512: at "OLAPSYS.DBMS_AWM", line 428
    ORA-06512: at line 1
    Error Code = 6510
    Sql State = 65000
    All the cubes could not be added to the Analytic Workspace AW_INV_01;
    The following cubes could not be added : INV_CUBE
    java.sql.SQLException: ORA-06510: PL/SQL: unhandled user-defined exception
    ORA-06512: at "OLAPSYS.DBMS_AWM_PRV", line 469
    ORA-01422: exact fetch returns more than requested number of rows
    ORA-06512: at "OLAPSYS.DBMS_AWM_PRV", line 983
    ORA-06512: at "OLAPSYS.DBMS_AWM", line 428
    ORA-06512: at line 1
    Tidying Up
    Failed to create the analytic workspace
    Thanks in advance.

  • AMS 4.0 errors out while creating RTF StatusCheckStep error: Package creati

    Hi All,
    OEM: 11g
    Oracle Apps:12.1.3
    O/S: AIX 6.1
    While creating rtf through AMS 4.0, we are getting the error message:
    Error while evaluating expression:[Error evaluating expression: ${FUNC_STATUS_CHECKER(${data.V_BUGNO})} : [StatusCheckStep error: Package creation request failed
    (Status:Completed Error - Initialization Failed).]]
    Could anyone please share the resolution to the above issue faced before!
    Thanks for your time!
    Regards,

    Hi,
    perhaps my help is still useful.
    On the end of the Customization Manager procedure you will find a status checker. The purpose of status checker is to review the individual steps and highlight the job/job step under trouble.
    In your case, one of the sub jobs, here "Package creation request failed" is erroring out. It can be that the AMP plug in is not completely configured, or requires a patch.
    You should run as first the diagnostic for Customization Manager, to see if the expected configuration is in place. You may also drill down to the individual step logs (within job details) to check if there are any further details.
    Regarding rft: usually you use rtf in combination with BI Publisher. If this is the case, please make sure that you have entered the right $Header$ string
    into the properties for your rtf. This is required to inform adpatch to which data source the rtf belongs to.
    Please let me know if this response is helpful for you.
    Kr, Volker

  • Error while creating a Characteristic Variable with Replacement Path

    Hi all,
        I am trying to create the Characteristic Variable ZVLOWDT (Low Date') with Replacement Path on characteristic ZSTARTDT (Start Date) and it gives the error 'Source to replace 'Low Date' is not defined.
       I have created a User Entry Variable VAR_DATE (Start Date) with interval like '01/01/2009 - 01/15/2009'  and  Customer Exit variable ZVCPDAY (does some calculation based on the input of VAR_DATE) on the same ZSTARTDT characteristic. I want to get the 01/01/2009 (lower range date of the selection) into this Characteristic Variable ZVLOWDT. We are in BI 7.0 and the following are it's properties:
    General Tab:
    Description: Low Date
    Technical Name: ZVLOWDT
    Type of Variable: Characteristic Value
    Processing by: Replacement Path
    Reference Characteristic: ZSTARTDT Start Date
    Details Tab:
    Variable Represents : Single value
    Variable is: Mandatory
    Variable is Ready for Input : unchecked
    Replacement Path Tab: Replacement Rule
    Replace Variable with : Variable
    Variable : VAR_DATE
    Replace with : KEY
    Why I am getting this error, PLEASE ?
    Thanks,
    Venkat.

    Hi Khaja,
       We could derive a Variable value from another Variable with out Customer Exit. There is a white paper.
    First have the User Entry Variable (ZV_X) and it accepts the date range like '01/01/2009 - 01/31/2009'. Next create the Characteristic variable (ZV_Y) of Replacement Path for which source variable will be ZV_X and we could get the 'FROM Date' (01/01/2009) from the selection (ZV_X) into it (ZV_Y).
    While creating the Characteristic variable (ZV_Y) of Replacement Path, I didn't find my newly created ZV_X variable in the list of available variables under 'Variable' header in 'Replacement Path' tab and it is causing the error  'Source to replace variable ZV_Y is not defined'. How could I create the Characteristic variable of Replacement Path, PLEASE ?
    Thanks,
    Venkat.

  • Error while creating a new connection in ODSM for OVD

    Hi all,
    I am getting the following error while creating a new connection in ODSM for OVD.
    Error log:
    [2012-07-10T14:50:30.005+05:30] [wls_ods1] [ERROR] [] [oracle.adfinternal.view.faces.config.rich.RegistrationConfigurator] [tid: [ACTIVE].ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: 0000JXkC9dU3FClqwsJb6G1FyhO000003D,0] [APP: odsm#11.1.1.2.0] Server Exception during PPR, #7[[
    javax.servlet.ServletException: Could not initialize class com.octetstring.vde.admin.services.client.VDEAdminServiceSoapBindingStub
    at javax.faces.webapp.FacesServlet.service(FacesServlet.java:277)
    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.help.web.rich.OHWFilter.doFilter(Unknown Source)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:97)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:420)
    at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:420)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:247)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:157)
    at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.dms.wls.DMSServletFilter.doFilter(DMSServletFilter.java:326)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    Caused by:
    =======
    java.lang.NoClassDefFoundError: Could not initialize class
    com.octetstring.vde.admin.services.client.VDEAdminServiceSoapBindingStub
    at com.octetstring.vde.admin.services.client.ServerMgrServiceLocator.getVDEAdminService(ServerMgrServiceLocator.java:58)
    at oracle.ldap.odsm.model.ovd.APServerProxy.connect(APServerProxy.java:248)
    at oracle.ldap.odsm.model.ovd.APServerProxy.authenticateAs(APServerProxy.java:684)
    at oracle.ldap.odsm.model.ovd.APServerProxy.authenticate(APServerProxy.java:286)
    at oracle.ldap.odsm.model.ovd.APServerProxy.init(APServerProxy.java:216)
    at oracle.ldap.odsm.model.ovd.APServerProxy.<init>(APServerProxy.java:198)
    at oracle.ldap.odsm.model.ovd.OVDRoot.connectOVD(OVDRoot.java:185)
    at oracle.ldap.odsm.ui.common.Connection.connect(Connection.java:120)
    at oracle.ldap.odsm.ui.common.Visit.createConnection(Visit.java:663)
    at oracle.ldap.odsm.ui.common.Login.saveChanges(Login.java:215)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.sun.el.parser.AstValue.invoke(Unknown Source)
    at com.sun.el.MethodExpressionImpl.invoke(Unknown Source)
    at org.apache.myfaces.trinidadinternal.taglib.util.MethodExpressionMethodBinding.invoke(MethodExpressionMethodBinding.java:53)
    at org.apache.myfaces.trinidad.component.UIXComponentBase.broadcastToMethodBinding(UIXComponentBase.java:1245)
    at org.apache.myfaces.trinidad.component.UIXCommand.broadcast(UIXCommand.java:183)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.broadcastEvents(LifecycleImpl.java:812)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:292)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:177)
    at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
    ... 28 more
    How to resolve this issue.Pls suggest me.
    Regards,
    -Deena.

    Hi Deena,
    This error:
    "[2012-07-10T14:50:30.005+05:30] [wls_ods1] [ERROR] [] [oracle.adfinternal.view.faces.config.rich.RegistrationConfigurator] [tid: [ACTIVE].ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: 0000JXkC9dU3FClqwsJb6G1FyhO000003D,0] [APP: odsm#11.1.1.2.0] Server Exception during PPR, #7[[
    javax.servlet.ServletException: Could not initialize class com.octetstring.vde.admin.services.client.VDEAdminServiceSoapBindingStub"
    is known issue
    Go to metalink, article: Unable To Connect To OVD 11g Webinterface Using ODSM. [ID 1282757.1]
    You need to apply that patch.
    I hope this helps,
    Thiago Leoncio.

Maybe you are looking for

  • ITunes for the family

    My situation is that my son, now 12, has his own iPhone and has been purchasing his games, apps and music on my itunes account.  Am I able to transfer all his purchases to his new itunes account or is all his data and game progress gone?

  • Field display conditionally

    I am having some problem regarding adobe forms , Scenario is: there is one total field and one nettotal field , nettotal field is addition of total + discounts. now if the discount is initial the field wil not come in the form and if the discount is

  • Classic Ipod not Identified by Vista or Itunes.

    I've been having troubles with my ipod for some time now. My ipod is not showing up on itunes, and is showing up in my device manager as "unknown device" I've tried everything you could name. Uninstalled and checked for hardware changes, make a highf

  • Security Zones and KM

    Is there a way to link KM with security zones? How that can be done and is there a White Paper in this topic? If not how about securing accessing KM using URL? Kais Barakat

  • Oracle tools

    Hi, i am working in oracle 10g in windows xp, i am using the OEM fro monitoring, backup and Performance tuning, Any one kindly tell me about the third party tools for backup, monitoring, and administration. other oem and grid