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.


#TechXchangePresenter
 View Only
Expand all | Collapse all

WM61 TN DB Connection Help

  • 1.  WM61 TN DB Connection Help

    Posted Sat July 17, 2004 07:57 PM

    WM6.1 - Oracle 9i - Jdbc Thin Driver

    log says - No model version information was available from the database.

    from other threads i see this is due to TN not connecting to DB, what am i missing .
    Test of JDBC connection for TN says - Test of TN successful

    Server Log

    No model version information was available from the database.
    TRANET: Loading system configuration
    TRANET: Starting webMethods Trading Networks
    WmTN: Startup service (wm.tn.admin:startup)
    Loading WmTN package

    Packages Loaded

    Default
    WmRoot
    WmPublic
    WmTN
    WmFlatFile


    Oracle DB Scripts run for user TN - create_TN_6-1_Oracle.sql

    JDBC Pool

    Driver Alias Definitions
    Alias Name - OracleThinDriver
    Driver Class Name - oracle.jdbc.driver.OracleDriver

    Pool Alias Definitions
    Alias Name - TN_POOL
    Associated Driver Alias - OracleThinDriver
    Database URL - jdbc:oracle:thin:@192.168.1.101:1521:TestDB
    User Id - TN

    Functional Alias Definitions
    TN - Trading Networks Function - Associated Pool Alias (TN_POOL)

    Please help …

    Tom


    #webMethods
    #B2B-Integration
    #Integration-Server-and-ESB


  • 2.  RE: WM61 TN DB Connection Help

    Posted Sat July 17, 2004 09:01 PM

    Tom.

    I believe you have run all the necessary DB scripts provided by webMethods.

    I noticed in your Pool Alias Definitions:the Database URL should be in this syntax from 6.1
    Database URL - jdbc:wm:oracle//192.168.1.101:1521;SID:TestDB

    Or else

    Use the webMethods provided DataDirect JDBC Driver that comes with IS6.1.

    Here are the sample JDBC connection pool settings for TN,ProcessAudit,ISCoreAudit,XRef etc…

    Pool Alias Definitions
    Alias Name - TN_POOL
    Alias Descriptio -TN_POOL
    Associated Driver Alias -DataDirect Connect JDBC Oracle Driver
    Database URL - jdbc:wm:oracle://192.168.1.101:1521;SID:TestDB
    User Id - TN

    Finally Test the JDBC connection pool,similarly all the pools.

    Restart the IS and login to TN.

    HTH,
    RMG


    #Integration-Server-and-ESB
    #B2B-Integration
    #webMethods


  • 3.  RE: WM61 TN DB Connection Help

    Posted Sat July 17, 2004 10:01 PM

    RMG,

    when i changed the url …JDBC test fails

    Test of TN Failed
    No suitable driver

    i have installed WM6.1 in WinXP ( Laptop )

    How to use datadirect for Oracle , can you provide the list

    1. jar/zip lib files
      2)URL syntax

    thx

    Tom


    #webMethods
    #Integration-Server-and-ESB
    #B2B-Integration


  • 4.  RE: WM61 TN DB Connection Help

    Posted Sat July 17, 2004 11:19 PM

    Tom,

    The DataDirect driver bundles with IS6.1 standard installation.

    Here is the DataDirect for Oracle (URL,Syntax)for JDBC Pools configuration.And i gave this info in my earlier mail too.

    -----------------JDBC Pool Configuration-------------

    Pool Alias Definitions
    Alias Name - TN_POOL
    Alias Descriptio -TN_POOL
    Associated Driver Alias - DataDirect Connect JDBC Oracle Driver
    Database URL - jdbc:wm:oracle://192.168.1.101:1521;SID:TestDB
    User Id - TN

    Finally Test the connection…

    Same config applies for ISCoreAuditPool,ProcessAuditPool,XRefPool etc…

    HTH,


    #Integration-Server-and-ESB
    #B2B-Integration
    #webMethods


  • 5.  RE: WM61 TN DB Connection Help

    Posted Sun July 18, 2004 12:16 AM

    RMG,

    NO luck this time also

    Tried with DataDirect Connect JDBC Oracle Driver

    First Used
    Database URL - jdbc:wm:oracle://192.168.1.101:1521;SID:TestDB

    didn’t connect , then as per other threads used changed : to =

    Database URL - jdbc:wm:oracle://192.168.1.101:1521;SID=TestDB

    yes this time connected - Test of TN successful

    With high hopes …restarted the server …but no luck again

    [1703]2004-07-17 17:33:26 CDT [ISU.0000.9999C] No model version information was available from the database. [TRNSERV.000016.000031]


    #B2B-Integration
    #Integration-Server-and-ESB
    #webMethods


  • 6.  RE: WM61 TN DB Connection Help

    Posted Sun July 18, 2004 01:13 AM

    Opps it might be my mistake when typing syntax.Appolozise me.

    Hope you have executed all the DB scripts for Oracle and restarted the server.

    Also please try to reload the WmTN package and attempt login to TNConsole.

    HTH,


    #webMethods
    #B2B-Integration
    #Integration-Server-and-ESB


  • 7.  RE: WM61 TN DB Connection Help

    Posted Sun July 18, 2004 01:23 AM

    Tom,

    Please check this thread.if it helps
    [url=“wmusers.com”]wmusers.com

    Make sure the Oracle server is up and also do check in the DB whether the created Oracle tables in TN are corrupted.If so then run drop
    oracle script then run createTN6.1_oracle.sql from
    IntegrationServer\common\db… and re-run the scripts again.

    This problem happened for many users,and this is the only way of debugging and correct the problem.

    HTH,


    #Integration-Server-and-ESB
    #webMethods
    #B2B-Integration


  • 8.  RE: WM61 TN DB Connection Help

    Posted Sun July 18, 2004 04:31 AM

    oh yeah got it …dropped and recreated …microsoft way if not working reboot

    RMG Thx a lot …even on Sat U are there with helping hands

    tom


    #webMethods
    #Integration-Server-and-ESB
    #B2B-Integration


  • 9.  RE: WM61 TN DB Connection Help

    Posted Sun July 18, 2004 05:00 AM

    Glad it worked…

    you welcome Tom,


    #webMethods
    #Integration-Server-and-ESB
    #B2B-Integration