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.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  which DB scripts should be run for Modeler?

    Posted 03/25/07 09:18 PM

    I installed the 6.5 version of IS, WmModeler, WmPRT, WmMonitor on Windows.

    Then I ran all the script options in
    C:\webMethods6\common\db\scripts\oracle\oracle.bat

    When I start IS, when the WmPRT package is started I get an error “table not found”, The message does not specify which table is missing.

    Are there additionl DB scripts that must be run for Modeler?


    #Integration-Server-and-ESB
    #webMethods-General
    #webMethods


  • 2.  RE: which DB scripts should be run for Modeler?

    Posted 03/26/07 05:51 AM

    Hi,

    please install the following Scripts additionally (They are currently not available for the DB Installer).

    <WM_ROOT>/common/db/scripts/create/create_prt_6-5_Oracle.sql

    <WM_ROOT>/common/db/scripts/create/create_iscoreaudit_6-5_Oracle.sql (if you plan to put error data, session data, etc. in the database.

    <WM_ROOT>/common/db/scripts/create/create_idr_6-5_Oracle.sql (for Duplicate Detection)

    For the Modeler Design Time Data you will have to look for <WM_ROOT>/common/db/scripts/create/create_RepoV3_6-5_Oracle.sql

    Regards,
    Holger


    #webMethods
    #Integration-Server-and-ESB
    #webMethods-General


  • 3.  RE: which DB scripts should be run for Modeler?

    Posted 03/26/07 06:07 PM

    Holger, thanks for your quick reply.

    I ran the scripts that you described. They produced “table created


    #Integration-Server-and-ESB
    #webMethods-General
    #webMethods


  • 4.  RE: which DB scripts should be run for Modeler?

    Posted 03/27/07 09:17 AM

    OK, I got it now. My problem was that my tables were created under user SYS, instead of MYUSER.

    Here is what I did

    1. dropped all tables (as SYS)
    2. created all tables (as MYUSER) (note: the scripts do not create processaudit tables)
    3. ran the script …\common\db\scripts\oracle\oracle.bat

    The processaudit menu asks for ‘DBLINK’ for processaudit and iscoreaudit. The answer to these prompts looks like this:
    jdbc:wm:oracle://:1521;SID=

    Thanks again Holger.


    #webMethods-General
    #webMethods
    #Integration-Server-and-ESB