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.  How to set up TN database

    Posted 11/15/04 06:23 AM

    Can any one tell me how to set up the database for TN.
    I am using wM601 and oracle9i.
    Please give me the detail steps how to set up the database.
    I gone through the doc’s but i couldnot get it.

    Thanks
    yels


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


  • 2.  RE: How to set up TN database

    Posted 11/15/04 02:26 PM

    I will say Read the manual, and then I will answer the question briefly because this is a users group and I have loads of help with questions in here.

    The webMethods Platform installation guide covers this, and it is touched upon in TradingNetworks Users Guide.

    The short list is
    -make sure that DB scripts are installed somewhere on your system
    from the webMethods installer.
    -get your DBA to create a user for TN
    create user wmTN identified by wmTN;
    alter user wmTN default tablespace USERS;
    alter user wmTN quota unlimited on USERS;

    In the directory where you installed DB scripts look for

    create_TN_6-1_Oracle.sql
    Connect to the DB as wmTN and run this script.
    If you have already installed TN and did not configure the database you can change the DB location (instructions in
    webMethods Platform installation guide ) or if you have not configured anything in TN, just uninstall and re-install that portion.
    Yuo will be prompted for JDBC connection information and they provide you a template for the info.
    You need username, password, host, port and SID of the DB.


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


  • 3.  RE: How to set up TN database

    Posted 11/16/04 05:37 AM

    Hai paul,
    Today i will go through the manual.If i get any issues i will get back to you.
    Thanking you
    amrio


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


  • 4.  RE: How to set up TN database

    Posted 11/16/04 01:12 PM

    One thing to keep in mind. Once you have the DB connection setup, you have to seed the database by importing the init.xml file from the TN Console directory.

    This is in the webMethods Platform Install Guide. You will also find some of the answers you are looking for there.

    HTH

    Ray


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