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.  Modeler Repo V3 Storage Settings

    Posted Fri July 06, 2007 10:52 PM

    I have modeler working with a flat file, but I want to use a database. I’ve run the scripts and have the tables setup in MS SQL Server 2000 and TN works fine. However, on the RepoV3 Storage Settings, it asks for a JDBC Driver and I have no Idea what to put in here. I’ve got the URL correct, etc. Can someone point me in the right direction on what to type for the JDBC driver? Thanks. _brett p.


    #webMethods-BPMS
    #BPM
    #webMethods


  • 2.  RE: Modeler Repo V3 Storage Settings

    Posted Fri July 06, 2007 11:06 PM

    Try
    URL :

    jdbc:wm:sqlserver://host:port;DatabaseName=dbName;SelectMethod=cursor

    JDBC Driver:

    com.wm.dd.jdbc.sqlserver.SQLServerDriver

    Classpath: <the driver jar file path+name> like

    ./sl53_cj34.jar <example only>

    #BPM
    #webMethods
    #webMethods-BPMS


  • 3.  RE: Modeler Repo V3 Storage Settings

    Posted Fri July 06, 2007 11:13 PM

    Tried the Drive you listed and made sure my URL was correct and submitted, reloaded the package and even restarted the IS, but to no luck. the WmModeler/ still says (Not Started).

    Do you know where I can see a reference to the different Drivers to try out?
    I’m sure WM has a default that will work other than the one you listed…I hope.


    #BPM
    #webMethods
    #webMethods-BPMS


  • 4.  RE: Modeler Repo V3 Storage Settings

    Posted Fri July 06, 2007 11:41 PM

    Look in <$WebmethodsHome>\Servers\RepoV3 for the default jar file, something like sl**.jar. You can reference it on the configuration screen as something like ./sl53_cj34.jar, or even the full path.

    You can also find a similar jar file in <$WebmethodsHome>\IntegrationServer\lib\jars and use it instead.

    Look in AdminConsole>JDBC Pools>Driver Alias Definitions>Class Name for a list of out-of the box driver classes that come with a normal installation.

    In some cases, the port may already be in use, try a different one.

    Also, after you reload the package, look for any error messages in Server and/or Error log as they might give more info.


    #BPM
    #webMethods
    #webMethods-BPMS


  • 5.  RE: Modeler Repo V3 Storage Settings

    Posted Mon July 09, 2007 05:40 PM

    brettp,

    Adding to the above…

    Make sure you also have this entry in the Extended settings…just in case

    watt.server.auditStore=database

    HTH,
    RMG


    #webMethods-BPMS
    #BPM
    #webMethods


  • 6.  RE: Modeler Repo V3 Storage Settings

    Posted Thu July 12, 2007 10:57 PM

    Thanks! I will give that a try and let you know.

    _brett.


    #webMethods
    #webMethods-BPMS
    #BPM