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 transaction type

    Posted Wed April 25, 2018 06:41 AM

    Hi,

    we are using the WMDB in our webMethods architecture to connect to DB and update information.
    Now we have moved to JDBC connection from WMDB. We are facing issues while committing the messages into DB because of having multiple local transaction in a single flow.

    As it was working fine with WMDD data source connections, I want to know which transaction type we are using when we connect to DB using WMDB data source aliases.

    Local_Transaction or XA_Transacation or No_Transaction.

    Please clarify on this so that we will create JDBC adapters with the same connection type to avoid commit failures.

    Thanks,
    Prudhivi.


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


  • 2.  RE: WMDB transaction type

    Posted Wed April 25, 2018 10:54 AM

    Hi,

    please check the “JDBC Adapter Install and Users Guide”, Appendix C for further informations.

    Depending on how your database invocations are structured you will have either refactor your code or to use XA transactions instead of local transactions.

    Regards,
    Holger


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


  • 3.  RE: WMDB transaction type

    Posted Fri May 11, 2018 08:14 AM

    Hi Holger,

    Thank you for you reply.

    So if we use the XA transaction, there will be no issue with multiple commits?

    Please confirm.

    Regards,
    Prudhivi.


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