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.  WmDB adapter upgrade to wM v10.15

    Posted Mon March 04, 2024 12:03 PM

    Is wMDB adapter supported in wM v1015? I don’t see it available for download in Software download center of empower under SoftwareAG Product Suite 10.15.


    #webMethods
    #Adapters-and-E-Standards
    #Integration-Server-and-ESB


  • 2.  RE: WmDB adapter upgrade to wM v10.15

    Posted Tue March 05, 2024 09:55 AM

    Hi Venkat,

    WmDB is not a standard adapter based on ART but it is listed under the IntegrationServer components instead.

    When ever possible I would prefer using the WmJDBCAdapter, but if this one is not licensed for download, you can go with WmDB.

    Regards,
    Holger


    #Adapters-and-E-Standards
    #webMethods
    #Integration-Server-and-ESB


  • 3.  RE: WmDB adapter upgrade to wM v10.15

    Posted Wed March 06, 2024 09:00 PM


  • 4.  RE: WmDB adapter upgrade to wM v10.15

    Posted Thu March 07, 2024 02:05 PM

    On a historical note, WmDB was the original and only way that was available to interact with a database. Back when webMethods was a separate company and Integration Server was named B2B Server. When wM bought Active Software (the source of Broker and various adapters) the JDBC adapter was introduced. At the time, wM announced that WmDB was deprecated and would eventually be removed. When that time came, many, many companies objected due to wide and entrenched use of WmDB. So it has been kept.

    The guideline these days is anything new should use the JDBC adapter, as @Holger_von_Thomsen suggests. And use of WmDB retired when convenient.

    Of course if anyone has alternate info/guideline, please share!


    #webMethods
    #Adapters-and-E-Standards
    #Integration-Server-and-ESB


  • 5.  RE: WmDB adapter upgrade to wM v10.15

    Posted Fri March 08, 2024 09:21 AM

    Hi,

    please note the fact, that the WmJDBCAdapter requires a DataSource class implementation in the driver jar.
    WmDB is just using simple Connection class implementation.

    Therefore, when there is only a Connection class available, but no DataSource class, you will require WmDB package.
    This depends on the DB vendor and what they provide in the JDBC driver implementation.

    Regards,
    Holger


    #webMethods
    #Adapters-and-E-Standards
    #Integration-Server-and-ESB