IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  MWS Script Error.

    Posted Thu October 21, 2010 03:59 AM

    Experts,

    When I ran this ora_mws_c_dml_tracking.sql script to create the MWS Schema I got this error–>
    ****************************
    Session altered.

    INSERT INTO component_event
    *
    ERROR at line 1:
    ORA-00942: table or view does not exist

    Commit complete.
    ***************************

    What am I missing?
    Here are my scripts that Im running in the following sequence:

    1. ora_mws_c_ddl_tables.sql
    2. ora_mws_c_dml_core.sql
    3. ora_mws_c_ddl_keys.sql
    4. ora_mws_c_ddl_seq.sql
    5. ora_mws_c_ddl_triggers.sql
    6. ora_mws_c_dml_tracking.sql

    Thanks for your help and suggestions in advance folks !
    -Scooby!


    #MWS-CAF-Task-Engine
    #webMethods-BPMS
    #webMethods


  • 2.  RE: MWS Script Error.

    Posted Thu October 21, 2010 04:41 PM


  • 3.  RE: MWS Script Error.

    Posted Thu October 21, 2010 10:34 PM

    The script "ora_mws_c_dml_tracking.sql" insert the version of installed mws tablespace into “COMPONENT_EVENT”. So please check if this table got created in your MWS tablespace…


    #MWS-CAF-Task-Engine
    #webMethods-BPMS
    #webMethods


  • 4.  RE: MWS Script Error.

    Posted Thu October 21, 2010 10:42 PM

    yes, you are right that table is missing.
    So what I wanted to know is what script creates that table?
    Any idea ?
    How do i go about fixing this issue?
    what do i need re-run so that the script–>ora_mws_c_dml_tracking.sql script runs OK?


    #webMethods-BPMS
    #webMethods
    #MWS-CAF-Task-Engine


  • 5.  RE: MWS Script Error.

    Posted Thu October 21, 2010 10:56 PM

    AFAIK… this table is created by DBconfigurator tool itslef, when you run the dbconfigurator.bat/sh for a particular component it get created automatically.


    #webMethods
    #webMethods-BPMS
    #MWS-CAF-Task-Engine